cumulativeOffset
deprecated

cumulativeOffset(element) -> [Number, Number]

Returns the offsets of element from the top left corner of the document.

Deprecated in favor of Element#cumulativeOffset

Adds the cumulative offsetLeft and offsetTop of an element and all its parents.

Note that all values are returned as numbers only although they are expressed in pixels.