:radio
jQuery 选择器
选取所有带有 type="radio" 的 <input> 元素:
$(":radio")
尝试一下
:radio 选择器选取带有 type=radio 的 input 元素。