tadam logo
Did you find an error in the text?
Select this with mouse and press
Ctrl + Enter
Xhtml.co.il Check Spelling
Orphus system

jQuery CSS

CSS:
Returns: String
Return a style property on the first matched element.
Positioning:
Returns: Object{top,left}
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.
Gets the scroll left offset of the first matched element.
Height and Width:
Returns: Integer
Get the current computed, pixel, height of the first matched element.
Returns: Integer
Get the current computed, pixel, width of the first matched element.
Gets the inner height (excludes the border and includes the padding) for the first matched element.
Gets the inner width (excludes the border and includes the padding) for the first matched element.
Gets the outer height (includes the border and padding by default) for the first matched element.
Get the outer width (includes the border and padding by default) for the first matched element.
Was this information helpful?
   

Comments