ana
ana

Reputation: 998

Firefox warning message

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

enter image description here

Upvotes: 7

Views: 816

Answers (1)

arkinEx
arkinEx

Reputation: 169

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

Upvotes: 6

Related Questions