[jQuery] Re: Validate optional field

2007-05-15 Thread Oddish
Thanks a lot! :) On May 14, 3:48 pm, Dan G. Switzer, II [EMAIL PROTECTED] wrote: I'm trying to validate an optional field with the validation plugin, using a custom method. Here's the code: rules: { birthdate: { validBirthdate:true } }, messages: { birthdate: {

[jQuery] Re: Validate optional field

2007-05-14 Thread Dan G. Switzer, II
I'm trying to validate an optional field with the validation plugin, using a custom method. Here's the code: rules: { birthdate: { validBirthdate:true } }, messages: { birthdate: { validBirthdate: Invalid birthdate } } How do I make this field optional? I only want to check