Is there any way to get the height of an element if there is no CSS height rule set for the element I cannot use .height() jQuery method because it need a CSS r
.height()
Also make sure the div is currently appended to the DOM and visible.