Hi,

How can we use modal call backs such as shown.bs.modal ? It doesnt seem to be triggering with

$('#jquery_ajax_load').on('shown.bs.modal', function (e) {
// do something...
})

Comments

lstirk’s picture

Issue summary: View changes
hatuhay’s picture

No hooks, you have to hack the code.
An option I have not explore is to declare outside the standard script the callbacks.