jQuery plugin: Validation can't be customized without setting all fields to 'required'?

Posted by rasx on Stack Overflow See other posts from Stack Overflow or by rasx
Published on 2009-10-29T04:32:49Z Indexed on 2010/04/17 12:23 UTC
Read the original article Hit count: 227

Filed under:
|

I've spent the day looking at jQuery plugin: Validation by Jörn Zaefferer. I notice that it works fine as long as you call the validate() method without options. In my little squalid world, as soon as I add options, like errorPlacement, I notice that validation ignores form fields that are not marked required. I also notice that many, many demos mark all fields required---or do not pass options. Am I writing about anything familiar here? Or should I astral project to a parallel universe?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript