Is there any ideas about create HTML DOM object pool?

Posted by blueion on Stack Overflow See other posts from Stack Overflow or by blueion
Published on 2010-04-13T02:16:15Z Indexed on 2010/04/13 2:23 UTC
Read the original article Hit count: 279

Filed under:
|
|

In RIA, especially very complicate such as google WAVE. For browser's DOM object recycle system is not smart, I think put all DOM object into an object pool maybe a good idea to avoid create too much useless DOM node.

Can anyone give me some advice?

© Stack Overflow or respective owner

Related posts about dom

Related posts about object