[jQuery] Re: [validate] [metadata] jQuery validator conflicts with metadata

2008-07-12 Thread Jörn Zaefferer
That is, just specify the meta-option - if you don't use metadata to specify rules, thats it. Jörn On Sun, Jul 13, 2008 at 12:59 AM, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Use the meta-option to namespace metadata for the validation plugin: > > $("...").validate({ > meta: "rules" > }); > c

[jQuery] Re: [validate] [metadata] jQuery validator conflicts with metadata

2008-07-12 Thread Jörn Zaefferer
Use the meta-option to namespace metadata for the validation plugin: $("...").validate({ meta: "rules" }); class="{rules:{required:true}}" Jörn On Sat, Jul 12, 2008 at 7:49 PM, Dreftymac <[EMAIL PROTECTED]> wrote: > > Problem: > = > It appears that jQuery validator plugin always assumes t