forked from tuupola/jquery_chained
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chained.jquery.json
36 lines (36 loc) · 1.21 KB
/
chained.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
{
"name": "chained",
"version": "1.0.0",
"title": "Chained",
"author": {
"name": "Mika Tuupola",
"email": "[email protected]",
"url": "http://www.appelsiini.net/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.6"
},
"description": "Simple chained selects. You can choose from two different versions. Normal version uses uses classnames of select options to decide content of child select. It does not make any external AJAX(J) queries. Remote version makes external query and builds the child select from returned JSON response.",
"keywords": [
"chained",
"select",
"ui",
"form"
],
"homepage": "http://www.appelsiini.net/projects/chained",
"bugs": "https://github.com/tuupola/jquery_chained/issues",
"docs": "http://www.appelsiini.net/projects/chained",
"demo": "http://www.appelsiini.net/projects/chained/demo.html",
"files": [
"jquery.chained.js",
"jquery.chained.min.js",
"jquery.chained.remote.js",
"jquery.chained.remote.min.js"
]
}