I can\'t seem to get modal events working at all using Bootstrap 3. I want to perform an action when my modal closes, but nothing\'s happening.
Here\'s my stripped
removing the fade class on the modal element do the fix.
fade
https://github.com/twbs/bootstrap/issues/11793
see @Fint answer