Skip to content

Instantly share code, notes, and snippets.

@delphinpro
Created October 17, 2016 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delphinpro/80a212e2a8d52a5aac5b8238a03d8f74 to your computer and use it in GitHub Desktop.
Save delphinpro/80a212e2a8d52a5aac5b8238a03d8f74 to your computer and use it in GitHub Desktop.
Multiple modals in bootstrap
$(document).on('hidden.bs.modal', '.modal', function () {
$('.modal:visible').length && $(document.body).addClass('modal-open');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment