What's faster DOM Insertion or Manipulation?
Posted
by Denis Hoctor
on Stack Overflow
See other posts from Stack Overflow
or by Denis Hoctor
Published on 2010-04-14T13:21:16Z
Indexed on
2010/04/14
13:33 UTC
Read the original article
Hit count: 292
Hi all,
Am I better to move a node I sent down form the server or to insert it?
I'm using jQuery (1.4) but would like to know for both jQuery and JS in general. In this case the node is small with only one child. But what if it were a large list?
© Stack Overflow or respective owner