Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 717
ana Avatar asked Nov 28 '11 12:11

ana


1 Answers

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

like image 111
arkinEx Avatar answered Oct 04 '22 00:10

arkinEx