jquery.AreYouSure icon indicating copy to clipboard operation
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?)

Results 83 jquery.AreYouSure issues
Sort by recently updated
recently updated
newest added

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...

investigation
idea

enhancement

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:...

investigation

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...

investigation

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...

enhancement
idea

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...

idea

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...

enhancement

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...