gpt4 book ai didi

jquery - 在 css 或 jquery 中隐藏列表的其余部分

转载 作者:太空宇宙 更新时间:2023-11-03 21:43:14 27 4
gpt4 key购买 nike

是否可以隐藏 list 示例的其余部分?我在 list 中有 10 个元素,我想在 4 个 list 之后隐藏所有列表元素:

<ul>
<li>list</li>
<li>list</li>
<li>list</li>
<li>list</li>
<li>hide this list</li>
<li>hide this list</li>
<li>hide this list</li>
<li>hide this list</li>
<li>hide this list</li>
<li>hide this list</li>
</ul>

最佳答案

你可以用 :nth-child...

li:nth-child(n+5) {
display: none;
}

更多信息:http://nthmaster.com/

关于jquery - 在 css 或 jquery 中隐藏列表的其余部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22160968/

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