现在位置: 首页 > jQuery 教程 > 正文

jQuery :checkbox 选择器

jQuery 选择器 jQuery 选择器

实例

选取所有带有 type="checkbox" 的 <input> 元素:

$(":checkbox")

尝试一下 »

定义和用法

:checkbox 选择器选取带有 type=checkbox 的 input 元素。


语法

$(":checkbox")


jQuery 选择器 jQuery 选择器