Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save zhusee2/6089190 to your computer and use it in GitHub Desktop.
$('#announcements').infinitescroll({
errorCallback: function(errorType) {
if (errorType == "done") { // Do something here }
},
// Other options omitted.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment