[jQuery] Re: performance of html(val)

2009-05-27 Thread GaVrA
Try append or appendTo. http://docs.jquery.com/Manipulation/append http://docs.jquery.com/Manipulation/appendTo On May 27, 5:29 am, jonathan wrote: > I am constructing a large table on the fly and add it to the dom using > html(val).  It takes about 6 seconds.  I am wondering if there's any >

[jQuery] Re: performance of html(val)

2009-05-27 Thread Josh Powell
It's generally a good idea to post example code so we can see what you are doing. That said, this article I wrote will probably help you: http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly Josh Powell On May 26, 8:29 pm, jonathan wrote: > I am constructing a large tab