Offset
.offset()
Get the current coordinates of the first element in the set of matched elements, relative to the document.
.offset()
Set the current coordinates of every element in the set of matched elements, relative to the document.
.offsetParent()
Get the closest ancestor element that is positioned.
.position()
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
.scrollLeft()
Get the current horizontal position of the scroll bar for the first element in the set of matched elements.
.scrollLeft()
Set the current horizontal position of the scroll bar for each of the set of matched elements.
.scrollTop()
Get the current vertical position of the scroll bar for the first element in the set of matched elements.
.scrollTop()
Set the current vertical position of the scroll bar for each of the set of matched elements.