gpt4 book ai didi

jquery - 如何使用多个 is() 选择器?

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

我正在尝试编写一个 if 语句,通过 is() 检查节点的父节点是否是三个选择器之一,但是 is() 不支持多个选择器作为参数。我怎样才能完成类似的事情?:

if ($(this).parent().is('.first','.second','.third')) {
//do this thing
} else {
//do this other thing
}

最佳答案

.first, .second, .third 是有效的选择器:

$(this).parent().is('.first, .second, .third')

关于jquery - 如何使用多个 is() 选择器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17398245/

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