ma.gnolia

Sign In | Learn More

Skip to main content


Really easy field validation with Prototype Really easy field validation with Prototype

  • Not rated yet.
  • Copy Bookmark

I wanted a robust javascript validation library that was simple to implement and didn't require me do any extra work other than creating the form. My favourite idea for a method of doing this is to utilise the field elements' class attribute to indicate what sort of field it is and hence any validation requirements. There are a few javascript libraries that implement that idea like wForms, but, since I'm currently hell-bent on re-writing all my javascript using Prototype, I thought I'd see how difficult or easy it would be to roll my own. Turns out that this is just the sort of thing that is easy with Prototype. [Updated!] : new version 1.5.3.1 - bug fix for Prototype 1.5.0_rc2 (in Scriptaculous 1.7.0 b2)

65 other people have commented on this bookmark

1 2 3 ... 13

Name Title Rating When
5299_32 SpookyET Really easy field validation with Prototype * Dexagogo
Rated 4 stars out of 5.
May 9, 2007
7631_32 nicolash Really easy field validation with Prototype * Dexagogo
Not rated yet.
March 17, 2007
1_32 bryanl Really easy field validation with Prototype * Dexagogo
Not rated yet.
December 19, 2006
2294_32 jmaonline Really easy field validation with Prototype * Dexagogo
Not rated yet.
December 6, 2006

I wanted a robust javascript validation library that was simple to implement and didn't require me do any extra work other than creating the form. My favourite idea for a method of doing this is to utilise the field elements' clas...

12129_32 Andrew Really easy field validation with Prototype * Dexagogo
Not rated yet.
November 29, 2006

I wanted a robust javascript validation library that was simple to implement and didn't require me do any extra work other than creating the form. My favourite idea for a method of doing this is to utilise the field elements' clas...

1 group has this bookmark in their collection

Name Title Rating When
3593_32 CodeGrrl Really easy field validation with Prototype * Dexagogo
Not rated yet.
May 14, 2006

Validate your form fields the easy way!