Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.