jQuery :input セレクタ

❮ jQuery Selectors

全ての <input> 要素を選択する:

$(":input")
Try it Yourself »

定義と用法

:input セレクタは、フォーム要素を選択します。

このセレクタは、button 要素でも動作します。


構文

$(":input")

❮ jQuery Selectors