Hi all,
I am loading a pure HTML code from a AJAX get request and appends it into a div using JQuery. In IE this process is quite slow. I used several method to speed this up but it does not have a major impact on IE.
So alternative is to load this content via IFrame. Iframe is rendered by browser and hence can be faster as compared to AJAX.
What are your thoughts guys?