Contents

Develop
2013.12.17 11:42

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

조회 수 9436 댓글 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

...



?

  1. [linux] 기본 명령어 (내공쌓기)

  2. [linux] 계정관리하기(내공쌓기)

  3. [linux] 간단한 vi편집기 사용 명령

  4. [linux] 간단한 NAT 설정 script

  5. [linux] 간단한 find 명령어 설명(업데이트 해야 함)

  6. [linux] yum 업데이트 시 커널 제외하기

  7. [linux] X환경 GNOME에서 KDE로 바꾸는 법..

  8. [linux] Xwindow/Xmanager 사용

  9. [linux] wget 명령 사용 예제

  10. [linux] vi 편집기 간단한 명령과 환경설정

  11. [linux] The Ultimate Wget Download Guide With 15 Awesome Examples

  12. [linux] tar 명령어 뽀개기.. ㅋㅋ

Board Pagination Prev 1 ... 26 27 28 29 30 31 32 33 34 35 ... 98 Next
/ 98