Get the Newsletter

nextElementSibling

A Method

nextElementSibling(element: Node): Element

Gets the element that is the next sibling of the provided element.

Parameters

element: Node
The element whose next sibling is being located.

Returns

The next sibling Element of the provided Element.