jquery in the table of the full selection, not selected, the following all selected, select All tick, the following is not selected, the select tick unchecked, and bring out the request value.

Source: Internet
Author: User

 

<! DOCTYPE html>

  

The method $.prop in jquery is slightly different from the $.attr method. Prop is used in intrinsic HTML properties, while attr is often used in our custom properties.

So the difference is here:

<input id= "Chk1" type= "checkbox"/> Multi-box with checked attribute <input id= "chk2" type= "checkbox" checked= "true"/> Multi-box with checked property

The results of the Prop method are as follows:

$ ("#chk1"). Prop ("checked") = = false$ ("#chk2"). Prop ("checked") = = True
The results of the attr method are as follows:
$ ("#chk1"). attr ("checked") = = undefined$ ("#chk2"). attr ("checked") = = "true"

Also consider that the last page option is not a table list of 10 options for pagination



jquery in the table of the full selection, not selected, the following all selected, select All tick, the following is not selected, the select tick unchecked, and bring out the request value.

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.