gpt4 book ai didi

javascript - 带有 AND OR 条件的 jquery 多个选择器

转载 作者:太空狗 更新时间:2023-10-29 15:30:31 24 4
gpt4 key购买 nike

如果我有一个有 4000 行的表

<table>
<tr class="a b c d e f g"><td>xxx</td></tr>
<tr class="a c d e f g"><td>xxx</td></tr>
<tr class="d e f g"><td>xxx</td></tr>
<tr class="a d e f g"><td>xxx</td></tr>
.
.
.
.
.
</table>

如果我想选择行上课(a 或 b 或 c) 和 (d 或 e) 和 (a 或 g)

如何编写选择器语句?

谢谢

最佳答案

试试这个:

$('.a, .b, .c').filter('.d, .e').filter('.a, .g')

关于javascript - 带有 AND OR 条件的 jquery 多个选择器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17729677/

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