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: 3 months 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.