function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
amitashtekaramitashtekar 

Facing Javascript Error : getAttributeNode() method error deprecated

I am facing a javascript error that it is showing getAttributeNode() method deprecated while developing page.

 

Does anyone have any idea how to solve this issue?

 

Richa KRicha K

Its Mozilla issue. use getAttribute() instead. On the other hand, you can say its bug in Mozilla(Newer versions 7 and above).