Contents

Develop
2013.12.17 11:42

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

조회 수 9414 댓글 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
번호 분류 제목 글쓴이 날짜 조회 수
357 PPT [ppt] 웜프레임워크 발표 양식(국보연) file hooni 2013.04.23 17016
356 Develop [c] 웅지학원 NAT를 소스코드로.. file hooni 2013.04.23 6611
355 Develop [c] 소켓 스트림 서버/클라이언트 (UDP) file hooni 2013.04.23 7600
354 Develop [c++] 마방진 소스코드 file hooni 2013.04.23 9558
353 Etc [doc] 웜 프레임워크 검증환경 구축(작성중..) file hooni 2013.04.23 16011
352 Etc 여기저기서 모은 VoIP(인터넷전화) 자료들~ file hooni 2013.04.23 15964
351 Develop [c] 민수형 소스(도메인소켓포함) file hooni 2013.04.23 6522
350 System/OS [linux] GD 라이브러리 설치 방법.. file hooni 2013.04.23 11363
349 System/OS [linux] 처음 설치부터 APM 설치까지 (업데이트 할 것) hooni 2013.04.23 38271
348 Develop [c] GD라이브러리(jpeg)를 사용한 웹 카운터 샘플 hooni 2013.04.23 15107
347 Develop JSON, BSON 변환 file hooni 2013.04.23 11814
346 Develop [js] 2차 잉여.. (Quadratic reciprocity) 계산.. file hooni 2013.04.23 7075
Board Pagination Prev 1 ... 64 65 66 67 68 69 70 71 72 73 ... 98 Next
/ 98