Append in Dom taking more time in IE than Firefox or any other browser.
Posted
by user307635
on Stack Overflow
See other posts from Stack Overflow
or by user307635
Published on 2010-04-20T16:32:41Z
Indexed on
2010/04/20
16:33 UTC
Read the original article
Hit count: 301
Hi , I m working on .net framework 3.0 visual studio 08 and Testing it in IE8 and other browsers. Whenever I m inserting new elements in DOM (ex. 300 divs at one time) than I m getting the performance very slow in IE . Why?. If its a javascript debugging which is taking time or what else. Is it really true that IE Dom Append takes much time than any other browser. Please help me , I m stuck badly.
© Stack Overflow or respective owner