I've built a little one-page intranet app which is pretty Javascript heavy. It runs beautifully in Chrome and Firefox, but as soon as you load it in IE7/8 the interface becomes extremely sluggish. It has various jQueryUI widgets such as draggables and resizable panes and once you start to click and drag, the frame rate drops into unusable territory.
Before I try to make sense of the IE8 developer tools, are there any known gotchas in the IE7/8 script engines which I can check for in my code? I've seen references to .innerHTML()
being very slow, but I don't know if there are other things I should be looking for.