I have this HTML code, and I want to change the table td content (with new content instead of Old content) using Javascript. How can I do it?
<table>
<tr>
<td><label class='A' >A:</label> </td>
<td class='myClass'/>Old Content</td>
</tr>
</table>