[jQuery] Re: Optimization Help

2007-08-20 Thread TigeRyan
verhead reduction benefits since there is no need for replace. In the > same vain, for the same block, the local scope "this" is for > categoryid0. So need for further use jQuery overhead to burn in the > check - go directly with this.checked = true. > > -- > HLS > &g

[jQuery] Optimization Help

2007-08-17 Thread TigeRyan
Someone want to help trim this function down some? What it does is take a list of checkboxes and if someone selects "ALL" it turns off all the other boxes and checks, if someone selects any other box it turns off "ALL" and allows the others to light up. $('[EMAIL PROTECTED]').click(function() {