WEB/jQuery
- jQuery - each()
- 자식요소 추가 - append, prepend / 형제요소 추가 - after, before
- 너비, 높이 - width, height / innerWidth, innerHeight / outerWidth, outerHeight
- jQuery 좌표 : offset() , position()
- val() - attr('value') , html() - text()
- attr('class'), addClass, removeClass, toggleClass, hasClass - 적용된 클래스 조회, 클래스 추가, 클래스 삭제, 클래스 확인
- attr : 속성 값 가져오기, 속성 추가 / removeAttr : 속성 제거
- jQuery : 제이쿼리 선언 (local, cdn) / 선택자