gpt4 book ai didi

jQuery 对象无法找到该类

转载 作者:行者123 更新时间:2023-12-01 08:17:08 27 4
gpt4 key购买 nike

我不知道为什么,但是 jQuery 查找函数无法使用类名找到该类。

这是 Visual Studio 即时窗口的结果,显示有一个名为 TBLCONTENTS 的类,但使用 find 方法搜索时,它什么也没有返回。

optionRows[0].className
"TBLCONTENTS"

optionRows.find(".TBLCONTENTS")
{...}
context: {object}
jquery: "1.7.1"
length: 0
prevObject: {...}
selector: ".TBLCONTENTS"

我可以根据过滤器删除行吗:

$(optionRows).filter(".TBLCONTENTS").not(":first").remove();

最佳答案

这是因为 find 查看后代。您可能需要过滤

关于jQuery 对象无法找到该类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9828559/

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