Example

Select all input elements with type="radio":

$(":radio")

Try it yourself »

Definition and Usage

The :radio selector selects input elements with type=radio.

Syntax

$(":radio")