forked from pklauzinski/jscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jscroll.jquery.json
41 lines (41 loc) · 1.43 KB
/
jscroll.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}