火狐浏览器警告信息
我的当前 javascript 代码有一个关于 firebug 的奇怪问题
我有一个带有 javascript 和 jQuery 的网页,我收到以下消息:
不推荐使用 getattributenodens。使用 getattributens 代替
我使用 jQuery 1.5.2 和 Firefox 8,我也在 Windows 7 和 XP 上收到此错误。我尝试过 mac 也
没有在我的代码中使用 getattributenodens
,
谁可以修复这个错误?谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这只是一个警告,因此开发人员可以有足够的时间更新他们的代码。
你在 jQuery 方面落后了好几个版本。如果你升级到当前版本(1.7.1),我想你会发现这个错误信息不再存在。
访问 jQuery 网站 - http://www.jquery.com
直接链接到最新版本 - http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
Its just a warning, so developers can update their code with plenty of time.
You are a fair few versions behind in jQuery. If you upgrade to the current version (1.7.1), I think you will find this error message no longer exists.
Visit jQuery Website - http://www.jquery.com
Direct link to newest version — http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js