Dimensions

jQuery

Category: Dimensions


These methods are used to get and set the CSS dimensions for the various properties.

.outerHeight()

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.