How do you convert a jQuery object into a string?
jQuery is up in here, so:
jQuery.fn.goodOLauterHTML= function() { return $('').append( this.clone() ).html(); }
Return all that HTML stuff:
$('div' /*elys with HTML text stuff that you want */ ).goodOLauterHTML(); // alerts tags and all