Unobtrusive Javascript: Intro to “DOM Walking”
Published February 24th, 2006
How to reach HTML elements in a document - Unobtrusive Javascript
Excellent discussion of DOM "node walking" to reach and change document elements using Javascript. This is one of several pages covering use of Javascript to interact with the DOM. Includes examples and "exercises."
Show Comments