Skip to content

Instantly share code, notes, and snippets.

@valterbarros
Last active February 8, 2019 13:48
Show Gist options
  • Save valterbarros/971d356102bdeac2609e8aa3bcdfe564 to your computer and use it in GitHub Desktop.
Save valterbarros/971d356102bdeac2609e8aa3bcdfe564 to your computer and use it in GitHub Desktop.
window.onscroll = function(ev) {
if ((document.defaultView.innerHeight + document.defaultView.scrollY) == document.body.scrollHeight) {
$('.item.number.active').next('.item').find('a').get(0).click()
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment