I have a question regarding how to get a div height. I\'m aware of .height() and innerHeight(), but none of them does the job for me in this case.
.height()
innerHeight()
Use the .scrollHeight property of the DOM node: $('#your_div')[0].scrollHeight
$('#your_div')[0].scrollHeight