jquery-infinite-scroll-helper
Version:
A lightweight implementation of the infinite scroll mechanic. By providing two essential callbacks, loadMore and doneLoading, the jQuery Infinite Scroll Helper plugin makes it a breeze to add infinite scrolling functionality to your page.
30 lines (29 loc) • 797 B
JSON
{
"name": "jquery-infinite-scroll-helper",
"version": "1.2.4",
"authors": [
"Ryan Ogden <ryan@expandtheroom.com>"
],
"description": "A lightweight implementation of the infinite scroll mechanic. By providing two essential callbacks, loadMore and doneLoading, the jQuery Infinite Scroll Helper plugin makes it a breeze to add infinite scrolling functionality to your page.",
"main": [
"jquery.infinite-scroll-helper.js",
"jquery.infinite-scroll-helper.min.js"
],
"moduleType": [
"globals"
],
"keywords": [
"infinitescroll",
"jquery",
"client"
],
"license": "MIT",
"homepage": "https://github.com/expandtheroom/jquery-infinite-scroll-helper",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}