Dimensions
-
.equalHeight()
Set the heigh of a highest element in the set of matched elements to each of the set of matched elements.
-
.equalInnerHeight()
Set the heigh of a innerHighest element in the set of matched elements to each of the set of matched elements.
-
.equalInnerWidth()
Set the innerWidth of a broadest element in the set of matched elements to each of the set of matched elements.
-
.equalOuterHeight()
Set the heigh of a outerHighest element in the set of matched elements to each of the set of matched elements.
-
.equalOuterWidth()
Set the outerWidth of a broadest element in the set of matched elements to each of the set of matched elements.
-
.equalWidth()
Set the width of a broadest element in the set of matched elements to each of 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.
-
.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.
-
.width()
CSS | Dimensions | Style Properties
Get the current computed width for the first element in the set of matched elements.