jQuery Tutorial Tutorials - jQuery :radio selector

:radio selector

The jQuery :radio selector is used to select all elements of type radio.

$( "input:radio" ) is equivalent to $( "input[type=radio]" ).

jQuery :radio selector Syntax

$(':radio')

jQuery :radio selector Examples

In below example,We will hightlight all radio inputs.
Try now

Date:2019-08-19 02:11:04 From:www.Lautturi.com author:Lautturi