Skip to content

Instantly share code, notes, and snippets.

@DianaEC
Created June 27, 2017 10:49
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 DianaEC/ba0137e23c4546bbde3ef8d169385327 to your computer and use it in GitHub Desktop.
Save DianaEC/ba0137e23c4546bbde3ef8d169385327 to your computer and use it in GitHub Desktop.
Events
$('#basicModal').on('shown.bs.modal', function (e) {
alert('Modal is successfully shown!');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment