Saturday, June 29, 2013

jQuery Pagination Plugins

0
jQuery pagination plugins provide an easy way to automatically separate your information into generated hyper-linked pages, about like a book with page numbers. The implementation can either be

a) all data is loaded on one page and then the plugin evenly splits the data and creates the pages;

b) by passing the page number to the back-end, where the appropriate data is fetched from the database and returned in some form. When dealing with small data sets its easier to have the content readily available, but still neatly organized and easy to access.

1. Pajinate – A jQuery Pagination Plugin


Is a simple and flexible jQuery plugin that allows you to divide long lists or areas of content into multiple separate pages.



View Demo Download

2. jPaginate: A Fancy jQuery Pagination Plugin


Is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Short links to the first and last page are available as well.


View Demo Download

3. jQuery Pagination Plugin


This plugin creates these navigational elements.



4. SimplePager – jQuery paging plugin: Updated


Allows for creating pagination with as little effort or configuration as possible. This pager plugin can page divs, paragraphs, list items or almost any other content.


View Demo Download

5. Smart Paginator – jQuery Pagination Plugin


Is a comprehensive jQuery Pagination plugin that makes adding pagination very simple task, all the navigation logic is built in and it is also very customizable.


View Demo Download

6. jPaginator

jQuery plugin for animated pagination with auto-acceleration and a slider.



View Demo Download

7. Quick Pagination – jquery.quick.pagination.js


Use Quick jQuery Pagination to convert long lists and page content into numbered pages in seconds!


View Demo Download

8. Sweet Pages: A jQuery Pagination Solution


A jQuery plugin that will enable you to convert a regular unordered list of items into a SEO friendly set of easily navigable pages. It can be used for comment threads, slideshows, or any kind of structured content.


View Demo Download

9. Jquery-Php Ajax Pagination


It is better to have Ajax Pagination on Your Webpage as Ajax Pagination will load only the specific part rather than whole page.So it will speed up your website.


View Demo Download

10. jPages


It is a client-side pagination plugin but it gives you a lot more features comparing to most of the other plugins for this purpose, such as auto page turn, key and scroll browse, showing items with delay, completely customizable navigation panel and also integration with Animate.css and Lazy Load.


View Demo Download

No comments :

Post a Comment