JavaScript DOM HTML property: nextSibling
[this page | pdf | back links]
The nextSibling
property of HTML
elements within the JavaScript
DOM returns
the next node at same node tree level of the element.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)