[jQuery] Optimizing Animate For Large Number of Attributes/Objects

2008-09-08 Thread chanel
I have a problem with the way the "animate" method handles multiple attributes. Currently, timers are created for each attribute you are trying to animate. This means that if you are changing 2 attributes on 3 DOM elements, jquery will create 15 timers. In my opinion, this is not the most optim

[jQuery] Re: Advanced Problem - Any takers? (Repost - didn't seem to show up)

2007-11-03 Thread chanel grooveshark
you might not need jquery to accomplish that, try: document.body.innerHTML += YOUR_VAR; On Nov 3, 11:34 am, "John Resig" <[EMAIL PROTECTED]> wrote: > We'll need to see a page to know what's going on - that code, alone, > shouldn't cause problems. > > --John > > On 11/3/07, ja <[EMAIL PROTECTED]>