-
Notifications
You must be signed in to change notification settings - Fork 484
/
order.json
137 lines (137 loc) · 3.1 KB
/
order.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
[
"index",
"about",
"contributing",
{
"about-jquery": [
"how-jquery-works",
"additional-support"
]
},
{
"using-jquery-core": [
"dollar-object-vs-function",
"document-ready",
"avoid-conflicts-other-libraries",
"attributes",
"selecting-elements",
"working-with-selections",
"manipulating-elements",
"jquery-object",
"traversing",
"css-styling-dimensions",
"data-methods",
"utility-methods",
"iterating",
"understanding-index",
{
"faq": [
"how-do-i-select-an-item-using-class-or-id",
"how-do-i-select-elements-when-i-already-have-a-dom-element",
"how-do-i-test-whether-an-element-has-a-particular-class",
"how-do-i-test-whether-an-element-exists",
"how-do-i-determine-the-state-of-a-toggled-element",
"how-do-i-select-an-element-by-an-id-that-has-characters-used-in-css-notation",
"how-do-i-disable-enable-a-form-element",
"how-do-i-check-uncheck-a-checkbox-input-or-radio-button",
"how-do-i-get-the-text-value-of-a-selected-option",
"how-do-i-replace-text-from-the-3rd-element-of-a-list-of-10-items",
"how-do-i-pull-a-native-dom-element-from-a-jquery-object"
]
}
]
},
{
"events": [
"event-basics",
"event-helpers",
"introduction-to-events",
"handling-events",
"inside-event-handling-function",
"event-delegation",
"triggering-event-handlers",
"history-of-events",
"introduction-to-custom-events",
"event-extensions"
]
},
{
"effects": [
"intro-to-effects",
"custom-effects",
"queue-and-dequeue-explained"
]
},
{
"ajax": [
"key-concepts",
"jquery-ajax-methods",
"ajax-and-forms",
"working-with-jsonp",
"ajax-events"
]
},
{
"plugins": [
"finding-evaluating-plugins",
"basic-plugin-creation",
"publishing-plugins",
"advanced-plugin-concepts"
]
},
{
"performance": [
"append-outside-loop",
"cache-loop-length",
"detach-elements-before-work-with-them",
"dont-act-on-absent-elements",
"optimize-selectors",
"use-stylesheets-for-changing-css",
"read-the-source"
]
},
{
"code-organization": [
"concepts",
"beware-anonymous-functions",
"dont-repeat-yourself",
"feature-browser-detection",
{
"deferreds": [
"about-deferreds",
"jquery-deferreds",
"examples"
]
}
]
},
{
"jquery-ui": [
"getting-started",
"how-jquery-ui-works",
"theming",
"themeroller",
{
"widget-factory": [
"why-use-the-widget-factory",
"how-to-use-the-widget-factory",
"widget-method-invocation",
"extending-widgets",
"classes-option"
]
},
{
"environments": [
"amd",
"bower"
]
}
]
},
{
"jquery-mobile": [
"getting-started",
"theme-roller"
]
}
]