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
target
is within the visible scroll area of the specifiedparent
. If thetarget
is not visible, scroll theparent
.