Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $(window).scroll(function() {
  2. var x = $(this).scrollTop();
  3. $('#bar').css('background-position', '0% ' + parseInt(-x) + 'px');
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement