Sign up (with export icon)

utils/dom/getpositionedancestor

Api-module icon module

Functions

  • Chevron-right icon

    getPositionedAncestor( [ element ] ) → null | HTMLElement

    For a given element, returns the nearest ancestor element which CSS position is not "static".

    Parameters

    [ element ] : HTMLElement

    The native DOM element to be checked.

    Returns

    null | HTMLElement