Comment vérifier avec jQuery si le modal bootstrap est caché ou illustré
$('#myModal').on('shown.bs.modal', function () {
// will only come inside after the modal is shown
});
AKASH SIDDAMSHETTY