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
The answer marked correct is just that, but an addition to the massive list of 'Dumb things I have done' - also be careful which DOM Element you target. It should be the outer modal Div.
For example if you are using RequireJS and a template manager like Knockout-amd-helper you might have markup like this
Parent markup:
Template:
...
your script should target '#addThingModal' not '#addThingTemplate'