Ajax Live Form Validation With LiveValidation
6
Jan
Validating forms as users type is a nice feature for users, it lets them see when they make a mistake.
An ajax live form validation library, LiveValidation is not only a form validation library, it can also be used for other types of validations.
The naming conventions and parameters of the validations are similar to those found in the Ruby on Rails framework, and as such is the perfect client-side companion. Don’t worry if you dont use Ruby on Rails though, LiveValidation can be used anywhere you like, is simple to learn, and a joy to use.
LiveValidation has standalone and prototype.js versions for download.
Website: http://www.livevalidation.com/
Demo: http://www.livevalidation.com/examples
Download: http://www.livevalidation.com/download
Demo: http://www.livevalidation.com/examples
Download: http://www.livevalidation.com/download
- Tags:
Ajax Form Prototype Validation
- Filed under: Forms, Goodies, MIT License
- 1 Comment






















One Response for "Ajax Live Form Validation With LiveValidation"
I’ve been looking for something like this, which is similar to the way Yahoo Mail validates their sign-up form. Thanks!