jquery Determines if checkbox is selected

Source: Internet
Author: User

In jquery:

$ ("input[type= ' checkbox ']"). Is (': Checked ') returns TRUE or False

1. attr () method sets or returns the value of an alternate element

attr (property name)//Get the value of the property

Attr (property name, property value)//Set the value of the property

$ ("#id]"). attr ("checked") JQ1.6 returns after checked or undefined (1.6 of the money returns TRUE or false)

$ ("input[type= ' checkbox ']"). attr ("chacked", true); Set the multi-marquee to full-checked status false to unchecked

2. Prop () method
$ ("input[type= ' checkbox ']"). Prop ("checked") returns TRUE or False

Also removeattr (property name), Removeprop (property name) Delete this property

Cases:

$ ("input[' Tupe=checkbox ')"). Removeattr ("checked"); Remove the selection of a multi-box

jquery Determines if checkbox is selected

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.