One line of jquery code to make the checkbox select All and select All

Source: Internet
Author: User

In the construction of the site, let the check box and all the cancellation is more commonly used, the following describes how to use a sentence to solve the full selection function;

In fact, it is very simple, that is, using the function of counting jquery deprecated the last piece of code in this article;

Well, the method I want to introduce is finished;

Well, don't smash the eggs; I'm kidding. The code is below

JavaScript section:


function Checkall (obj) {$ ("#box input[type= ' checkbox ']"). Prop (' Checked ', $ (obj). Prop (' checked '));}

HTML section:

<div id= "box" > <input type= "checkbox" onclick= "Checkall (This)" > select all <br><br> <input type= "ch Eckbox "><br> <input type=" checkbox "><br> <input type=" checkbox "><br> <input t ype= "checkbox" ><br> <input type= "checkbox" ><br> <input type= "checkbox" ><br> <     Input type= "checkbox" ><br> <input type= "checkbox" ><br> <input type= "checkbox" ><br> </div>


This article for Bai Jun Remote original article, reprinted without contact with me, but please specify from Bai Jun remote blog baijunyao.com


One line of jquery code to make the checkbox select All and not select all

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.