Gets the node immediately preceding this node.

[VBScript]
Public ReadOnly Property PreviousSibling As Node
[JScript]
public function get PreviousSibling() : Node;

Property Value

The preceding Node. If there is no preceding node, this property returns null.

See Also

Node Object | Node Members | DOM Namespace