John, while debugging those two .live() on few elements on my machine I have come across another problem.
It seems that every element touched by the selector is adding a "doneXXX" property to each parent on each iteration of the selector. So with "mouseover/mouseout" I finished up with something about 5800 properties added up in different places in my DOM in just few seconds mouse-hovering on a list of just 8 UL nested at 3 levels. Inspecting each element in Firebug shows tents of "doneXXX" properties on each element. Also this may have nothing to do with the original problem above I believe it is quite a big issue that must be addressed ! Going to look into the selectors and see why this happens. Diego On 29 Gen, 18:33, John Resig <jere...@gmail.com> wrote: > > I mean this is something I set up on my machine to do some test > > locally and I have no slow down problems and the hover works perfectly > > even if I exaggerate with the UL / LI / A and their nesting. > > It sounds like it's likely a problem with some other piece of code on > their site, then. It would definitely be good to localize the problem. > While .live() can replace a number of uses of .bind() - it can't > replace all of them (nor does it make sense to). > > --John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---