https://github.com/abhishekbiswal/ajax-forms
AJAX Forms using jQuery
https://github.com/abhishekbiswal/ajax-forms
Last synced: about 1 year ago
JSON representation
AJAX Forms using jQuery
- Host: GitHub
- URL: https://github.com/abhishekbiswal/ajax-forms
- Owner: AbhishekBiswal
- Created: 2015-01-14T11:07:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T11:16:34.000Z (over 11 years ago)
- Last Synced: 2025-02-16T05:26:49.449Z (over 1 year ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AJAX-Forms
AJAX Forms using jQuery
Add the "ajax" class to any of your forms and this snippet will make an ajax request to the action url provided in the form everytime you submit.
## Example:
```
```
The above code will send a request to the provided url, using POST method.