jQuery :radio Selector

❮jQueryセレクター

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

$(":radio")

定義と使用法

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


構文

$(":radio")

❮jQueryセレクター