Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---- Signup Layer Script -->
- <script>
- $(document).ready(function() {
- $(window).scroll(function() {
- if ($(window).scrollTop() > 60) { $('#signupbar').fadeIn(100);
- }
- if ($(window).scrollTop() < 60) { $('#signupbar').fadeOut(100);
- }
- });
- });
- </script>
- <!---- Signup Layer Script #END -->
Advertisement
Add Comment
Please, Sign In to add comment