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