How do I select all but the first TDs? I don't know how many columns there could be in the table, so I can't really use :nth-child(2) etc...
<table>
<tr>
<td>do not select</td>
<td>select</td>
<td>select</td>
<td>select</td>
...
</tr>
</table>