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?)
Starting over as I had added areYouSure via `yarn add areyousure" and that is not the same as this code. Apologies to @leo-rp who tried to help. So now I've...
here: https://web.archive.org/web/20150511230426/http://www.papercut.com/products/free_software/are-you-sure/demo/are-you-sure-demo.html
**Is this project dead?** What we can use instead? @codedance
The current specifier is not a valid SPDX expression, see https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license for options on how to declare dual-licensing. Given that the README states that the license is mirroring jQuery, I...
Can you please publish this project on npm? That way people will not have to use bower .
@codedance ## Changes 1. Fixing small bug in resan. 2. Exposing getDirtyFields and isDirtyField as available triggers #### Rescan Bug Rescan shouldn't be recalculating the original value when the original...
This could easily be fixed by changing line 12 `// $(function() {` to `jQuery(function($) {`
How could I get AreYourSure to work on dynamic loaded forms? So not dynamic loaded form elements, but a complete dynamic loaded form. I tried: $("body").on("change keyup", "form", function() {...
Hello, I have a form loaded which is clean. Now, due to certain conditions, up on clicking a button, the entire page reloads with some additional text boxes on the...