본문 바로가기

Study Memos/JavaScript Front-End

HTMLCollection (Section 16)

참고> opentutorials.org/course/1375/6666

 

1. console.group() & console.groupEnd() : console에 출력하는 메시지를 그룹핑해주는 함수

2. HTMLCollection에서 collection을 수정하면 바로 반영되기 때문에 re-load 할 필요 없다.

반응형

'Study Memos > JavaScript Front-End' 카테고리의 다른 글

Element 객체 (Section 18)  (0) 2020.12.15
jQuery 객체 (Section 17)  (0) 2020.12.15
HTMLElement (Section 15)  (0) 2020.12.15
jQuery에서 제어 대상 찾기 (Section 14)  (0) 2020.12.09
jQuery (Section 13)  (0) 2020.12.09