Skip to content

Instantly share code, notes, and snippets.

@cesarkohl
Created July 1, 2015 18:59
Show Gist options
  • Select an option

  • Save cesarkohl/6c57735aa97bb36b0909 to your computer and use it in GitHub Desktop.

Select an option

Save cesarkohl/6c57735aa97bb36b0909 to your computer and use it in GitHub Desktop.
jQuery) Get all html including tag
<div>
<span>Hello</span>
</div>
$('div').wrap().parent().html();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment