Everyone,

Thanks for the help. I went old school and hard coded the mouse events into the elements, of course using jQ in the event handlers. Just too many elements on the page for jQ to handle the binding comfortably. Now it's running great.

-- Josh

----- Original Message ----- From: "Klaus Hartl" <[EMAIL PROTECTED]>
To: <jquery-en@googlegroups.com>
Sent: Friday, July 20, 2007 3:00 PM
Subject: [jQuery] Re: Long running script IE6, help!



Giuliano Marcangelo wrote:
Josh,

Maybe another improvement you could make is to use *table* { table-layout: fixed }, if you are confident that your content will not overflow their respective tablecells.......link: http://www.blooberry.com/indexdot/css/properties/table/tlayout.htm.................

looking at your page load......it is doing it one tablecell at a time, and using table-layout: fixed may improve the situation......

hth

Apart from that this totally changes the table rendering model[1] - which one should be aware of - it won't help to improve the performance of the script...

But yes, it will improve page rendering speed as it is not required for the whole table to be loaded before it gets rendered.


[1]http://www.w3.org/TR/CSS21/tables.html#width-layout

Reply via email to