I am trying to develop a application that has quite a bit of client side based scripts. The page has sections that interact with each other based on different inputs. The problem is when you get alot of content on the page the page slows down DRAMATICALLY in IE7 due to the poor javascript engine integrated with this browswer and also partly, becasue there is quite a bit more data on the page.
I am already using web services for anything I can, JQuery with ID based selectors and as little effects and animations as I can.
Do you guys have any tips that I could use for optimization of this?