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

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


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 regards and thanks in advance
Pawel