Build Complex Forms With quickValidation jQuery Plugin
QuickValidation.js is a jQuery plugin that allows you to build complex web forms. It will validate form data on the client-side based on the custom validation rules that you created before submitting it to the server.
Created by Nik Korablin, what makes this different from the usual jQuery form validator plugin is that instead of defining your rules in the Javascript, you define them by placing all them inside the input box, which makes it more dynamic. By doing this, you can string together rules. Furthermore, it is very easy to use and supports a myriad of validation methods, complete with error notifications.
Key features of this plugin include:
- Add required fields
- Set field maximum & minimum length
- Allow only numbers or integers
- Add a number input range
- Email address verification
Feel free to test this plugin now.