[jQuery] Re: Radio button validation

2007-05-28 Thread Oddish
Thanks for the response. I went with the first option and placed a custom error label manually in the HTML, and it works great. On May 25, 6:44 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: There still is that positioning problem with radio buttons and checkboxes. Currently you have two

[jQuery] Re: Radio button validation

2007-05-28 Thread Jörn Zaefferer
Oddish wrote: Thanks for the response. I went with the first option and placed a custom error label manually in the HTML, and it works great. Ok, great. -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Radio button validation

2007-05-25 Thread Jörn Zaefferer
Oddish wrote: I've got a bunch of radio buttons, all with the name type and all with different id's (type1, type2 etc.), and for some reason the validate plugin doesn't protest when I don't select a radio button, and I don't get any javascript errors either. Here's the code: