[jQuery] Re: Newbie: validation plug-in radiobutton

2007-04-12 Thread Birgit Pauli-Haack
now I got it working. Thanks. Birgit On 4/12/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: Birgit, >Thanks Dan, for your fast response! No problem! >Is there a way to validate forms with radio buttons without an additional >file, just with the plug-in file and using the simple example

[jQuery] Re: Newbie: validation plug-in radiobutton

2007-04-12 Thread Dan G. Switzer, II
Birgit, >Thanks Dan, for your fast response! No problem! >Is there a way to validate forms with radio buttons without an additional >file, just with the plug-in file and using the simple example? I prefer the rules method myself (which requires no additional plug-ins) over the inline attribut

[jQuery] Re: Newbie: validation plug-in radiobutton

2007-04-12 Thread Birgit Pauli-Haack
Thanks Dan, for your fast response! Is there a way to validate forms with radio buttons without an additional file, just with the plug-in file and using the simple example? Birgit On 4/12/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: Birgit, > > You need to use the metadata.js

[jQuery] Re: Newbie: validation plug-in radiobutton

2007-04-12 Thread Dan G. Switzer, II
Birgit, > > You need to use the metadata.js plug-in to read attribute data. Also, by default the Validator plug-in will only look in the class attribute for the validation rules. To get it to read a custom attribute, you need to configure the metadata plug-in: $.meta.setType("attr", "va