Skip to content

Instantly share code, notes, and snippets.

@henrytran9x
Created December 19, 2017 04:29
Show Gist options
  • Save henrytran9x/7c1faf9021fd2020044821527e5ac2d9 to your computer and use it in GitHub Desktop.
Save henrytran9x/7c1faf9021fd2020044821527e5ac2d9 to your computer and use it in GitHub Desktop.
Call handler show popup modal bootstrap !
//Call before load modal boostrap
element.on('show.bs.modal', function () {});
//Call after load Modal bootstrap
element.on('shown.bs.modal', function (e) {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment