폼 필터
폼 필터는 형식(text, checkbox, password, radio, file)을 기반으로 하는 폼 요소를 선택할 때 사용하는 필터로 사용법은 필터와 동일하여, 자세한 설명보다는 아래의 표로 대신 합니다.
|
폼 필터 종류 |
선택 폼 |
|
:button |
<input type=”butto” /> |
|
:checkbox |
<input type=”checkbox” /> |
|
:checked |
<input type=”checkbox” checked=”checked” /> |
|
:disabled |
<input type=”text” disabled=”disabled” /> |
|
:enabled |
<input type=”text” enabled=”enabled” /> |
|
:file |
<input type=”file” /> |
|
:focus |
(1.6 이상에서 지원) |
|
:image |
<input type=”image” /> |
|
:input |
<input> 모든 input 요소 |
|
:password |
<input type=”password” /> |
|
:radio |
<input type=”radio” /> |
|
:reset |
<input type=”reset” /> |
|
:selected |
<select><option selected="selected"></option></select> |
|
:submit |
<input type=”submit” /> |
|
:text |
<input type=”text” /> |
|
:hidden |
<input type=”hidden” /> |
| 표 1. [jQuery 폼 필터의 종류] | |
표에서 보듯이 폼 필터 사용은 매우 간단하여 자세한 설명을 생략하고 필터 중 상태를 체크하는 필터에 대해 알아 보도록 하겠습니다.
:checked , :selected
<input type=”checkbox”/>체크박스, 라디오버튼<input type=”radio” />, 셀렉트<select>의 상태를 확인 하여 선택된 상태 요소들의 집합을 선택 반환합니다.
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>jQuery Selector</title> <link href="../Styles/Site.css" rel="stylesheet" type="text/css" /> <style> div,pre { background : #FFF; padding:10px; margin:10px; } table { border:1px solid #AAA; } td { border:1px solid #AAA; width:25px; height:25px; } </style> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function () { $(":checked,:selected").css("border", "2px solid red"); $(":selected").css("background", "red"); }); </script> </head> <body style="padding:10px;"> <h2>jQuery 시작 Selector</h2> <p>jQuery에 대한 자세한 내용을 보려면 jquery.com 을 방문하세요.</p> <div> <ul> <li><input type="checkbox" checked="checked" />CheckBox #1 - </li> <li><input type="checkbox" />CheckBox #2</li> <li><input type="checkbox" checked="checked" />CheckBox #3</li> </ul> <select multiple="multiple"> <option>Option #1</option> <option selected="selected">Option #2</option> <option>Option #3</option> </select> </div> </body> </html>
[예제 1. 폼필터의 사용예제]
[예제 1 Selected, Checked를 폼 필터를 이용한 결과 모습]
:enabled, :disabled
사용이 가능하거나, 사용이 불가능한 요소를 선택하여 해당 요소의 집합을 반환합니다.
<input type="text" disabled="disabled" />의 경우 :disabled로, 일반적인 모습일 경우 :enabled로 관련 요소의 집합을 선택 할 수 있습니다.
사용이 가능하거나, 사용이 불가능한 요소를 선택하여 해당 요소의 집합을 반환합니다.
<input type="text" disabled="disabled" />의 경우 :disabled로, 일반적인 모습일 경우 :enabled로 관련 요소의 집합을 선택 할 수 있습니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7030 | 11년 전 | 1420 | ||
| 7029 |
|
11년 전 | 3250 | |
| 7028 |
|
11년 전 | 1147 | |
| 7027 | 11년 전 | 1014 | ||
| 7026 | 11년 전 | 2091 | ||
| 7025 |
어려워요잉
|
11년 전 | 2745 | |
| 7024 | 11년 전 | 2107 | ||
| 7023 | 11년 전 | 3142 | ||
| 7022 |
Shhhh
|
11년 전 | 1539 | |
| 7021 |
|
11년 전 | 3286 | |
| 7020 | 11년 전 | 796 | ||
| 7019 |
막돼먹은영애
|
11년 전 | 1088 | |
| 7018 | 11년 전 | 1965 | ||
| 7017 | 11년 전 | 2327 | ||
| 7016 | 11년 전 | 1034 | ||
| 7015 | 11년 전 | 2835 | ||
| 7014 | 11년 전 | 3033 | ||
| 7013 | 11년 전 | 1520 | ||
| 7012 |
|
11년 전 | 2199 | |
| 7011 | 11년 전 | 1050 | ||
| 7010 | 11년 전 | 1407 | ||
| 7009 |
|
11년 전 | 1084 | |
| 7008 | 11년 전 | 2272 | ||
| 7007 | 11년 전 | 2193 | ||
| 7006 |
|
11년 전 | 1182 | |
| 7005 | 11년 전 | 5314 | ||
| 7004 | 11년 전 | 2365 | ||
| 7003 | 11년 전 | 3080 | ||
| 7002 | 11년 전 | 1930 | ||
| 7001 | 11년 전 | 980 | ||
| 7000 | 11년 전 | 2052 | ||
| 6999 |
|
11년 전 | 2176 | |
| 6998 | 11년 전 | 1890 | ||
| 6997 |
네이비칼라
|
11년 전 | 1501 | |
| 6996 | 11년 전 | 960 | ||
| 6995 |
|
11년 전 | 1863 | |
| 6994 | 11년 전 | 2580 | ||
| 6993 |
kimsdesign
|
11년 전 | 1305 | |
| 6992 |
|
11년 전 | 2778 | |
| 6991 | 11년 전 | 1723 | ||
| 6990 | 11년 전 | 4481 | ||
| 6989 | 11년 전 | 1863 | ||
| 6988 |
네이비컬러
|
11년 전 | 2526 | |
| 6987 | 11년 전 | 3734 | ||
| 6986 |
잘살아보자
|
11년 전 | 1599 | |
| 6985 |
잘살아보자
|
11년 전 | 2483 | |
| 6984 | 11년 전 | 831 | ||
| 6983 |
천재조상훈
|
11년 전 | 1878 | |
| 6982 |
천재조상훈
|
11년 전 | 4511 | |
| 6981 |
천재조상훈
|
11년 전 | 1638 | |
| 6980 |
|
11년 전 | 1890 | |
| 6979 |
|
11년 전 | 765 | |
| 6978 |
잘살아보자
|
11년 전 | 1153 | |
| 6977 |
잘살아보자
|
11년 전 | 1475 | |
| 6976 |
잘살아보자
|
11년 전 | 1584 | |
| 6975 |
천재조상훈
|
11년 전 | 1491 | |
| 6974 |
잘살아보자
|
11년 전 | 2235 | |
| 6973 |
잘살아보자
|
11년 전 | 1163 | |
| 6972 |
잘살아보자
|
11년 전 | 3074 | |
| 6971 |
잘살아보자
|
11년 전 | 3280 | |
| 6970 |
잘살아보자
|
11년 전 | 1851 | |
| 6969 |
잘살아보자
|
11년 전 | 4787 | |
| 6968 | 11년 전 | 9914 | ||
| 6967 |
|
11년 전 | 2644 | |
| 6966 |
|
11년 전 | 1119 | |
| 6965 | 11년 전 | 3265 | ||
| 6964 | 11년 전 | 2588 | ||
| 6963 | 11년 전 | 2108 | ||
| 6962 |
star3840
|
11년 전 | 1022 | |
| 6961 | 11년 전 | 4248 | ||
| 6960 |
|
11년 전 | 738 | |
| 6959 | 11년 전 | 1262 | ||
| 6958 |
|
11년 전 | 1681 | |
| 6957 | 11년 전 | 1907 | ||
| 6956 |
잘살아보자
|
11년 전 | 1857 | |
| 6955 | 11년 전 | 4631 | ||
| 6954 | 11년 전 | 1635 | ||
| 6953 |
잘살아보자
|
11년 전 | 883 | |
| 6952 |
잘살아보자
|
11년 전 | 2053 | |
| 6951 | 11년 전 | 1617 | ||
| 6950 | 11년 전 | 2618 | ||
| 6949 |
잘살아보자
|
11년 전 | 891 | |
| 6948 | 11년 전 | 1564 | ||
| 6947 | 11년 전 | 1473 | ||
| 6946 | 11년 전 | 1621 | ||
| 6945 | 11년 전 | 1231 | ||
| 6944 | 11년 전 | 1194 | ||
| 6943 | 11년 전 | 1236 | ||
| 6942 | 11년 전 | 1592 | ||
| 6941 | 11년 전 | 1664 | ||
| 6940 | 11년 전 | 1759 | ||
| 6939 | 11년 전 | 1672 | ||
| 6938 | 11년 전 | 1952 | ||
| 6937 | 11년 전 | 1158 | ||
| 6936 | 11년 전 | 1364 | ||
| 6935 | 11년 전 | 1308 | ||
| 6934 | 11년 전 | 1474 | ||
| 6933 | 11년 전 | 1983 | ||
| 6932 | 11년 전 | 1545 | ||
| 6931 | 11년 전 | 1549 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기