gpt4 book ai didi

jquery - 李 :first-child for specific class in list?

转载 作者:行者123 更新时间:2023-11-28 09:06:37 26 4
gpt4 key购买 nike

我有一个列表,是这样的:

<ul>
<li class="empty">bla</li>
<li class="item">text1</li>
<li class="item">text2</li>
<ul>

现在是否可以通过 JQuery 选择特定类的 li:first-child

我不想选择class="empty",我想选择"item"的第一项...

$('ul li.item:first-child') 不工作。

谢谢!

最佳答案

$('ul li.item:first');

$('ul li.item').first();

http://jsfiddle.net/ZMsdd/1/

关于jquery - 李 :first-child for specific class in list?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8768996/

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