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