jQuery :radio 选择器

定义和用法

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

实例

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

$(":radio")

亲自试一试

语法

$(":radio")