Created
August 27, 2019 11:45
-
-
Save Farmatique/475c3470572b798f7542d845ca010337 to your computer and use it in GitHub Desktop.
Select HTML of element in jquery including element itself (wrapper)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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