ericmmartin / simplemodal

A modal dialog framework for jQuery
http://simplemodal.com/
Other
506 stars 229 forks source link

Add "onBeforeClose" callback #38

Open AndyBryson opened 11 years ago

AndyBryson commented 11 years ago

I've added a callback the fires before calling close(). I'm using it for "Are you sure you want to close this dialog?" stuff. Merge it if you want it :-)

shadowhand commented 10 years ago

I did something similar in #52, but mine has no blocking ability.