jQuery :radio 选择器

实例

隐藏所有 type="radio" 的 <input> 元素:

$(":radio")

亲自试一试

定义和用法

:radio 选择器选取类型为 radio 的 <input> 元素。

语法

$(":radio")