[jQuery] DOM elements or HTML

[jQuery] DOM elements or HTML

Hi all,
I made an extensive use of append, prepend or before methods and of
the jquery-dom library of Michael Geary
(http://mg.to/2006/02/27/easy-dom-creation-for-jquery-and-prototype).
But, according to PPK
(http://www.quirksmode.org/index.html?/dom/innerhtml.html), it seemed
that it would be faster if I used innerHTML instead.
So I rewrote Michael's libray to return HTML (with the last method of
PPK) instead of DOM elements but I'm not sure if it's a good choice:
it works right but I haven't any tool to measure differences or to
check if there are memory leaks.
Any thoughts about this?
Franck.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/