1 |
- !function(n,o,e){"use strict";e("#onshowbtn").on("click",function(){e("#onshow").on("show.bs.modal",function(){alert("onShow event fired.")})}),e("#onshownbtn").on("click",function(){e("#onshown").on("shown.bs.modal",function(){alert("onShown event fired.")})}),e("#onhidebtn").on("click",function(){e("#onhide").on("hide.bs.modal",function(){alert("onHide event fired.")})}),e("#onhiddenbtn").on("click",function(){e("#onhidden").on("hidden.bs.modal",function(){alert("onHidden event fired.")})})}(window,document,jQuery);
|