jQuery セレクタ リファレンス マニュアル
type="image" の <input> 要素を選択します:
$(':image')
実際に試してみましょう
:image セレクタは type="image" の <input> 要素を選択します。