Skip to main content

Really easy field validation with Prototype * Dexagogo

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 32 people (7 private), first by anonymouse user on 2006-05-10


Public Comment

on 2006-07-20 by jonphipps

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 w

on 2006-07-25 by bgtasoft

Validation with Prototype Javascript

on 2006-10-25 by sentience

Nice, simple client-side form validation using the class attribute of form fields to specify validation requirements. Fully extendable with custom validators, and makes use of nice Prototype-powered effects for displaying error messages.