gpt4 book ai didi

Jquery在.not()函数中传递2个id

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

$("#bbody").children().not("#" + pageid && "#show")

这种事情可能吗?

最佳答案

您可以使用逗号选择器:

.not("#show, #" + pageid);

或使用两次传递:

.not("#show").not("#" + pageid);

关于Jquery在.not()函数中传递2个id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10571071/

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