Try append or appendTo. http://docs.jquery.com/Manipulation/append
http://docs.jquery.com/Manipulation/appendTo On May 27, 5:29 am, jonathan <topcod...@gmail.com> 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 > practice that would speed up this process? > thanks!