Skip to content

Instantly share code, notes, and snippets.

@caefer
Created October 5, 2011 03:56
Show Gist options
  • Save caefer/1263585 to your computer and use it in GitHub Desktop.
Save caefer/1263585 to your computer and use it in GitHub Desktop.
// # CoffeeScript
// $(document).ready ->
// $(window).scrolltracker(500)
$(document).ready(function() {
return $(window).scrolltracker(500);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment