Results 1 - 2 of 2

NonDocumentTypeChildNode.nextElementSibling

The NonDocumentTypeChildNode.nextElementSibling read-only property returns the element immediately following the specified one in its parent's children list, or null if the specified element is the last one in the list.
API DOM NonDocumentTypeChildNode Property

NonDocumentTypeChildNode.previousElementSibling

The NonDocumentTypeChildNode.previousElementSibling read-only property returns the Element immediately prior to the specified one in its parent's children list, or null if the specified element is the first one in the list.
API DOM NonDocumentTypeChildNode Property Read-only Reference Référence