🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A small (~1kb) and customizable jQuery plugin that allows developers to dynamically generate pagination links for long content & larger lists.

Pagination

Documentation

pagination-jquery-plugin

New and Simple Pagination Jquery Plugin for You.

How to use?

	$('#page').Pagination({ // id to initial draw and use pagination             size: 87, // total size of list input (required)             pageShow: 5, // 5 page-item per page | min is 3 (required)             page: 1, // current page (default)             limit: 10, // current limit record show on table per page (default) 	    boundary: false, // to show first and last label (optional)     	}, function(obj){ // callback function, you can use it to re-draw table or something             	$('#info').html('Current page: ' + obj.page);     	}); 

Enjoy <3


You May Also Like