I'm not sure about that, but on situations like that one, I'd
personally do it with innerHTML instead of DOM method.
Although they are always great, innerHTML is way faster, you generate
the whole string and then insert it all at once. That would be the
fastest way.
Just my opinion :)

On 13 sep, 13:12, David Cramer <[EMAIL PROTECTED]> wrote:
> (If this ends up as a duplicate post, blame Google)
>
> I noticed some slow down today when rendering almost 1000 TD elements
> with jQuery. I had originally assumed JavaScript was just slow but
> that didn't seem right. After doing some tests, it seems jQuery takes
> nearly 10x longer than normal DOM manipulation to render the 1000
> rows. Is there something I'm doing wrong?
>
> http://dpaste.com/hold/19433/

Reply via email to