Perfect,
this exactly fulfills my needs. May we implement this in the core?
Regards
Sascha
<div><span class="gmail_quote">2007/10/19, David Serduke <<a href="mailto:davidserduke@gmail.com">
davidserduke@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Maybe try this one?
$.fn.extend({
toHTMLString: function() {
return $("<div>").append(this.clone()).html();
}
});
David
</blockquote></div>