validate.js – A form validation library
Have you ever looked for a small library that exclusively used for validating form fields that comes with a very light footprint?
validate.js is a lightweight JavaScript form validation library inspired by CodeIgniter.
This library supports over a dozen of validation rules on the form fields with provision for customizable messages to the user, provision for setting custom validation rules, etc.
The size of the library comes around 1.3 KB (minified and gzipped) and also there is no noticeable dependency with any popular JavaScript frameworks.
Demo and Documentation of this library can be found here
Categories: Frameworks