Skip to content

Instantly share code, notes, and snippets.

@zhusee2
Created July 26, 2013 14:13
Show Gist options
  • Select an option

  • Save zhusee2/6089187 to your computer and use it in GitHub Desktop.

Select an option

Save zhusee2/6089187 to your computer and use it in GitHub Desktop.
$('#announcements').infinitescroll({
loading: {
start: function(options) {
// Do something here.
$(this).data('infinitescroll').beginAjax(options)
},
finished: function() {
// Do something here.
}
},
//other options omitted
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment