.height()
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
These methods are used to get and set the CSS dimensions for the various properties.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Get the current computed height for the first element in the set of matched elements, including padding but not border.
Get the current computed width for the first element in the set of matched elements, including padding but not border.
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.
Get the current computed width for the first element in the set of matched elements, including padding and border.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.