[jQuery] how to avoid overhead
[jQuery] how to avoid overhead
Hi!
The code:
for (i = 0; i < 1600 ;i ++) {
htm += '<div></div>';
}
$(htm).appendTo('#parentDiv');
How can avoid overhead?
thanks,
Dirceu Barquette
Topic Participants
dirceu.barquette
jquery.redsquare
hello
mg