SyntaxFix
Write A Post
Hire A Developer
Questions
function checkAll(class_name) { $("." + class_name).each(function () { if (this.checked == true) this.checked = false; else this.checked = true; }); }