Answers for "bootstrap is modal is already open"

4

open bootstrap modal with javascript

$("#myModal").modal()
Posted by: Guest on July-21-2020
0

how to check if bootstrap modal is open

$('#myModal').is(':visible');   
 $('#myModal').data('bs.modal').isShown ;        
 $('#myModal').hasClass('in');
Posted by: Guest on August-06-2021

Code answers related to "bootstrap is modal is already open"

Browse Popular Code Answers by Language