jquery.AreYouSure
jquery.AreYouSure copied to clipboard
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?)
rescan() needs work - You are checking for attribute [ays-orig], which is never set anywhere. I guess you only want to pick up fields not existing before. - Subsequently all...
Suppose you have a page called FirstPage with one date field. After page loaded sucessfully , populated value of this date filed is 03/06/2013 . Now you click the SecondPage...
If you have anchor tag with href="jquery:void(0)" in the form and click on the anchor tag it will generate beforeunload event. I hope we can have some kind of workaround...