EduardET

Untitled

May 23rd, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!---- Signup Layer Script -->
  2. <script>
  3. $(document).ready(function() {
  4. $(window).scroll(function() {
  5.   if ($(window).scrollTop() > 60) { $('#signupbar').fadeIn(100);
  6.   }
  7.   if ($(window).scrollTop() < 60) { $('#signupbar').fadeOut(100);
  8.   }
  9. });
  10. });
  11. </script>
  12. <!---- Signup Layer Script #END -->
Advertisement
Add Comment
Please, Sign In to add comment