I have a page that I need to dynamically load ajax content when the user scrolls to the bottom. The problem is that JQuery is not returning the correct window height. I have
Since jquery (and dom in general) is not calculating sizes correctly in quirksmode, two solutions:
Hope it helps.