I need to only find the cells in the table which contain
using jQuery.
<table>
<tr>
<td> </td>
<td>Something</td>
<td>something else</td>
<td> </td>
</tr>
</table>
Any ideas?