HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

nextSibling

Description

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

Syntax

record.nextSibling

Examples

1