Advertisement
evilqubit

jquery windows height

Apr 19th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(window).scroll(function()
  3. {
  4. window.alert($(window).scrollTop());
  5. window.alert($(document).height());
  6. window.alert($(window).height());
  7.  
  8. });
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement