I am working with a really long page with over 3400 items. Each of those items has a form with 3 buttons and each form has a jQuery $.on()
click event attached to it. I am thinking that this is what is causing my issues (slow response to hover, long time to render page) in IE8 with IE7 Document mode. When I select $('button')
I get over 10K elements.
The page is being rendered using the fast DoT.js templating library from a JSON object that can go about 6 levels deep.
Any ideas what could be my issue?