How do I get the "auto" height of a DIV
So when I set a fixed height on a div with jquery, like
$('div').height(200);, the value of $('div').height() is always 200. Even
if the content from that div exceeds that height (I use overflow:hidden).
How can I get that true height of the DIV as if it would be in "auto" mode ?
No comments:
Post a Comment