property nextSibling

(r/o) box nextSibling;

Typ

Zugriff

This property returns the next sibling in the DOM. This can be coupled with the other properties such as previousSibling, firstChild, lastChild, parent, etc... to navigate the DOM.

See firstChild property for example.