Get html of an element in jQuery including self 29-12-2015 16:56:18 JQuery / Common 0 Bookmark(s) 192 View(s) function getOuterHtml(element) { return element.clone().wrap('').parent().html(); } Was this article helpful? Tags: