Core Docs
|
Additional Modules Docs
Element.prototype.getHeight
@Description:
Gets the height of an element
@File:
Element/prototype/getHeight.js
@Return:
returns the elements height as a number in pixels with no unit
@Example:
var height = myElement.getHeight();