Hi,
I have the following:
var winH = $("body").height();
console.log("winH: ", winH);
console.log("css height: ", $("body").css("height"));
If I resize the browser, the values for both remain the same as the
time the page was hit by the browser. No matter what resizing I do,
the height values do not change.
Have you seen this before? I know I saw this working earlier today. thanks, -Rob

