nextSibling

The nextSibling JS MutationRecord returns the next sibling of the added or removed nodes; otherwise null.

Syntax

record.nextSibling

Examples

HomeMenu