jQuery 선택기 참조 매뉴얼
type="text"인 <input> 요소 선택:
$(':text')
직접 시도해 보세요
:text 선택기는 타입이 text인 <input> 요소를 선택합니다.