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
43
44
45
|
{
"core": {
"description": "The core of jQuery UI, required for all interactions and widgets."
},
"datepicker": {
"description": "A datepicker than can be toggled from a input or displayed inline.",
"dependencies": [ "core" ],
"keywords": [
"form",
"calendar",
"date",
"i18n"
]
},
"effect": {
"description": "Extends the internal jQuery effects, includes morphing, easing and is required by all other effects.",
"keywords": [
"animation",
"show",
"hide",
"color",
"class",
"transition",
"easing"
]
},
"position": {
"description": "A utility plugin for positioning elements relative to other elements.",
"keywords": [
"offset",
"relative",
"absolute",
"fixed",
"collision"
]
},
"widget": {
"description": "Provides a factory for creating stateful widgets with a common API.",
"keywords": [
"abstraction",
"state",
"factory"
]
}
}
|