[jQuery] Re: [validator] trouble using rules("remove")

2009-05-19 Thread Sasha
Wow, that makes... a lot of sense. ={)> All hail... Thanks! SA On May 19, 5:48 pm, Jörn Zaefferer wrote: > Use $("#age").removeClass("required"); > > The rules method doesn't affect inline metadata (eg. classes, > attributes). And required is a class here, not an attribute. > > Jörn > > On Tue,

[jQuery] Re: [validator] trouble using rules("remove")

2009-05-19 Thread Jörn Zaefferer
Use $("#age").removeClass("required"); The rules method doesn't affect inline metadata (eg. classes, attributes). And required is a class here, not an attribute. Jörn On Tue, May 19, 2009 at 10:26 PM, Sasha wrote: > > Hello world, > > From everything I can understand from the doc, this code >