gpt4 book ai didi

javascript - :gt counting from last position

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

我想使用类似于 :gt 选择器的东西。我需要选择从最后位置算起的 7 个 div

<nav>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div> // to this one
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div> // from there
</nav>

这可能吗?导航上部的元素数量可能会发生变化。

最佳答案

试试这个:

$("nav div").slice(-7);

http://api.jquery.com/slice/

关于javascript - :gt counting from last position,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20281046/

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