gpt4 book ai didi

javascript - "Given at least 1 child in the class is true/false, then..."的条件怎么写?

转载 作者:行者123 更新时间:2023-11-30 18:11:33 26 4
gpt4 key购买 nike

if( $('.adv').css('display') != 'none' )
{
Navigation.closePopUp();
}

问题是这个类中有几个 child ,如果这个类的 display css 中的至少一个 child 不等于 none ,那么做点什么...

有没有可能有这个条件?谢谢

最佳答案

您可以使用visible 选择器和length 属性。

if ( $('.adv:visible').length )

关于javascript - "Given at least 1 child in the class is true/false, then..."的条件怎么写?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14450467/

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