저는 WordPress 테마를 구입했습니다. 몇 가지 오류가있어서 잘하면 내 BuddyPress와 테마 jQuery 및 AJAX가 충돌 할 수 있습니다.잡히지 않은 TypeError : null의 getElementsByTagName 메서드를 호출 할 수 없습니다.
Uncaught TypeError: Cannot call method 'getElementsByTagName' of null
init:function(tabid, dselected){ var menuitems=document.getElementById(tabid).getElementsByTagName("a")
Error: Uncaught TypeError: Cannot call method 'getElementsByTagName' of null (repeated 2 times)
Uncaught TypeError: Cannot call method 'getElementsByTagName' of null
:
내 문제는 내가이 오류를 얻고있다
Error: Uncaught TypeError: Cannot call method 'getElementsByTagName' of null
나는 프로그래머가 아니에요으로이 문제를 해결하는 방법을 모르겠어요. 나는 HTML, CSS 및 기본 WordPress PHP 만 알고 있습니다.
잠깐만, jQuery에 액세스 할 수 있습니까? –
오류는 해당 요소가 브라우저 문서의 DOM 노드에 존재하지 않는다는 것을 알려줍니다. 아마 자바 스크립트는 웹 문서가 존재하지 않고 실행 중이거나 서버 측 문제로 인해 서버에서 보낸 html 콘텐츠가 부족합니다 ... –