I have question about advice of performance. I have site with tabs, it looks like in included image.
http://s8.postimg.org/6sild5nmt/Untitled.png
User starts with open TAB0, my question concernsTAB1 content, where I have almost 350 divs (the count of div is constant ). Load they with page load ? Or load empty main div and on event.click load it with AJAX, and create node tree in javascript ? I need to mention that all that div has it own event listeners (hover,click), which I add after user click tab 1, because if less listener the better. I can predict that it depends of how often users visited tab1.
To sum up the main question: How big impact on the browser performance will have load there almost 900 (I have 3x300) ?