[jQuery to Vanilla JS] 1. querySelector를 이용하여 jQuery selector 대체하기
이론 Element 조회 - 기본 (id, class, tagname 이용) 2-1) id로 조회 : getElementById 2-2) class로 조회 : getElementsByClassName 2-3) tag 이름으로 조회 : getElementsByTagName Element 조회 - 심화 attribute로 조회 iframe 내부 contents 조회 부모, 자식, 형제 Element 조회 자식 Element 조회 자식 Element 조회 형제 Elements 조회 - all 형제 Element 조회 - prev, next 속성 조회 input, textarea 요소 value 조회 select 선택된 option의 value, text 조회 기타 속성 조회 및 설정 data 속성 조회 tex..
2020. 5. 11. 11:22