Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishekbiswal/ajax-forms
AJAX Forms using jQuery
https://github.com/abhishekbiswal/ajax-forms
Last synced: about 15 hours 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T11:16:34.000Z (almost 10 years ago)
- Last Synced: 2023-03-26T15:47:23.532Z (over 1 year ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AJAX-Forms
AJAX Forms using jQueryAdd 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.