Slow page unload in IE

Posted by ForYourOwnGood on Stack Overflow See other posts from Stack Overflow or by ForYourOwnGood
Published on 2009-06-10T23:49:21Z Indexed on 2010/04/08 21:13 UTC
Read the original article Hit count: 307

I am developing a site which creates many table rows dynamically. The total amount of rows right now is 187. Everything works fine when creating the rows, but in IE when I leave the page, there is a large amount of lag. I do not know if this is some how related to the heavy DOM manipulation I am doing in the page? I do not create any function closures when building the dynamic content's event handlers so I do not believe this problem is related to memory leaks. Any insight is much appreciated.

© Stack Overflow or respective owner

Related posts about internet-explorer

Related posts about JavaScript