Update to Validator – a JavaScript Form Validator

I small bug was discovered and fixed in the Validator JavaScript library. The new upload (version 0.9.1) has been released. The bug related to how the minval function was working.

About Validator

Validator is a easy to use form validation tool. If your client machine has JavaScript enabled, it will capture almost any kind of Form Validation you might need. Some basic benefits of Validator are:

  • Do not have to know JavaScript
  • 23 different validation rules to test against!
  • Validates different types of input forms, not just text and text areas.
  • Maintains separation of content, display, and interaction on the web page.
  • External JavaScript file so it can be cached and used on multiple pages efficiently.
  • Tested on Fire Fox 2, IE 6, and IE7. (Should work on others as well.)
  • Customizable error messages by setting attributes.
  • Customizable error messages by using CSS styles.

These will allow you to validate your forms quickly, easily, and reduce the time and effort you have to put into building your own validation techniques.

About Walter Wimberly

Walter is a strong believer in using technology to improve oneself and one's business.