Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created August 27, 2019 11:45
Show Gist options
  • Save Farmatique/475c3470572b798f7542d845ca010337 to your computer and use it in GitHub Desktop.
Save Farmatique/475c3470572b798f7542d845ca010337 to your computer and use it in GitHub Desktop.
Select HTML of element in jquery including element itself (wrapper)
jQuery('.element').prop('outerHTML'); // return html of element including element itself
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment