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

https://github.com/jeankouss/form_validator

Make your HTML forms validation easier! Pure JS.
https://github.com/jeankouss/form_validator

form-validation front-end-web-development js pure-javascript

Last synced: over 1 year ago
JSON representation

Make your HTML forms validation easier! Pure JS.

Awesome Lists containing this project

README

          

# JS-form_validator

**What is this?** : A simple and fast way to make your front-end HTML forms validation.

How to use
------------
1. Include script on your page
2. Create the classes associated to the verification you want to apply
3. Apply the verifications

How to contribute
------------
1. Download the repositorie
2. Add your contribution and make the test in the test project
3. If every things is good, make a pull request

Contribution rules
-----------
- Please comment all your function and class definition
- Make you code reading as easier as possible : don't favorise code lenght instead of code readibility