Skip to content

Instantly share code, notes, and snippets.

@ezhlobo
Last active August 29, 2015 14:15
Show Gist options
  • Save ezhlobo/496bed34a4a8061d00c3 to your computer and use it in GitHub Desktop.
Save ezhlobo/496bed34a4a8061d00c3 to your computer and use it in GitHub Desktop.
(function($) {
$.fn.outerHtml = function() {
return this[0].outerHTML;
};
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment