jQuery :radio 选择器

jQuery 选择器 jQuery 选择器

实例

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

$(":radio")

尝试一下 »

定义和用法

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


语法

$(":radio")


jQuery 选择器 jQuery 选择器