jQuery :radio 选择器


实例

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

$(":radio")
运行一下 »

定义和用法

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

语法

$(":radio")