Sign up (with export icon)

utils/dom/getcommonancestor

Api-module icon module

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.