This commit is contained in:
2020-01-24 17:53:26 -05:00
parent 7f3e301b7d
commit a77f69912d
1264 changed files with 339035 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
!function(n){"use strict";n("#onshowbtn").on("click",function(){n("#onshow").on("show.bs.modal",function(){alert("onShow event fired.")})}),n("#onshownbtn").on("click",function(){n("#onshown").on("shown.bs.modal",function(){alert("onShown event fired.")})}),n("#onhidebtn").on("click",function(){n("#onhide").on("hide.bs.modal",function(){alert("onHide event fired.")})}),n("#onhiddenbtn").on("click",function(){n("#onhidden").on("hidden.bs.modal",function(){alert("onHidden event fired.")})})}((window,document,jQuery));