guards.js can be used when having to create simple, or even complex, form validation routines.
The plugin works by placing itself between the user and the server to which the form data is submitted to.
So whenever an user sends a form, the plugin will check the validity of his data against a set of rules.
Examples and usage instructions are included with the download package.
Here are some key features of "guards.js":
· Check for required fields
· Check for email fields
· Check for phone numbers
· Check for currency number
· Add min/max limits to a field
· Extendable via custom checks
Requirements:
· JavaScript enabled on client side
· jQuery 1.4 or higher
What's New in This Release: [ read full changelog ]
· Improved the new tests.