0.0.2 • Published 10 years ago
element-height
Licence
ISC
Version
0.0.2
Deps
0
Vulns
0
Weekly
0
Element Height
Get DOM Element height even if it is hidden.
Install
npm install element-height --save
Usage
var ElementHeight = require('element-height');
var element = document.querySelector('.element') // Get the element I want to get the height of
ElementHeight(element) // 10 - returns the height in px