본문 바로가기
즐거움 넘치는 IT 세계/코드로 만드는 디자인

[ jquery 기초 ] jquery Filter - 폼 필터(Form Filter)

by 디리씨 2019. 10. 4.
728x90

 

 

| 폼 필터

 필터 종류 선택 
: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 />

 

 

728x90
반응형