jquery.dirtyforms icon indicating copy to clipboard operation
jquery.dirtyforms copied to clipboard

A jQuery Plugin that monitors forms for change and alerts the user before leaving the page.

Results 30 jquery.dirtyforms issues
Sort by recently updated
recently updated
newest added

JQuery migration warnings persistently pollute the console & are quite annoying. Easy one line fix @ line 174 of `jquery.dirtyforms.js`: ``` // JQMIGRATE: jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos // $.extend($.expr[":"],...

I got this error on chrome macos if i added some options jquery.dirtyforms.min.js:552 Uncaught TypeError: s.dialog.open is not a function at k (jquery.dirtyforms.min.js:552:27) at HTMLAnchorElement.onAnchorClick (jquery.dirtyforms.min.js:298:13) at HTMLDocument.dispatch (jquery.min.js:2:43064) at...

Got this working well for desktop. But when tested on mobile nither the back button or refresh would trigger the alert. Anything I'm missing?

My page contains multiple forms in separate tabs. Tabs are implemented with bootstrap Navs (https://getbootstrap.com/docs/4.0/components/navs/) . Dirty form dialog is non activated when I click a tab anchor (e.g.

Am I missing something? Please help. I am able to get Dirty Forms working correctly for all other fields. I'm only having an issue on the TinyMCE fields. My version...

Is there any option available in jquery dirty forms to stop the default browser alert and display a custom message on the window before unload? On window unload, I need...

I've got everything working perfectly with one exception. I am using the dialog (bootstrap, using recommended plugin), enabling/disabling submit buttons, etc. Everything is great. Except... the browser's default beforeunload dialog...

Hi there, I am using jquery.dirtyforms for my project and include jquery.dirtyforms.dialogs.bootstrap for nice modal as well. My problem was : - I have tag and have onclick event on...

Hello, I'm using popupar [jQuery Validate](https://jqueryvalidation.org/) to validate my forms. I also need to use the `submitHandler()` method because I do a couple of actions before actually sending the form....

I recently implemented DirtyForms with both the CKEditor and Bootstrap plugins. The dirty state tracking and dialog intercepts seem to be working (although it will on occasion not catch the...