gpt4 book ai didi

javascript - 我正在尝试检测 div 是否包含 iFrame

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

我目前正在执行以下操作,但它对我不起作用(即即使 div 中有 iFrame,仍然会被调用):

if($('#bodytext-' + postID + ':has(iframe)').length > -1) {

$(this).parent().append(ytCode);

}

我做错了什么吗?

最佳答案

如果 div 中没有 iFrame,则生成的 jQuery 对象的长度将为 0,大于 -1。如果有iFrame,长度将为1,也大于-1。

关于javascript - 我正在尝试检测 div 是否包含 iFrame,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19199654/

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