Skip to content

Instantly share code, notes, and snippets.

@carlosmarte
Created June 25, 2013 05:20
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save carlosmarte/5856115 to your computer and use it in GitHub Desktop.
Save carlosmarte/5856115 to your computer and use it in GitHub Desktop.
JQuery Coffee.Script On Scroll
$(window).on 'scroll':->
console.log($(window).scrollTop())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment