[jQuery] Re: Slow performance in IE7

2008-03-28 Thread Sand Dragon
Karl, That was awesome. It still seems a little slow when applying the styles but definitely a good 80-90% performance increase overall and more than enough to bring the page back to usability for the regular users. Thanks so much for your timely response and assistance, it is much appreciated

[jQuery] Slow performance in IE7

2008-03-27 Thread Sand Dragon
I'm trying to use the hover event on a series of data with 18 columns of data. Here's a sample of the code: $("tr.orders").hover( function() {$(this).addClass("highlighted");}, function() {$(this).removeClass("highlighted"); } ); This works beautifully in Fir