Answers for "jquery check if modal is not open"

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 "jquery check if modal is not open"

Code answers related to "Javascript"

Browse Popular Code Answers by Language