<table>
<tr>
<td>data</td>
<td>data</td>
</tr>
<tr class='product_details'>
<td>product details</td>
<td>product details</td>
</tr>
<tr class='product_details'>
<td>product details</td>
<td>product details</td>
</tr>
</table>
クラスがproduct_detailsであるテーブル行をカウントしたい。jQueryでそれを行うにはどうすればよいですか?