Jquery Infinite Scroller
Quick Links
Visit the jQuery Infinite Scroller project hub, which has a demonstration and download for this plugin on JS Plugins JavaScript Plugin Library.
Infinite Scroller Demonstration.
Description
The jQuery Infinite Scroller is a plugin for the jQuery JavaScript Framework, which works with your server side script to add pages of results to a never-ending scrolling window. This provides a handy method of lazy-loading data to a web application.
If you find my open source projects and jQuery plugins useful,
please consider making a donation!
Requirements
CSS
/* Optional styles */
#infinitescroller {
background-color: White;
width: 50%;
height: 200px;
}
JavaScript
$("#infinitescroller").infinitescroller( {
"innerscrollerid": "innerscroller",
"uri": "infinitefakedata.html?Page=#MODIFIER#",
"modifier": "0",
"overflow": "auto",
"offset": "100"
});
You Are Here: Home » JavaScript » Infinite Scroller