Skip to content

Instantly share code, notes, and snippets.

@sean3z
Created April 21, 2018 15:24
Show Gist options
  • Save sean3z/f3a168e47f23f51b73f87a55f4134d67 to your computer and use it in GitHub Desktop.
Save sean3z/f3a168e47f23f51b73f87a55f4134d67 to your computer and use it in GitHub Desktop.
Pagination example
<div>
<span>1</span>
<span><a href="?p=1">2</a></span>
<span><a href="?p=2">3</a></span>
<span><a href="?p=3">4</a></span>
<span><a href="?p=4">5</a></span>
...
<span><a href="?p=1">next &rsaquo;</a></span>
<span><a href="?p=9">last &raquo;</a></span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment