[jQuery] Re: toggle a checkbox???

2009-03-03 Thread Jael
nction() { > if ($(this).is(":checked")) > { > $("input[name=MY_CHK]").attr("checked","checked"); > } > else > { > $("input[name=MY_CHK]").attr(&qu

[jQuery] toggle a checkbox???

2009-03-02 Thread Jael
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