I have a really simple question but it's something I have not done before. I have the following:
<td id="abc" style="width:15px;"><span></span></td>
I would like to put some text into the span.
How can I do this with jQuery. I know how to change things with the id of abc but not the code inside the span.
thanks,