Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jmartsch
Created May 30, 2014 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmartsch/e18621041e1461a43e70 to your computer and use it in GitHub Desktop.
Save jmartsch/e18621041e1461a43e70 to your computer and use it in GitHub Desktop.
<script src="path/to/jquery.js"></script>
<script src="path/to/rethinkpagination/scripts/rethinkpagination.min.js"></script>
<script>
jQuery(function($) {
$('.pagination').rethinkpagination();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment