https://github.com/newghost/bootstrap-jquery-plugin/blob/gh-pages/js/jquery.bootstrap.js#L124 Current: $msgbox.modal('hide').one('hidden.bs.modal', function(e) { Fixed: $msgbox.modal('hide').on('hidden.bs.modal', function(e) {