Ensures the given target is within the visible scroll area of the specified parent. If the target is not visible, scroll the parent.
target
parent
Element, EventTarget, or CSS selector.
Element, EventTarget, or selector for scroll parent.
InvalidElementError if the target or parent specified do not exist.
InvalidElementError
Ensures the given
targetis within the visible scroll area of the specifiedparent. If thetargetis not visible, scroll theparent.