-
jQuery
(jquery-79
, 2017.02.12)
목차
:root 예제 - 문서의 가장 상위 요소 배경색 변경.
:root 정의
:root 구문
:root 예제 - 문서의 가장 상위 요소 배경색 변경.
<!DOCTYPE html>
<html>
<h…
-
jQuery
(jquery-74
, 2017.02.12)
목차
:has() 예제 - 내부에 지정 요소 갖는 요소 선택.
:has() 정의
:has() 구문
:has() 예제 - 내부에 여러 요소 갖는 요소 선택.
:has() 예제 - 내부에 지정 요소 없는 요소 선택.
:has() 예제 - 내부에 지…
-
jQuery
(jquery-70
, 2017.02.11)
목차
:header 예제
:header 정의
:header 구문
:header 예제 - h1 ~ h6 요소 선택
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jqu…
-
jQuery
(jquery-66
, 2017.02.11)
목차
eq() 예제 - 지정 색인번호 가진 요소 선택
eq() 정의
eq() 구문
eq() 예제 - 지정 색인번호 가진 요소 선택
<script src="https://ajax.googleapis.com/ajax/libs/jquery…
-
jQuery
(jquery-55
, 2017.02.11)
목차
:last-of-type 예제 - 그 부모의 타입 고려 마지막 자식p요소.
:last-of-type 정의
:last-of-type 구문
:last-of-type 예제 - div의 타입 고려 마지막 자식p요소.
:last-of-type 예제 - cf. :last, :last-ch…
-
jQuery
(jquery-54
, 2017.02.11)
목차
:last-child 예제 - 그 부모의 마지막 자식인 p 요소
:last-child 정의
:last-child 구문
:last-child 예제 - 모든 div의 마지막 p 요소 선택
:last-child 예제 - cf. :last 선택자
:last-child 예제…
-
jQuery
(jquery-53
, 2017.02.11)
목차
:first-of-type 예제 - 그 부모의 타입 고려 첫번째 P자식요소
:first-of-type 정의
:first-of-type 구문
:first-of-type 예제 - 각 div의 타입 고려 첫번째 P자식요소
:first-of-type 예제 - cf. :first, :f…
-
jQuery
(jquery-52
, 2017.02.11)
목차
:first-child 예제 - 그 부모의 첫 번째 자식인 p 요소
:first-child 정의
:first-child 구문
:first-child 예제 - 모든 div의 첫 번째 p 요소 선택
:first-child 예제 - cf. :first
:first-chi…
-
jQuery
(jquery-51
, 2017.02.11)
목차
:odd 예제 - 모든 홀수 번째 tr 요소
:odd 정의
:odd 구문
:odd 예제 - 모든 홀수 번째 tr 요소
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5…
-
jQuery
(jquery-50
, 2017.02.11)
목차
:even 예제 - 모든 짝수 번째 tr 요소
:even 정의
:even 구문
:even 예제 - 모든 짝수 번째 tr 요소
<script src="https://ajax.googleapis.com/ajax/libs/jquery…