Guest User

Untitled

a guest
Aug 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $(document).scroll(function() {
  2. if($(window).scrollTop() === 0) {
  3. // Coloque aqui o que você deseja fazer se estiver no topo
  4. }
  5. });
Add Comment
Please, Sign In to add comment