Languages
[Edit]
EN

jQuery - get outer html

8 points
Created by:
Root-ssh
178290

Using jQuery it is possible to get outer HTML source code in the following ways.

1. jQuery prop method example

Edit

2. Element outerHTML property

Edit

Example 1

Edit

Note:

  • by using elements[0] first DOM element that has been found by jQuery is acessed
  • elements[0] is equal to result from document.getElementById('element') and document.querySelector('element') method calls.

Example 2

Edit

Note:

  • element represents pure DOM element object - without jQuery cover logic

See also

Edit
  1. JavaScript - what is difference between inner and outer html?
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

jQuery

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join