Computer Science, asked by nahush1609, 1 year ago

How to get innerHTML of a div tag using jQuery?

Answers

Answered by SnehaG
0

The Element property innerHTML gets or sets the HTML or XML markup ... textContent to get a raw copy of these text nodes' contents. ... rather than replace the contents of an element, use the method insertAdjacentHTML()

Similar questions