Pagination, in simple words is to split a long area of content into multiple pages. Paging is must and helpful feature when there is lots of data to display. Here are 9 jQuery Plugins For Paginating Content for you that you can use on your next project’s in order to split your data into several pages.
Text Pagination
jQuery plugin that allows you to split a large content site to the pages and manage these pages using a variety of controls.
simplePagination.js
A simple jQuery pagination plugin, 3 CSS themes and Bootstrap support.
Pager
Pager is an easy to use jquery plugin for paging any kind of content.
Bootstrap Paginator
Bootstrap Paginator is a jQuery plugin that simplifies the rendering of Bootstrap Pagination component. It provides methods to automates the update of the pagination status and also some events to notify the status changes within the component. Bootstrap v3 is now supported.
jQuery Animated Pagination
Animated Pagination is a jQuery plugin for auto pagination with animation effects like crossfade, slide etc.
jPList
jPList is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure.
Pajinate
Pajinate is a simple and flexible jQuery plugin that allows you to divide long lists or areas of content into multiple separate pages. Not only is it a simpler alternative to server-side implementations, the time between paginated-page loads is almost nil (up to a reasonable page-size of course).
jQuery Mobile Pagination Plugin
The Pagination plugin creates touch-drag navigation between separate HTML pages. Simply add this plugin to your page and link together documents via ordinary HTML anchors. The linked pages will pre-fetch, and in browsers that support touch events, you’ll be able to drag between the linked pages, while desktop users can navigate with mouse or keyboard. Like all navigation in jQuery Mobile, this plugin ties into your browser’s history, so bookmarking, and using the browser’s back and forward buttons work as expected!
jScroll
jScroll is a jQuery plugin for infinite scrolling, written by Philip Klauzinski. Infinite scrolling; also known as lazy loading, endless scrolling, autopager, endless pages, etc.; is the ability to load content via AJAX within the current page or content area as you scroll down. The new content can be loaded automatically each time you scroll to the end of the existing content, or it can be triggered to load by clicking a navigation link at the end of the existing content.
Endless Scroll
If you don’t already know, endless scrolling (or infinite scrolling or pagination) is a popular technique amongst modern websites such as Google Reader and Live Image Search, whereby instead of paging through items using traditional pagination links, the page just keeps loading with new items attached to the end.