[jQuery] Re: How to remove elements from the page efficiently.

2009-03-27 Thread deltron
first tests make me impressed, it's extremely fast definitely works for me. thanks again for your support /pl On 27 Mar, 23:05, deltron wrote: > thanks, I will give a try and get back with the results. > > /Pawel > > On 27 Mar, 22:21, James wrote: > > > Try

[jQuery] Re: How to remove elements from the page efficiently.

2009-03-27 Thread deltron
thanks, I will give a try and get back with the results. /Pawel On 27 Mar, 22:21, James wrote: > Try giving this a > read:http://blog.stevenlevithan.com/archives/faster-than-innerhtml > when I've tried it on table rows it worked extremely fast for me. > > On Mar 27, 11:0

[jQuery] How to remove elements from the page efficiently.

2009-03-27 Thread deltron
Hi Guys ! Situation is the following, I display a list of entries ~60 inside div. Each entry is a div too. When I try to clear this list using either jQuery("#list").empty() or $('#list').html('') it's terrible slow especially on firefox. Any suggestion how the list should be emptied? Best rega