Latest web development tutorials

jQuery: checkbox Selector

jQuery selector jQuery selector

Examples

Select all with type = "checkbox" in the <input> element:

$(":checkbox")

try it"

Definition and Usage

: Checkbox Selector to select the input type = checkbox element with.


grammar

$(":checkbox")


jQuery selector jQuery selector