.offset()
The .offset method returns the left and top position value of the specified element in pixels. The .offset(coordinates) style property allows to change the selected element position. The below example shows how to change change the style of the specified element.
Jquery offset Style Property.