- Hierarchy:
- parentNode: The element's parent in the DOM tree.
- childNodes: A collection of all child nodes (elements, text nodes, comments).
- children: A collection of only child elements (not text nodes or comments).
- previousSibling and nextSibling: References to siblings in the DOM.
'나의 FE피봇이야기 > Javascript' 카테고리의 다른 글
[Javascript] vue.js computed와 methods (0) | 2024.01.08 |
---|---|
[Javascript] scope 범위 (EnvironmentRecord / LexicalEnvironment) (0) | 2024.01.07 |
[Node.js] (1) | 2024.01.04 |
[CSS & Javascript]var 값 설정해서 JS에서 변경하기 (0) | 2024.01.03 |
[Javascript] 데이터의 저장 (0) | 2023.12.31 |