SyntaxFix
Write A Post
Hire A Developer
Questions
To see the window height while (or after) it is resized, try it:
$(window).resize(function() { $('body').prepend('<div>' + $(window).height() - 46 + '</div>'); });