bootstrap-waitingfor
bootstrap-waitingfor copied to clipboard
show.bs.modal doesn't trigger
Hi,
As this plugin uses the modal component of Bootstrap, one would expect the default events to be usable (such as 'show.bs.modal'). However, when calling waitingDialog.show();
, that event doesn't seem to be triggered as expected.
Am I missing something, or is this a bug?
Example: https://bootsnipp.com/snippets/PElzm (check the HTML. The second console.log() is never executed).
Hi. Well it's probably a bug caused by dynamically created html. So your document boud event handler is never called.