Edit File: components-modal.min.js
!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));
Back to File Manager