Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. jQuery(window).scroll(function() {
  2. if(jQuery(window).scrollTop() + jQuery(window).height() > jQuery(document).height() - 100) {
  3. alert("near bottom!");
  4. }
  5. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement