Hi,
How to remove TD dynamically using javascript. I've mentioned below my code.
<table id="firstTbl" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr id="firstTr">
<td id="firstTd"> </td>
<td id="secondTd"> </td>
</tr>
</table>
I need to remove "firstTd" from the table..
Can help me anybody.. ?
How to remove TD dynamically using javascript. I've mentioned below my code.
<table id="firstTbl" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr id="firstTr">
<td id="firstTd"> </td>
<td id="secondTd"> </td>
</tr>
</table>
I need to remove "firstTd" from the table..
Can help me anybody.. ?
Comment