Answers for "how to check if modal is dismiss"

2

check if modal hide jquery

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

how to check if bootstrap modal is open

$('#myModal').hasClass('in');
Posted by: Guest on August-06-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language