<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>
I want to count table rows whose class is product_details. How I do that with jQuery?
