Languages
[Edit]
EN

JavaScript - get text node of HTML element

0 points
Created by:
starcraf35
754

In this article, we would like to show you how to get the text node of the HTML element using JavaScript.

1. Practical example

Edit

In this example, we present how to get the text node of the container element and display its value in the console.

Note:

You can also use textContent instead of nodeValue to get text from the text node.

2. More complex example

Edit

In this section, we present a more complex example of how to get the text node and display its value when we have some nested elements.

References

Edit
  1. Node.childNodes - Web APIs | MDN
  2. Node.nodeValue - Web APIs | MDN
  3. Node.textContent - Web APIs | MDN
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.
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