jQuery 選擇器參考手冊(cè)
隱藏所有 type="radio" 的 <input> 元素:
$(":radio")
親自試一試
:radio 選擇器選取類型為 radio 的 <input> 元素。
Search: