Answers for "modal is not hiding jquery"

1

check if modal hide jquery

alert($('#registration-exams-modal').hasClass('show'));
Posted by: Guest on July-30-2020
0

hide and show modal jquery

$('#myModal').modal('toggle');
$('#myModal').modal('show');
$('#myModal').modal('hide');
Posted by: Guest on April-18-2021

Code answers related to "modal is not hiding jquery"

Browse Popular Code Answers by Language