Offset
-
.offset()
Get the current coordinates of the first 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.
-
.scrollTop()
Get the current vertical position of the scroll bar for the first element in the set of matched elements.