jQuery Tutorial Tutorials - jQuery :checkbox selector

:checkbox selector

The jQuery :checkbox selector is used to select all type=checkbox elements. $( ":checkbox" ) is equivalent to $( "[type=checkbox]" )

jQuery :checkbox selector Syntax

$(':checkbox')

jQuery :checkbox selector Examples

In below example,We will find all checkbox inputs and mark them.

Try now

Date:2019-08-19 01:33:23 From:www.Lautturi.com author:Lautturi