gpt4 book ai didi

javascript - 如何从 hide() jquery 中排除前十和最后 1 里

转载 作者:行者123 更新时间:2023-11-28 20:20:44 27 4
gpt4 key购买 nike

到目前为止我有这个:

$(".actor ul li").not($(".actor ul li").slice(0,11)).hide();

我还想从 hide() 中排除最后一个 li。我该怎么做呢?明显的答案是也显示 :last。但应该有一种优雅的方式来做到这一点:)

最佳答案

尝试

$(".actor ul li").not(':lt(10), :last').hide();

关于javascript - 如何从 hide() jquery 中排除前十和最后 1 里,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18378402/

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