I have a div where it nest text, images that is changed more often and so the height of the div changes accordingly..
I need to get the height of div.
I have tried the jquery $("div#ID").height(); but it always returns a value smaller than the actual height, any help please?
May be you should try,