You can use element.clientHeight
or element.offsetHeight
.
Or if jQuery is a choice, something like:
$("#element").height();
You can use element.clientHeight
or element.offsetHeight
.
Or if jQuery is a choice, something like:
$("#element").height();