jQuery :image セレクタ

type="image" の <input> 要素を選択します:

$(':image')

実際に試してみましょう

定義と用法

:image セレクタは type="image" の <input> 要素を選択します。

文法

$(':image')