Thursday, September 15, 2005
JavaScript DOM Traverse
dom_traverse.html
JavaScript utility to traverse the DOM under an element.
There are other resources on the web to traverse the DOM, but I wrote this script just to get a simple view of an element's DOM structure. It came in useful when I was trying to figure out some browser differences.
JavaScript utility to traverse the DOM under an element.
There are other resources on the web to traverse the DOM, but I wrote this script just to get a simple view of an element's DOM structure. It came in useful when I was trying to figure out some browser differences.
posted by Keith [9/15/2005 04:10:00 AM] - permalink - 0 comments