[jQuery] Faster then innerHTML

[jQuery] Faster then innerHTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Here is an interesting blog post that I came across:
<a href="http://blog.stevenlevithan.com/archives/faster-than-innerhtml">http://blog.stevenlevithan.com/archives/faster-than-innerhtml</a>
The synopsis basically is that one can gain dramatic speed improvements
on setting innerHTML when removing items that are going to be
overwritten using DOM methods before inserting stuff via innerHTML.
I could see how this would be a need addition to jQuery.
-- Felix
<div class="moz-signature">PS: If you like regex make sure to subscribe
to this guys blog, he has some mad skills going on.
<small>--------------------------
My Blog: <a href="http://www.thinkingphp.org">http://www.thinkingphp.org</a>
My Business: <a href="http://www.fg-webdesign.de">http://www.fg-webdesign.de</a>
</small></div>
</body>
</html>