Open rkaartikeyan opened 7 years ago
Right now, is not trigger anything for the close for iFrames/ajax. The deferred object is resolved on iFrame load.
Hi, I can confirm this bug. Is there any workaround?
The following worked for me on all modals generated by eModal and can be adapted easily to your requirements.
$(document).on("hide.bs.modal", ".modal", function(){ console.log('CLOSING'); });
The following worked for me on all modals generated by eModal and can be adapted easily to your requirements.
$(document).on("hide.bs.modal", ".modal", function(){ console.log('CLOSING'); });
Awesome .
Hi,
I want to run some code on showing eModal as well as on closing(by click close button in top right or by click empty space) eModal. On showing eModal code is working, but on Close eModal code is not working. Please help me to resolve this issue.
My Code.