Cannot read property 'nodeValue' of undefined at xxxxx
CODEDRAGON ㆍDevelopment/JavaScript, jQuery, ...
반응형
Cannot read property 'nodeValue' of undefined at
xml 파일에 데이터없는 빈태그들이 있으며
nodeValue not defined라는 에러가 발생합니다.
빈태그요소를 삭제하거나 빈태그에 데이터를 채워주면 해결됩니다.
Uncaught TypeError: Cannot read property 'nodeValue' of undefined at domTest (ex02.html:43) at HTMLInputElement.onclick (ex02.html:74) |
|
'Development > JavaScript, jQuery, ...' 카테고리의 다른 글
클라이언트 객체의 종류 (0) | 2019.12.10 |
---|---|
d3js (0) | 2019.12.05 |
JSON 데이터 타입(datatype) (0) | 2019.11.20 |
빈 텍스트 노드 처리 (0) | 2019.11.09 |
자바스크립트 객체 자료형 도식도 (0) | 2019.10.14 |