jQuery :radio Selector

jQuery Selectors : Select all <input> elements with type="radio"

Definition and Usage

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

Syntax

$(":radio")