SAFCliam
07-26-2011, 07:42 PM
On my website I have a radio button as any other normal radio button.
<input type="radio" name="crime" value="4" id="4" class="submit">
is there any way to get rid of this radio button and click something for example
<tr>
<td>Blah blah</td>
<td>Blah Blah</td>
</tr>
is there any code i can put in the <tr> tag so if i click that section it will act as a radio button and when its selected change the background of the tr section.
<input type="radio" name="crime" value="4" id="4" class="submit">
is there any way to get rid of this radio button and click something for example
<tr>
<td>Blah blah</td>
<td>Blah Blah</td>
</tr>
is there any code i can put in the <tr> tag so if i click that section it will act as a radio button and when its selected change the background of the tr section.