Introduction
jQuery Auto Pagination converts paginated webpages into a single page that loads subsequent pages automatically as the user scrolls downwards. To see how this works visit the demo page.
Features
- Extremely small file size. Minified js file is only ~1.4kb.
- Extremely low dependency on page DOM structure. Only two DOM elements are required,
nextPageSelectorandpanelSelector. ThenextPageSelectorlink can be in any format, running page numbers are not required.
Code Repository
jQuery Auto Pagination is hosted on GitHub at:
https://github.com/pengkong/jquery-auto-pagination
Support
For support regarding issues with this plugin, please go to:
https://github.com/pengkong/jquery-auto-pagination/issues
Author
jQuery Auto Pagination is written and maintained by Choy Peng Kong, you can reach him at pengkong@gmail.com.
Acknowledgements
jQuery Auto Pagination is inspired by Infinite Scroll by Paul Irish & Luke Shumard
The following works were used in building this project:
- jQuery by John Resig and the jQuery Team - http://jquery.com/
- ScrollUp by Mark Good Year - http://markgoodyear.com/labs/scrollup/
- Twitter Bootstrap by Mark Otto and Jacob Thornton - http://twitter.github.io/bootstrap/
- SyntaxHighlighter by Alex Gorbatchev - http://alexgorbatchev.com/SyntaxHighlighter/
Changelogs
- v0.1.0 - 19 May 2013
Initial release
Licenses
jQuery Auto Pagination is licensed under both MIT and GPL
- End of Page -