jQuery :image セレクタ

❮ jQuery Selectors

type="image" である全ての <input> 要素を選択する:

$(":image")
Try it Yourself »

定義と用法

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


構文

$(":image")

❮ jQuery Selectors