Discuss the articles posted on Dev.Opera.
By mikewest
Tuesday, 3. February 2009, 06:38:27
46: Traversing the DOM
When you are using JavaScript to create dynamic effects on a web page, one of the most important things to understand is how to target the elements you want to affect. In this article we look at using JavaScript to select specific HTML elements in the HTML Document Object Model (or DOM).
( Read the article )
By dantesoft
Tuesday, 3. February 2009, 11:04:14

The article should mention in the
Direct access section the need to check for nodeType on arbitrary HTML, as some (most?) browsers treat an empty space between tags as a proper node.
Note to the editor: there's a spurious link to (ADD TITLE OF NEXT ARTICLE) and 2 typos: "and it’s less interesting sibling" & "a child of it’s own"
By stelt
Monday, 16. March 2009, 14:25:12

typo: voil à
By chrismills
Monday, 6. April 2009, 23:44:53

Originally posted by dantesoft:
The article should mention in the Direct access section the need to check for nodeType on arbitrary HTML, as some (most?) browsers treat an empty space between tags as a proper node.
Can you provide me with a short text snippet to slot into the article?
Originally posted by dantesoft:
Note to the editor: there's a spurious link to (ADD TITLE OF NEXT ARTICLE) and 2 typos: "and it’s less interesting sibling" & "a child of it’s own"
All typos fixed - thanks so much guys.