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()
{
I am currently working through a script that at the moment works just
fine but where there are some performance bottlenecks that I am trying
to reduce. It works with acceptible speed when dealing with 40 or so
elements but in practice the system could be dealing with hundreds so
every ms I can sc
2 matches
Mail list logo