codedance / jquery.AreYouSure

A light-weight jQuery "dirty forms" Plugin - it monitors html forms and alerts users to unsaved changes if they attempt to close the browser or navigate away from the page. (Are you sure?)
508 stars 145 forks source link

Callback for cancel event? #95

Closed quasipickle closed 8 years ago

quasipickle commented 8 years ago

I want to run some code if the user chooses to not reload the page. Is that an option I'm missing or do I have to roll-my-own using silent mode?

quasipickle commented 8 years ago

Nevermind - my workflow has changed & this is no longer a question I'm interested in.