Guest User

Untitled

a guest
Apr 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var pos = document.documentElement.scrollTop || document.body.parentElement.scrollTop;
  2.  
  3. var height = document.documentElement.scrollHeight || document.body.parentElement.scrollHeight;
  4.  
  5. var ratio = pos/height;
Add Comment
Please, Sign In to add comment