upgrade
This commit is contained in:
41
main/inc/lib/javascript/jscroll/jscroll.jquery.json
Normal file
41
main/inc/lib/javascript/jscroll/jscroll.jquery.json
Normal file
@@ -0,0 +1,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"
|
||||
}
|
||||
Reference in New Issue
Block a user