I have a container (thetext1) with a set height of 360px. \"thetext1\" contains two divs - one on the left and one floated to the right - into both of which content is deli
I solved my problem like this:
setInterval(function(){ alert($("#element").height()); }, 1000);
It works for me.