jQuery.fn.outerHTML = function() {
return $('<div></div>').append( this.clone() ).html();
}
