gpt4 book ai didi

jquery - 向上搜索具有特定类的元素?

转载 作者:行者123 更新时间:2023-11-30 23:52:04 25 4
gpt4 key购买 nike

jquery 有没有办法定位 $(this).它上面的某个元素.with class of 'abc'

(上面的意思是 parent 、祖 parent 等)

例如:

<div class='a'>
<div class='b'>
<div class='c'>
</div>
</div>
</div>

因此,当我单击 class='c' 时,我可以使用 class='a' 定位其上方的任何内容吗, 获得与单击 class='b' 相同的结果相同的代码? (如果我单击“b”,“a”div 仍将是其父级(或祖 parent ),类为“a”)

最佳答案

尝试closest() :

$(this).closest('.a')

Get the first element that matches the selector, beginning at the current element and progressing up through the DOM tree.

关于jquery - 向上搜索具有特定类的元素?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11944791/

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