FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

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