I\'m trying to use the Jquery validation plugin to validate my form. I have error messages appearing to the right of most of my input elements, but radio buttons are giving me n
Dont even need JS errorPlacement to do it... if just place a label for the radio buttons also works like so:
Yes No * Please pick an option above
Jquery Validation plugin will automatically unhide it and display the "required" messsage.