Info
Version: | 4.3.0 |
Author(s): | Mike Alsup |
Last Update: | Monday, May 10, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jquery-form/form/ |
NuGet Url: | https://www.nuget.org/packages/jQuery.Form |
Install
Install-Package jQuery.Form
dotnet add package jQuery.Form
paket add jQuery.Form
jQuery.Form Download (Unzip the "nupkg" after downloading)
Dependencies
- jQuery(>= 1.7.2)
Tags
The main methods, ajaxForm and ajaxSubmit, gather information from the form element to determine how to manage the submit process. Both of these methods support numerous options which allows you to have full control over how the data is submitted.
No special markup is needed, just a normal form.
Submitting a form with AJAX doesn't get any easier than this!.