Skip to content

Instantly share code, notes, and snippets.

@cjdsie
Created August 16, 2012 12:46
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 cjdsie/3369878 to your computer and use it in GitHub Desktop.
Save cjdsie/3369878 to your computer and use it in GitHub Desktop.
Wirefy Pagination
<div class="pagination">
<ul>
<li><a href="#">Prev</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">Next</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment