Style Properties
-
.css()
Get the value of a style property for the first element in the set of matched elements.
-
.height()
CSS | Dimensions | Style Properties
Get the current computed height for the first element in the set of matched elements.
-
.innerHeight()
CSS | Dimensions | Style Properties
Get the current computed height for the first element in the set of matched elements, including padding but not border.
-
.innerWidth()
CSS | Dimensions | Style Properties
Get the current computed width for the first element in the set of matched elements, including padding but not border.
-
.offset()
CSS | Offset | Style Properties
Get the current coordinates of the first element in the set of matched elements, relative to the document.
-
.outerHeight()
CSS | Dimensions | Style Properties
Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns an integer (without "px") representation of the value or null if called on an empty set of elements.
-
.outerWidth()
CSS | Dimensions | Style Properties
Get the current computed width for the first element in the set of matched elements, including padding and border.
-
.position()
CSS | Offset | Style Properties | UI
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
-
.scrollLeft()
CSS | Offset | Style Properties
Get the current horizontal position of the scroll bar for the first element in the set of matched elements.
-
.scrollTop()
CSS | Offset | Style Properties
Get the current vertical position of the scroll bar for the first element in the set of matched elements.
-
'border-bottom-left-radius' Style Property
Set/get CSS border radius for bottom left corner.
-
'border-bottom-right-radius' Style Property
Set/get CSS border radius for bottom right corner.
-
'border-radius' Style Property
Set/get CSS border radius.
-
'border-top-left-radius' Style Property
Set/get CSS border radius for top left corner.
-
'border-top-right-radius' Style Property
Set/get CSS border radius for top right corner.
-
.width()
CSS | Dimensions | Style Properties
Get the current computed width for the first element in the set of matched elements.