Skip to content

Instantly share code, notes, and snippets.

@barrychapman
Created July 8, 2012 10:23
Show Gist options
  • Save barrychapman/3070382 to your computer and use it in GitHub Desktop.
Save barrychapman/3070382 to your computer and use it in GitHub Desktop.
$('#ProjectsContent').infinitescroll({
loading: {
finishedMsg: "<em>Loaded.</em>",
img: '/img/animations/loading-projects.gif'
},
navSelector : 'div.pagination',
nextSelector : 'a.goto-next',
donetext : 'Thats all folks!',
itemSelector : 'div.project',
animate: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment