Título prácticamente lo dice todo.
dieron una mesa comojQuery: cómo seleccionar un tr que contiene th's?
<table>
<tr>
<th>Header 1</td>
<th>Header 2</td>
</tr>
<tr>
<td>Datum 1</td>
<td> Datum 2</td>
</tr>
<tr>
<td>Datum 1</td>
<td> Datum 2</td>
</tr>
</table>
Cómo seleccionar la fila que contiene los encabezados y th ningún otro?
jQuery es increíble. Eso es todo. –