I'll know my song well before I start singin'.” Bob Dylan
A resource for web developers a code snippet library with step by step tutorials.

a resource for web developers...

       

Search Amazon

JavaScript: DOM tutorial code snippet 3.

 

Up Up to JavaScript: DOM overview page

 

 

Navigating the document tree structure using 'document.getElementById()' method.

Target a specific node in the document first and navigate the document tree structure from that point using the 'childNodes' property: an array value list of the child nodes of a node.

Combine with the 'nodevalue' property to gain access to the text content of a web document.

 





Output view



Back to top

 

Bookmark and Share

 

Copyright © 2006-2012 justfigures.co.uk