ヘッダー付きのテーブルがあります:
<table id="my-table">
<thead>
<th>header1</th>
<th>header2</th>
<th>header3</th>
</thead>
<tbody>
<tr>
<td>data1</td>
<td>data2</td>
<td>data3</td>
</tr>
</tbody>
</table>
行のみを選択し、jQuery を使用して新しいデータに置き換えるにはどうすればよいですか? ヘッダーではなく行のみ。