HTML:
<table id="table-1">
<tr>
<td>
<table>
<tr>
<td>content</td>
<tr>
</table>
</td>
<td>Content</td>
</tr>
</table>
Is it possible to addclass 'td-1' to ONLY first-level TD's of #table-1 and not all?
Thanks