gpt4 book ai didi

jquery - 在 jQuery 中,如何在具有某些类的元素之间选择元素?

转载 作者:行者123 更新时间:2023-12-03 21:49:51 25 4
gpt4 key购买 nike

我有一个无序列表。

<ul>
<li class="foo">Baz</li>
<li>Select Me!</li>
<li>Select Me!</li>
<li>Select Me!</li>
<li class="bar">Baz</li>
<li>Don't Select Me</li>
<li>Red Herring List Item</li>
</ul>

如何使用 jQuery 选择类 foo 和 bar 的列表项之间的列表项?我不知道任何列表项的内容。我也不知道有多少列表项可供选择,因此我不能依赖计数。

最佳答案

$('li.foo').nextUntil('li.bar')

http://jsfiddle.net/zZRDB/1/

关于jquery - 在 jQuery 中,如何在具有某些类的元素之间选择元素?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10590655/

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