[jQuery] Re: Fastest way to clear child elements from a div

2008-12-30 Thread Adam Guichard
your suggesting. On Dec 30, 2:42 pm, MorningZ wrote: > just for laughs...see of > > document.getElementById("ID of Div Tag").innerHTML = ""; > > is anything of an improvement > > On Dec 30, 3:02 pm, Adam Guichard wrote: > > > I'm using jTem

[jQuery] Fastest way to clear child elements from a div

2008-12-30 Thread Adam Guichard
I'm using jTemplates to create a client grid, but I'm having trouble with load times. When I'm paging through the grid jTemplates is taking 4+ seconds to clear the grid and 2+ seconds to load it. I've got some work to do to make the loading time go down, but I'm worried about the clearing time.

[jQuery] Re: jTemplate and AJAX ?

2008-09-18 Thread Adam Guichard
do it to prevent memory leaks. > > Does that make a better understandig of what i want to do ? > > On 18 Sep., 20:44, Adam Guichard <[EMAIL PROTECTED]> wrote: > > > I'm new at this as well, but I might be able to provide you some > > assistance if you clarify you

[jQuery] Re: jTemplate and AJAX ?

2008-09-18 Thread Adam Guichard
I'm new at this as well, but I might be able to provide you some assistance if you clarify your question a little. What are you trying to accomplish? What isn't working? Do you have a link with an example of what's not working? After examining the snippet, this is my perception of what is happ