Positioning:
Get the current offset of the first matched element, in pixels, relative to the document.
Returns:
Object{top,left}
Gets the top and left position of an element relative to its offset parent.
Returns:
Integer
Gets the scroll top offset of the first matched element.
Returns:
Integer
Gets the scroll left offset of the first matched element.
Height and Width:
Get the current computed, pixel, height of the first matched element.
Get the current computed, pixel, width of the first matched element.
Returns:
Integer
Gets the inner height (excludes the border and includes the padding) for the first matched element.
Returns:
Integer
Gets the inner width (excludes the border and includes the padding) for the first matched element.
Returns:
Integer
Gets the outer height (includes the border and padding by default) for the first matched element.
Returns:
Integer
Get the outer width (includes the border and padding by default) for the first matched element.
Was this information helpful?

