jQuery :radio 選擇器

實例

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

$(":radio")

親自試一試

定義和用法

:radio 選擇器選取類型為 radio 的 <input> 元素。

語法

$(":radio")