Function getScrollParent

  • 获取最近的可滚动父元素。 支持普通 DOM 、 Shadow DOM 和 iframe 。

    Parameters

    • Optionalelement: any

      目标元素

    Returns HTMLElement | Document | any

    getScrollParent(document.querySelector('.form-error')); // Form
    getScrollParent(); /// document.documentElement