Can anyone please tell me how to check bootstrap 3.0 modal status, is it open or closed using jQuery or javascript. I used following code but it works when you have opened a mod
You can also use straight jQuery like this:
$('#myModal').is(':visible');