Is there any way to 'cancel' modal `hide` event using bindings? Like: ``` javascript $('#my-modal').bind('hide', function (e) { $.preventDefault(e); }); ``` or something like that?