标签:io cti c function on false checkbox content
$("#lblContents :checkbox").each(function () { if (this.checked) { this.checked = false; ids =""; } else { this.checked = true; ids += $(this).attr("id") + ‘,‘; } });
$("#lblContents :checkbox").each(function () { this.checked = true; ids += $(this).attr("id") + ‘,‘; }); $("#lblContents :checkbox").each(function () { this.checked = false; ids += ‘‘; });
checkbox全选 反选 不选 并获取id的值,布布扣,bubuko.com
标签:io cti c function on false checkbox content
原文地址:http://www.cnblogs.com/huweijun/p/3880046.html