jquery Traversal checkbox notes Note _jquery

Source: Internet
Author: User

These two days when doing a front-end project, you want to iterate through the checkbox on the page using jquery, with the following code:

Copy Code code as follows:

var val_instancecodestr = "";

$ ("input[type= ' checkbox '] [name= ' Chk_jvmmachinename ']:checked"). each (
function () {
Val_instancecodestr + = "," +$ (This). Val ();
}
);


Variable val_instancecodestr last or empty string, function functions are not executed;

On the Internet to compare the data to find that the code is not wrong, the last found is [type= ' checkbox '] [name= ' chk_jvmmachinename '] between more than one space, and resulting in not getting the CheckBox object

jquery multiple selectors cannot be separated by spaces

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.