Contents

Develop
2013.12.17 11:42

[js] jQuery 셀랙터(selector) 요약

조회 수 9420 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

나중에 정리해서 다시 올릴 거..


$("input[disabled]")

<input ... disabled />


$("div[id='a']")

<div id="a"></div>


$("a[href^='https:']")

<a href="https://hooni.net">HTTPS로 시작하는 것들..</a>


$("a[href$='.net']")

<a href="https://hooni.net">.net으로 끝나는 것들..</a>


$("img[alt*='picomax']") // picomax 라는 단어가 포함되어 있는 것들.. (1,2번)

$("img[alt~='picomax']") // picomax 라는 단어로 포함하는(앞 뒤 공백, 띄어쓰기로 되어 있는..) (2번만)


1. <img src="..." alt="picomax의 로고" />

2. <img src="..." alt="테스트 picomax daum facebook" />


- 필터

input:text

<input type="text" />


input:checked

input:disabled

input:enabled

input:focus

input:selected

...



?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
813 System/OS [linux] 기본 명령어 (내공쌓기) hooni 2003.04.23 14333
812 System/OS [linux] 계정관리하기(내공쌓기) hooni 2003.04.23 13165
811 System/OS [linux] 간단한 vi편집기 사용 명령 hooni 2003.04.23 13456
810 System/OS [linux] 간단한 NAT 설정 script hooni 2003.04.23 12608
809 System/OS [linux] 간단한 find 명령어 설명(업데이트 해야 함) hooni 2013.04.23 9111
808 System/OS [linux] yum 업데이트 시 커널 제외하기 hooni 2014.09.11 1268
807 System/OS [linux] X환경 GNOME에서 KDE로 바꾸는 법.. hooni 2013.04.23 12367
806 System/OS [linux] Xwindow/Xmanager 사용 hooni 2003.04.23 13344
805 System/OS [linux] wget 명령 사용 예제 hooni 2020.05.26 1451
804 System/OS [linux] vi 편집기 간단한 명령과 환경설정 hooni 2003.04.23 11360
803 System/OS [linux] The Ultimate Wget Download Guide With 15 Awesome Examples hooni 2020.05.26 813
802 Develop [linux] tar 명령어 뽀개기.. ㅋㅋ hooni 2003.04.23 7672
Board Pagination Prev 1 ... 26 27 28 29 30 31 32 33 34 35 ... 98 Next
/ 98