JavaScript-Powered Pagination: jPages
16
Apr
// php the_time('Y') ?>
jPages is a client-side pagination script (a jQuery plugin) with features like keyboard + scroll navigation, auto page turn, delayed display and a customizable navigation panel.
Any number of pagination elements can be inserted into the same page and they can be positioned with ease.
The plugin detects the number of items in a given list and auto-creates the navigation.
Callbacks exist to get the current page, total number of pages, number of items, etc. and it is possible to intervene the page number to be displayed using an API method.
P.S. There is an optional integration with the popular scripts Animate.css and Lazy Load for a more attractive and faster pagination experience
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://luis-almeida.github.com/jPages/
Demo: http://luis-almeida.github.com/jPages/defaults.html
Download: https://github.com/luis-almeida/jPages
Compatibility: All Major Browsers
Website: http://luis-almeida.github.com/jPages/
Demo: http://luis-almeida.github.com/jPages/defaults.html
Download: https://github.com/luis-almeida/jPages
- Tags:
Javascript
- Filed under: Browsing, Goodies, MIT License
- 2 Comments












2 Responses for "JavaScript-Powered Pagination: jPages"
[...] Web Resources Depot Tags: Desarrollo, jpages, jQuery, paginacion, sitio web « AnterioresTwenty [...]
Good but need to load all data at once that is a problem when dealing with big data.