jquery radio button group problem
Posted
by user198937
on Stack Overflow
See other posts from Stack Overflow
or by user198937
Published on 2009-10-29T14:12:15Z
Indexed on
2010/05/22
10:00 UTC
Read the original article
Hit count: 223
Hi, I have a radio group which is validated for required. It works fine except when in certain cases I need to disabled first radio button leaving user to select one from remaining. Even in this case radios are validated but error message is not displayed. I believe its due to error message's association with first radio. Disabling other radio except first works fine too. Is there way around?
© Stack Overflow or respective owner