I want to select a subset of tds from a table.
I know before hand what the indexes are, but they are effectively random (not odd or even indexes, etc).
For i
try this
$('table td:eq(0), table td:eq(5), table td:eq(9)')