jQuery 선택기 참조 매뉴얼
모든 <input> 요소 선택:
$(':input')
직접 시도해 보세요
:input 선택기는 양식 요소를 선택합니다.
이 선택기는 <button> 요소에도 적용됩니다.