jQuery :radio Selector

Example

Hide all <input> elements with type="radio":

$(':radio')

Try It Yourself

Definition and Usage

:radio selector selects <input> elements of type radio.

Syntax

$(':radio')