-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
52 lines (39 loc) · 1.03 KB
/
tsconfig.json
File metadata and controls
52 lines (39 loc) · 1.03 KB
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
46
47
48
49
50
51
52
{
"page.html": {
"style.css":
"config.json": [
"script.js",
"init.js"
]
}
}
jLoads(
{
"/form/field/text.css",
"/form/field/email.css",
"/form/field/submit.css",
"newsletter.html": [
"submit.js"
]
}
);
{
"/form/field/text.css",
"/form/field/email.css",
"/form/field/submit.css",
"newsletter.html": [
"submit.js"
]
}
jLoads("jloads.json").to("#form");
jLoads("jloads.json").event("cursor","left")).to("#slide");
jLoads("jloads.json").event("DOM","loaded").to("body");
jLoads("jloads.json").event("URL","#a").to("#first_tab");
cursor("left", jLoads("jloads.json").to("#slide") );
jLoads("jloads.json").event( cursor("left") ).to("#slide");
jLoads("jloads.json").event( DOM("loaded") ).to("body");
jLoads("jloads.json").event( URL("#a") ).to("#first_tab");
jLoads("jloads.json").url("#a").to("#tab_a");
jLoads("jloads.json").url("#a").to("#tab_b");
.on("submit").to("#form")
jRoutes.event("click").from()