simplepagination
This is a litle plugin to do a pagination in a table data.
Step 1.- Setup your table with the class and attributes (number-per-page and current-page) number-per-page="5" current-page="0" class="pagination"
Step 2.- Include the simplepagination file
<script type="text/javascript" src="simplepagination.js"></script>Step 2.- Fire up the plugin with $(function(){ $(".pagination").pagination(); })