jQuery :image Selector

❮jQueryセレクター

type = "image"で<input>要素を選択します。

$(":image")

定義と使用法

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


構文

$(":image")

❮jQueryセレクター