firstChild [DOM] DOM 관련 메서드와 이해 index.html 참고로 마지막 new div는 javascript로 구현한 것!... methodnextElementSiblinglastChildnextSiblingDOMparentNodechildNodesfirstChildDOM dom 의 children 대상 배열 요소 firstChild,lastChild 의 사용 을 분석 합 니 다. <!--children --> <html> <body> <table id="tbl"> <tbody> <tr> <td> 1 1 </td><td> 1 2 </td></tr> <tr> <td> 2 1 </td><td> 2 2 </td></tr> </tbody> </table> <input onclick="alert(document.all.tbl.children(0).children(0).i... childrenfirstChildlastChild
[DOM] DOM 관련 메서드와 이해 index.html 참고로 마지막 new div는 javascript로 구현한 것!... methodnextElementSiblinglastChildnextSiblingDOMparentNodechildNodesfirstChildDOM dom 의 children 대상 배열 요소 firstChild,lastChild 의 사용 을 분석 합 니 다. <!--children --> <html> <body> <table id="tbl"> <tbody> <tr> <td> 1 1 </td><td> 1 2 </td></tr> <tr> <td> 2 1 </td><td> 2 2 </td></tr> </tbody> </table> <input onclick="alert(document.all.tbl.children(0).children(0).i... childrenfirstChildlastChild