Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. document.onscroll = function() {
  2. if (window.innerHeight + window.scrollY > document.body.clientHeight) {
  3. document.getElementById('arrow').style.display='none';
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement