gpt4 book ai didi

jquery - 选择表格中除表格标题行以外的行

转载 作者:技术小花猫 更新时间:2023-10-29 12:05:51 25 4
gpt4 key购买 nike

如何使用 jquery 选择 html 表格中除表格标题行之外的行?

 <table id="mytable">
<thead>
<tr>
<th>
Foo
</th>
<td>
Lorem
</td>
<td>
Ipsum
</td>
</tr>
</thead>
<tr>
<th>
Bar
</th>
<td>
Dolor
</td>
<td>
Sit
</td>
</tr>
<tr>
<th>
Baz
</th>
<td>
Amet
</td>
<td>
Consectetuer
</td>
</tr>
</table>

最佳答案

$('tr').not('thead tr').addClass('selected')

关于jquery - 选择表格中除表格标题行以外的行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3350924/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com