frankhart2018 / fastQuery

A simple wrapper for form submission over jQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastQuery

A simple wrapper for form submission over jQuery to speed up the process of client side validation and AJAX post requests.

How to use?

Just download the file fastquery.js and include it in your code:-

<script type="text/javascript" src="fastquery.js"></script>

Documentation

To get started with fastQuery you can visit the documentation.

Examples

To get to know in depth about usage you can checkout the simple examples here.

License

fastQuery is licensed under MIT License.

About

A simple wrapper for form submission over jQuery

License:MIT License


Languages

Language:JavaScript 100.0%