THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

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