gpt4 book ai didi

jquery - 我如何追踪这些 Firefox 警告消息?

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

自从我升级到 jQuery 1.4.4 以来,当我在 Firefox 3.6.13 中运行单元测试时,我收到了几条新的警告消息。这是一个典型的:

Warning: Unexpected token in attribute selector: '!'.
Source File: http://localhost/unitTests/devunitTests.html
Line: 0

或者更有用的:

Warning: Selector expected.
Source File: http://localhost/unitTests/ui/editors/iframe2.html?test=15
Line: 0

网页呈现得很好,而且我所有的 JavaScript 代码似乎也都运行良好,因此我不愿意花费大量时间来修改我的代码来跟踪这些消息。但是,谁能指出是什么引发了警告?

最佳答案

你可能有这样的事情:

$(selectorVariable)

...以及其他类似的内容:

$("something[" + attributeNameVariable + "!=somethingElse]")

在这两种情况下,您的变量为空都会出错,因为 """selector[!=value]" 不是有效的选择器。只需查看您是否在选择器中使用变量,并添加 if() 检查,以便在这些情况下选择器无效时它们不会运行(有时变量中的空字符串就可以了) ,取决于它的使用地点)。

关于jquery - 我如何追踪这些 Firefox 警告消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4656691/

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