[jQuery] Validate: radio buttons and required:true
Hi
I'm using the validate plugin with the metadata plugin to validate my
forms. For example, <input type="text" name="foo" class="{validate:
{required:true}}" />
My question is quite a simple one, but I just can't figure it out.
Basically, what do I do with radio buttons? Do all the radio buttons
need a validate class?