April 23, 2013
I was trying to use the $(window).height() method in jQuery to get the height of the browser window but was instead getting the document height in return (same as $(document).height()).So, what to do if window height returns document height instead?
Comments
comments powered by Disqus