> I have this piece of code that works fine, but is a bit slow (on a > page with =~ 25 container and =~ 70 buttons, it takes about 2 to 3 > seconds to complete, even after I made my best to narrow down the $ > (elt) set on which it is called). So I if anybody here has any idea to > improve it...
Do you have a page we can look at? Is it the setup, or is the 2-3 seconds when you click on something? Firebug's profiler can tell you a lot about where it's spending the time.