jQuery :image 선택기

예제

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

$(':image')

직접 시험해 보세요

정의와 사용법

:image 선택기는 <input> 요소의 타입이 image인 것을 선택합니다.

문법

$(':image')