Back
.height( )
Get the current height of the first element in the set
This method does not set values. Use .css() instead.
Params
none
Returns
Height
Examples
$('div').height()
This method does not set values. Use .css() instead.