Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save zhusee2/6089167 to your computer and use it in GitHub Desktop.
<section id="announcements">
<h1>Announcements</h1>
<article class="post"> ... </aticle>
<article class="post"> ... </aticle>
...
<article class="post"> ... </aticle>
</section>
<nav class="pagination">
<a class="next" href="/page/2">Next</a>
</nav>
$('#announcements').infinitescroll({
nextSelector: '.pagination a.next',
navSelector: '.pagination',
itemSelector: '.post'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment