Answers for "check condition in jquery that modal is open or not"

2

check if modal hide jquery

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

jquery works until modal is shown

$(document).on('show.bs.modal', '#reservationModal', function (e) {
    console.log('works');
});
Posted by: Guest on January-08-2021

Code answers related to "check condition in jquery that modal is open or not"

Code answers related to "Javascript"

Browse Popular Code Answers by Language