[jQuery] Re: toggle a checkbox???
nction() { > if ($(this).is(":checked")) > { > $("input[name=MY_CHK]").attr("checked","checked"); > } > else > { > $("input[name=MY_CHK]").attr(&qu
[jQuery] toggle a checkbox???
Hi all, I am new to this forum and hope someone can direct me a little.. I have a checkbox that needs to be checked/unchecked under the following rules.. if any checkboxes with id like "REQ_ACCT_LAB_" are checked, then check it if all of the checkboxes with id like "REQ_ACCT_LAB_" are unchecke