Hi there,

I've recently been using cluetip on a datable of about 400 rows.
Recently I tested this against IE8 and found it very very slow.

Doing simply the following:

$(document).ready(function() {

     $(".user").each(function(i) {
          $(this).cluetip();
      }
 });

Basically for each row in my table (400 rows) it would attach the
cluetip to it.
In IE8 it would freeze the browser for a good minute, if I pushed the
compatibility mode button to run in IE7 mode it worked as expected.

In all other browsers it worked perfectly.

Is there something different going on with IE8?

Thanks in advance
DotnetShadow

Reply via email to