Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Form Validator 1.3.1


Download: formvalidator-1.3_0.zip
Size: 180.04 KB
md5_file hash: 4823e4c6476d669479da5a3e613c5348
First released: December 4, 2008 - 3:27pm
Last updated: December 4, 2008 - 3:26pm

All invalid fields are now highlighted when the form is submitted instead of just the first. Added some new formats to check for. They are listed below

  • vdate = date in standard formats dd mm yyyy
  • vemail = email compatible with . and + in the email
  • vphone = phone number
  • vzip = 5 digit US zip code
  • vstate = two leter state
  • vname = names, can have space and ' characters

Also improved the fading functionality of the div. You should no longer see the text appear before the div fades out (stupid fast servers).