[jQuery] Re: How to avoid the "required" on a credit card field using validate extension? [validate]

2008-12-13 Thread Dirceu Barquette
Hi, Idea: assign itemField class to credit card block "onchanging" select input, or something like this. Dirceu Barquette 2008/12/12 ekilater > > Hi all, > > I've a form that validates using jQuery. > > In that form we use a small credit card validation with an extension > that you can find he

[jQuery] Re: How to avoid the "required" on a credit card field using validate extension? [validate]

2008-12-12 Thread Jörn Zaefferer
Take a look at the original creditcard method, or any other. They all start with a call to this.optional, and return true when that call returns true. Jörn On Fri, Dec 12, 2008 at 10:03 AM, ekilater wrote: > > Hi all, > > I've a form that validates using jQuery. > > In that form we use a small c