I have a div :
css
div { width: 200px; height:auto }
markup
try using
$('div').innerHeight()
or
$('div').outerHeight()