jQuery :checkbox Selector

❮jQueryセレクター

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

$(":checkbox")

定義と使用法

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


構文

$(":checkbox")

❮jQueryセレクター