Advertisement
krot

bootstrap modal close

Nov 16th, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.09 KB | None | 0 0
  1. $(document).on('hidden.bs.modal', '#Modal', function (event) {
  2. // code to run on closing
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement