jQuery :radio Selector

jQuery Selectors jQuery Selectors

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")


jQuery Selectors jQuery Selectors


Color Picker

colorpicker