All questions I see answer:
$(window).height();
But this returns not the size of viewport but size of page, for example if I style <body>
to height 1000px this will return 1000 but not the size of view port. I need size of viewport not the collective page size that is scroll able.