<tr>
<td align="left">
<input type="radio" name="radio_1" value="1" />Public
<input type="radio" name="radio_1" value="2" />Not Public
<input type="radio" name="radio_1" value="3" />Confidential
</td>
</tr>
<tr>
<td align="left">
<input type="radio" name="radio_2" value="1" />Public
<input type="radio" name="radio_2" value="2" />Not Public
<input type="radio" name="radio_2" value="3" />Confidential
</td>
</tr>
<tr>
<td align="left">
<input type="radio" name="radio_3" value="1" />Public
<input type="radio" name="radio_3" value="2" />Not Public
<input type="radio" name="radio_3" value="3" />Confidential
</td>
</tr>
hi,
If i select first option in the first row of radio buttons. In the second row i don't check the first option because first option is already checked in the first row.. I need a jquery validation for this
Please someone help me!