Firefox warning message

女生的网名这么多〃 提交于 2020-01-03 09:02:30

问题


I have a weird issue with firebug with my current javascript code

I have a web page with javascript and jQuery and I get this message:

use of getattributenodens is deprecated. use getattributens instead

I use jQuery 1.5.2 and Firefox 8, I get this error also on Windows 7 and XP. I tried mac also

I don't use getattributenodens in my code,

Who can fix this error? Thanks


回答1:


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



来源:https://stackoverflow.com/questions/8295610/firefox-warning-message

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!