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

Add 'checkDisabled' setting #82

Closed jordisan closed 9 years ago

jordisan commented 9 years ago

Add a setting to make it possible enable/disable disabled fields checking.

Useful since 'propertychange' event is not supported by most browsers, so if you change the "disabled" attribute programmatically, the plugin doesn't work properly