Parsley.js is a Javascript library that provides an easy interface for form validation using HTML5 data attributes. Currently available as a plugin for jQuery.
Parsley.js is a Javascript library to validate forms built on top of jQuery.
Feature Overview:
- Dynamic form validation
- Cross-browser
- Built-in validators for the most common cases
- Allows you to craft your own validators
- Allows you to create remote (ajax) validators
- Provides events so you can customize you validation process as much as possible