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

Let jquery.AreYouSure work after DOM manipulations. #94

Open cgoffin opened 8 years ago

cgoffin commented 8 years ago

If possible, save the field data on the form to be able to check the field value when DOM manipulations occur within the form.