NotFoundError: Node was not found
-
I am getting error like
NotFoundError: Node was not found
document.getElementsByTagName(“head”)[0].insertBefore( corecss, document.getElementById(“syntaxhighlighteranchor”) );
Although
document.getElementsByTagName(“head”)[0]and
document.getElementById(“syntaxhighlighteranchor”)are working fine while i tried these from browser console
please suggest a solution as soon as possible
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘NotFoundError: Node was not found’ is closed to new replies.