-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreate.jquery.json
More file actions
34 lines (34 loc) · 1014 Bytes
/
create.jquery.json
File metadata and controls
34 lines (34 loc) · 1014 Bytes
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
{
"name": "create",
"title": "jQueryCreate",
"description": "The jQuery creator plugin Allows you to create your elements using CSS selectors syntax. Don't use javascript with different syntaxes when it comes to dynamic DOM element creation. Use the same syntax for element querying and creation.",
"keywords": [
"create",
"element",
"DOM",
"CSS",
"syntax"
],
"version": "0.9.0",
"author": {
"name": "EZSlaver",
"url": "https://github.com/EZSlaver/jQueryCreate/"
},
"maintainers": [
{
"name": "EZSlaver",
"email": "ezslaver@gmail.com"
}
],
"licenses": [
{
"type": "MIT License",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/EZSlaver/jQueryCreate/issues",
"download": "https://raw.github.com/EZSlaver/jQueryCreate/master/jquery.create.js",
"dependencies": {
"jquery": "*"
}
}