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?)
I've been experiencing issues where after creating a dirty form, clicking a link, choosing to not navigate away from the page, then clicking another link within 900ms navigates away from...
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...
I realized my large select (with Chosen) get very slow when i was using AreYouSure... So, first i thought the problem was in chosen.. but, wasn't.. The problem were here:...
AYS is getting invoked only when you refresh the page of close the page/tab. But if I am on a data entry form, and I dirtied it, then I click...
I would think that addRemoveFieldsMarksDirty should fire simply by adding new fields, but it appears that triggering rescan is needed for it to work. I don't understand why though, as...
Thank you, great library. For a project I am working on, I needed to delay the Ajax save operation until 2 seconds after the user stopped typing / stopped editing...
If i use a button instead of an submit input, the change event will stop working. I use the code below, which is very similar to your example. ``` change...
Hi, I've just chosen to use your jquery.AreYouSure plugin. I was wondering if it is possible to make it the notification window appearing, when I try to switch through the...
I had an issue when I set addRemoveFieldsMarksDirty to true in IE 11. I had button tag on the for and this was being included in the ays-orig-field-count which caused...