View Single Post
Old 11-08-2007, 11:52 AM   #7 (permalink)
Karl
The Reckoner
Advanced Programmer Top Contributor 
 
Karl's Avatar
 
Join Date: Sep 2007
Posts: 437
Thanks: 22
Karl is on a distinguished road
Default

You've been shown how to manipulate DOM elements using JavaScript. More specifically, how to access an element by its ID and then perform a common task on its child nodes.

As for relevance to the real world, apply your own situations.
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Karl is offline  
Reply With Quote