jQuery :text 선택기

예제

type="text"인 <input> 요소 선택:

$(':text')

직접 시도해 보세요

정의와 사용법

:text 선택기는 타입이 text인 <input> 요소를 선택합니다.

문법

$(':text')