element-height
v0.0.2
Published
Get DOM Element height even if it is hidden.
Downloads
2
Readme
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