Created
December 19, 2017 04:29
-
-
Save henrytran9x/7c1faf9021fd2020044821527e5ac2d9 to your computer and use it in GitHub Desktop.
Call handler show popup modal bootstrap !
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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