forked from customd/jquery-visible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
df-visible.jquery.json
42 lines (42 loc) · 1018 Bytes
/
df-visible.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
42
{
"name" : "df-visible",
"version" : "1.1.0",
"title" : "Element Onscreen Visibility",
"author" : {
"name" : "Team DF",
"email" : "plugins@teamdf.com",
"url" : "http://opensource.teamdf.com/"
},
"maintainers" : [
{
"name" : "Sam Sehnert",
"email" : "sam@teamdf.com"
}
],
"description" : "Quickly check if an element is within the browsers visible viewport, regardless of scroll position. If a user can see this element, the function will return true.",
"keywords" : [
"list",
"floating",
"header",
"fixed",
"scroll",
"visible",
"ui"
],
"homepage" : "https://github.com/teamdf/jquery-visible/",
"docs" : "http://www.teamdf.com/web/jquery-element-onscreen-visibility/194/",
"demo" : "http://opensource.teamdf.com/visible/examples/demo-basic.html",
"files" : [
"jquery.visible.js",
"jquery.visible.min.js"
],
"dependancies" : {
"jquery" : ">1.6.0"
},
"licenses" : [
{
"type": "MIT",
"url": "http://opensource.teamdf.com/license/"
}
]
}