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
$('table td').filter(':eq(' + indexesToSelect.join('), :eq(') + ')')