我有以下標記。我如何在表格中找到類abc
的tr
s的數量?如何使用jquery查找具有特定類的總tr?
<html>
<body>
<table>
<tr class='abc'>
<td> i am from bd </td>
<td> i am from bd </td>
<td> i am from bd </td>
</tr>
</table>
</body>
</html>
這是基本的jQuery:'$( '表> tr.abc')length' [jQuery的的 –
可能的複製:計數的數量在表中的行](http://stackoverflow.com/questions/1149958/jquery-count-number-of-rows-in-a-table) –
謝謝我親愛的 –