Как проверить с jQuery, если Bootstrap Modal скрыт или показан
$('#myModal').on('shown.bs.modal', function () {
// will only come inside after the modal is shown
});
AKASH SIDDAMSHETTY