Core Docs | Additional Modules Docs

Element.prototype.getWidth


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