property previousSibling

(r/o) box previousSibling;

Typ

Zugriff

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

See firstChild property for example.