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

Made brute force method less brute #121

Closed mrdnote closed 7 years ago

mrdnote commented 7 years ago

The brute force method to check for dirtyness, would also include ignore fields. This commit fixes this so the ignore fiels are ignored.

mrdnote commented 7 years ago

Never mind!