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
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
2 matches
Mail list logo