form
form copied to clipboard
jQuery Form Plugin
Hello, Currently I use the "uploadProgress" method to inform the progress of the file upload, bringing data such as size and percentage sent to the server. But I would like...
jQuery 3 is removing a lot of features that have been depreciated for a long time. Some of these are still in use by jQuery Form. https://jquery.com/upgrade-guide/3.0/ I have very...
### Description: Hi I am appending data to the ajax form when constructing the options object, The data I am appending is an array or object, which is linked to...
https://huntr.dev/users/Mik317 has fixed the Cross-site Scripting (XSS) vulnerability 🔨. Mik317 has been awarded $25 for fixing the vulnerability through the huntr bug bounty program 💵. Think you could fix a...
when I use multiple input file, ajaxSubmit doesn't return file information, please help anyone who know solution
Linting
A large PR as it fixes the linting issues per your current desired config. Re disabling: 1. I added a few disable directives such as for the `complexity` and `max-statements`...
Please review [Instructions for Reporting a Bug](https://github.com/jquery-form/form/blob/master/CONTRIBUTING.md#reporting-a-bug). ### Description: I have no idea about whether it has been fixed in later versions. but the code scan is not passed. ###...
### Description: Can you please add a callback when the `ajaxForm` finished binding the events to the real form? I have a case which a modal dialog is getting the...
Please review [Instructions for Reporting a Bug](https://github.com/jquery-form/form/blob/master/CONTRIBUTING.md#reporting-a-bug). ### Description: elements with no type attribute default to type "submit" (see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type). When clicked, the form should be submitted and the request...
There is a small typo in docs/options.md. Should read `incompatibility` rather than `incompatiblity`.