Guest User

Untitled

a guest
Jun 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /* jQuery1.4.3 has bug? IE couldn't catch scrollTop using $.fn.scrollTop */
  2.  
  3. function scrollTop(){
  4. return $(document).scrollTop() || document.documentElement.scrollTop || document.body.scrollTop || window.pageYOffset || 0;
  5. }
Add Comment
Please, Sign In to add comment