jQuery :checkbox 选择器
-
定义和用法
:checkbox 选择器选取带有 type=checkbox 的 input 元素。 -
语法
$(":checkbox") -
参数
参数 必需的 描述 该选择器没有任何参数 -
-