developer155
Programmer
Hi,
what is the way to hide the label corresponding to the checkbox in checkbox list. I was able to hide a checkbox (by accessing it by id) but label does not have an id, so the text stayed. How to get around it? Or is there a better way to hide the whole checkbox element with label and everything instead of hiding those separately? Here is the HTML source. Thanks!!
<table id="f_f10008338_s_f41764_0" class="lpp-ListTableTopVAlign" border="0">
<tr>
<td><input id="f_f10008338_s_f41764_0_0" type="checkbox" name="f:f10008338:s:f41764_0:0" /><label for="f_f10008338_s_f41764_0_0">Annuities Booklet</label></td>
</tr><tr>
<td><input id="f_f10008338_s_f41764_0_1" type="checkbox" name="f:f10008338:s:f41764_0:1" /><label for="f_f10008338_s_f41764_0_1">Cd Booklet</label></td>
what is the way to hide the label corresponding to the checkbox in checkbox list. I was able to hide a checkbox (by accessing it by id) but label does not have an id, so the text stayed. How to get around it? Or is there a better way to hide the whole checkbox element with label and everything instead of hiding those separately? Here is the HTML source. Thanks!!
<table id="f_f10008338_s_f41764_0" class="lpp-ListTableTopVAlign" border="0">
<tr>
<td><input id="f_f10008338_s_f41764_0_0" type="checkbox" name="f:f10008338:s:f41764_0:0" /><label for="f_f10008338_s_f41764_0_0">Annuities Booklet</label></td>
</tr><tr>
<td><input id="f_f10008338_s_f41764_0_1" type="checkbox" name="f:f10008338:s:f41764_0:1" /><label for="f_f10008338_s_f41764_0_1">Cd Booklet</label></td>