[jQuery] Re: Validate 1.2 Questions

2008-02-01 Thread Jörn Zaefferer
jason schrieb: Thanks guys, I'm starting to get a handle on it now. This is an incredible piece of work, Jörn! You're welcome to post what you come up with, I may add that as examples for custom methods to the documentation, and maybe as the first FAQ entry. Jörn

[jQuery] Re: Validate 1.2 Questions

2008-02-01 Thread jason
Thanks guys, I'm starting to get a handle on it now. This is an incredible piece of work, Jörn! - jason On Jan 31, 7:28 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Priest, James (NIH/NIEHS) [C] schrieb: > > > [...] > >> (2) How do you indicate dependencies within the markup, as opposed to

[jQuery] Re: Validate 1.2 Questions

2008-01-31 Thread Jörn Zaefferer
Priest, James (NIH/NIEHS) [C] schrieb: [...] (2) How do you indicate dependencies within the markup, as opposed to within the plugin call? In other words, if I have a group of radio buttons, and a text input that is only required if a certain radio button is checked, can I add something to the

[jQuery] Re: Validate 1.2 Questions

2008-01-31 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: jason [mailto:[EMAIL PROTECTED] > (1) How do you control where the error label appears for grouped > elements like radio buttons and checkboxes? Right now it's appearing > right after the first one for me. See 'errorPlacement' - example code below - this chec