gpt4 book ai didi

jquery - 如何用jQuery判断是否存在特定的child(.haschild ('#test[att="test"]'))?

转载 作者:行者123 更新时间:2023-12-01 02:02:02 24 4
gpt4 key购买 nike

<div id="target">
<div id="test" att="test"></div>
</div>

$('target').haschild('#test') 应该是 true

$('target').haschild('#test[att="test"]') 应该是 true

$('target').haschild('#no') 应该是 false

只有 $('target') 可用。

最佳答案

$('target').children('#test').length == 0

$('target > #test').length == 0

关于jquery - 如何用jQuery判断是否存在特定的child(.haschild ('#test[att="test"]'))?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2062381/

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