You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.4 KiB
41 lines
1.4 KiB
|
11 years ago
|
{
|
||
|
|
"name": "jscroll",
|
||
|
|
"version": "2.2.4",
|
||
|
|
"title": "jScroll - jQuery Plugin for Infinite Scrolling / Auto-Paging",
|
||
|
|
"author": {
|
||
|
|
"name": "Philip KLauzinski",
|
||
|
|
"url": "http://klauzinski.com"
|
||
|
|
},
|
||
|
|
"licenses": [
|
||
|
|
{
|
||
|
|
"type": "MIT",
|
||
|
|
"url": "http://opensource.org/licenses/MIT"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "GPL-2.0",
|
||
|
|
"url": "http://opensource.org/licenses/GPL-2.0"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
"jquery": ">=1.4.3"
|
||
|
|
},
|
||
|
|
"description": "jScroll is a jQuery plugin allowing you to effortlessly implement infinite scrolling, lazy loading, or whatever catchy phrase you may know it as, within a web page or web/HTML5 application. jScroll allows you to initiate an auto-paged AJAX fetch triggered by scrolling within a fixed-height div, or from scrolling the window object. A real-world example of this behavior is your Facebook News Feed, which automatically loads content as you scroll down and reach the end of the page.",
|
||
|
|
"keywords": [
|
||
|
|
"infinite-scrolling",
|
||
|
|
"lazy-loading",
|
||
|
|
"auto-paging",
|
||
|
|
"infinite",
|
||
|
|
"scroll",
|
||
|
|
"scrolling",
|
||
|
|
"lazy",
|
||
|
|
"auto",
|
||
|
|
"loading",
|
||
|
|
"paging",
|
||
|
|
"ajax",
|
||
|
|
"html5"
|
||
|
|
],
|
||
|
|
"homepage": "http://jscroll.com",
|
||
|
|
"demo": "http://jscroll.com/#examples",
|
||
|
|
"docs": "http://jscroll.com",
|
||
|
|
"bugs": "https://github.com/pklauzinski/jscroll/issues"
|
||
|
|
}
|