浏览 106
分享
jQuery :radio 选择器
实例
选取所有带有 type="radio" 的 <input> 元素:
$(":radio")
定义和用法
:radio 选择器选取带有 type=radio 的 input 元素。
语法
$(":radio")
评论列表