Hi!
The code:
for (i = 0; i < 1600 ;i ++) {
htm += '<div></div>';
}
$(htm).appendTo('#parentDiv');How can avoid overhead? thanks, Dirceu Barquette
Hi!
The code:
for (i = 0; i < 1600 ;i ++) {
htm += '<div></div>';
}
$(htm).appendTo('#parentDiv');How can avoid overhead? thanks, Dirceu Barquette