gpt4 book ai didi

javascript - 如何使用jquery选择特定位置的元素

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

在 jQuery 中处理多次出现的同一元素时,有没有办法找到特定位置的元素

例如

<body>
<p>Para first one</p>
<p>Para first one</p>
<p>Para first one</p>
</body>

如果我想直接访问第二段,有没有直接使用Jquery的方法?

谢谢

最佳答案

$('p:nth-of-type(2)') 选择第二段。

关于javascript - 如何使用jquery选择特定位置的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21125994/

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