NEWCKEditor AI is here! Learn how to supercharge your editor with AI on our webinar.
Sign up (with export icon)

utils/dom/getcommonancestor

Api-module iconmodule

Functions

  • Chevron-right icon

    getCommonAncestor( nodeA, nodeB ) → null | Node

    Searches and returns the lowest common ancestor of two given nodes.

    Parameters

    nodeA : Node

    First node.

    nodeB : Node

    Second node.

    Returns

    null | Node

    Lowest common ancestor of both nodes or null if nodes do not have a common ancestor.