Skip to content

Instantly share code, notes, and snippets.

View jmartsch's full-sized avatar

Jens Martsch jmartsch

View GitHub Profile
jQuery(function($) {
$('.pagination').rethinkpagination({animation: 'fadeInDown', selector: 'h1'});
});
<link rel="stylesheet" href="rethinkpagination/styles/rethinkpagination.css">
<script src="path/to/jquery.js"></script>
<script src="path/to/rethinkpagination/scripts/rethinkpagination.min.js"></script>
<script>
jQuery(function($) {
$('.pagination').rethinkpagination();
});
</script>