Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function onDeviceReady() {
  2. $(window).scroll(function () {
  3. if ($(window).scrollTop() + $(window).height() == $(document).height()) {
  4. alert("bottom!");
  5. }
  6. });
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement