gpt4 book ai didi

jquery - "Complex"带有 :not() 的 JQuery 选择器

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

我正在尝试选择所有不包含“月份”文本的 < li >。这是我的选择器,当前是一个包含字符串“Month”的变量。

$('section ul li:not(section ul li:contains("' + current + '"))')

这是 :contains() 选择器在 :not() 选择器中不起作用,因为当我删除 contains() 部分时,我得到了很好的元素选择(什么也没有)。另外,这不是我的变量 current 不正确,我已经测试过了。

也许我们不能将 : 类型的选择器放入 : 选择器中。

最佳答案

尝试

$('section ul li:not(:contains("' + current + '"))')

关于jquery - "Complex"带有 :not() 的 JQuery 选择器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18283271/

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