I am looking for a jquery script to replace the th with td for this specific span.
<span id="ViewPayment_LblPayment">
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th>Due Date</th>
<th>Amount Due</th>
<th>Location</th>
</tr>
<tr>
<td>6/14/2011</td>
<td>$170.99</td>
<td>MAIL</td>
</tr>
</tbody>
</table>
</span>
I am very new to jquery and am scheduled for some courses so please provide a direct code answer instead of a similar answer.