Latest web development tutorials

jQuery: checked selector

jQuery selector jQuery selector

Examples

Select all selected elements (check boxes or radio buttons):

$(":checked")

try it"

Definition and Usage

: Checked selector to select all the check boxes or radio button selected.


grammar

$(":checked")


jQuery selector jQuery selector