diff options
author | Jinwei Zhao <[email protected]> | 2015-12-19 22:24:42 +0900 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:45 +0800 |
commit | dbcebe1def5c355120c61b575390d1d9ac355f67 (patch) | |
tree | 70e61cc34a690c63ff80962e9ef883fe69dba6d3 /Code/Blocks/jquery-1.10.2.min.js | |
parent | 7e473afdca63f0ceed5d895c3be3b43f213ca136 (diff) | |
download | jinwei.me-dbcebe1def5c355120c61b575390d1d9ac355f67.tar.gz |
clear up
Diffstat (limited to 'Code/Blocks/jquery-1.10.2.min.js')
-rw-r--r-- | Code/Blocks/jquery-1.10.2.min.js | 3386 |
1 files changed, 0 insertions, 3386 deletions
diff --git a/Code/Blocks/jquery-1.10.2.min.js b/Code/Blocks/jquery-1.10.2.min.js deleted file mode 100644 index ca3c53d..0000000 --- a/Code/Blocks/jquery-1.10.2.min.js +++ /dev/null | |||
@@ -1,3386 +0,0 @@ | |||
1 | /*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license | ||
2 | |||
3 | //@ sourceMappingURL=jquery-1.10.2.min.map | ||
4 | |||
5 | */ | ||
6 | |||
7 | (function(e, t) { | ||
8 | var n, r, i = typeof t, | ||
9 | o = e.location, | ||
10 | a = e.document, | ||
11 | s = a.documentElement, | ||
12 | l = e.jQuery, | ||
13 | u = e.$, | ||
14 | c = {}, | ||
15 | p = [], | ||
16 | f = "1.10.2", | ||
17 | d = p.concat, | ||
18 | h = p.push, | ||
19 | g = p.slice, | ||
20 | m = p.indexOf, | ||
21 | y = c.toString, | ||
22 | v = c.hasOwnProperty, | ||
23 | b = f.trim, | ||
24 | x = function(e, t) { | ||
25 | return new x.fn.init(e, t, r) | ||
26 | }, | ||
27 | w = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, | ||
28 | T = /\S+/g, | ||
29 | C = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, | ||
30 | N = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, | ||
31 | k = /^<(\w+)\s*\/?>(?:<\/\1>|)$/, | ||
32 | E = /^[\],:{}\s]*$/, | ||
33 | S = /(?:^|:|,)(?:\s*\[)+/g, | ||
34 | A = /\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g, | ||
35 | j = /"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g, | ||
36 | D = /^-ms-/, | ||
37 | L = /-([\da-z])/gi, | ||
38 | H = function(e, t) { | ||
39 | return t.toUpperCase() | ||
40 | }, | ||
41 | q = function(e) { | ||
42 | (a.addEventListener || "load" === e.type || "complete" === a.readyState) && (_(), x.ready()) | ||
43 | }, | ||
44 | _ = function() { | ||
45 | a.addEventListener ? (a.removeEventListener("DOMContentLoaded", q, !1), e.removeEventListener("load", q, !1)) : (a.detachEvent("onreadystatechange", q), e.detachEvent("onload", q)) | ||
46 | }; | ||
47 | x.fn = x.prototype = { | ||
48 | jquery: f, | ||
49 | constructor: x, | ||
50 | init: function(e, n, r) { | ||
51 | var i, o; | ||
52 | if (!e) return this; | ||
53 | if ("string" == typeof e) { | ||
54 | if (i = "<" === e.charAt(0) && ">" === e.charAt(e.length - 1) && e.length >= 3 ? [null, e, null] : N.exec(e), !i || !i[1] && n) return !n || n.jquery ? (n || r).find(e) : this.constructor(n).find(e); | ||
55 | if (i[1]) { | ||
56 | if (n = n instanceof x ? n[0] : n, x.merge(this, x.parseHTML(i[1], n && n.nodeType ? n.ownerDocument || n : a, !0)), k.test(i[1]) && x.isPlainObject(n)) | ||
57 | for (i in n) x.isFunction(this[i]) ? this[i](n[i]) : this.attr(i, n[i]); | ||
58 | return this | ||
59 | } | ||
60 | if (o = a.getElementById(i[2]), o && o.parentNode) { | ||
61 | if (o.id !== i[2]) return r.find(e); | ||
62 | this.length = 1, this[0] = o | ||
63 | } | ||
64 | return this.context = a, this.selector = e, this | ||
65 | } | ||
66 | return e.nodeType ? (this.context = this[0] = e, this.length = 1, this) : x.isFunction(e) ? r.ready(e) : (e.selector !== t && (this.selector = e.selector, this.context = e.context), x.makeArray(e, this)) | ||
67 | }, | ||
68 | selector: "", | ||
69 | length: 0, | ||
70 | toArray: function() { | ||
71 | return g.call(this) | ||
72 | }, | ||
73 | get: function(e) { | ||
74 | return null == e ? this.toArray() : 0 > e ? this[this.length + e] : this[e] | ||
75 | }, | ||
76 | pushStack: function(e) { | ||
77 | var t = x.merge(this.constructor(), e); | ||
78 | return t.prevObject = this, t.context = this.context, t | ||
79 | }, | ||
80 | each: function(e, t) { | ||
81 | return x.each(this, e, t) | ||
82 | }, | ||
83 | ready: function(e) { | ||
84 | return x.ready.promise().done(e), this | ||
85 | }, | ||
86 | slice: function() { | ||
87 | return this.pushStack(g.apply(this, arguments)) | ||
88 | }, | ||
89 | first: function() { | ||
90 | return this.eq(0) | ||
91 | }, | ||
92 | last: function() { | ||
93 | return this.eq(-1) | ||
94 | }, | ||
95 | eq: function(e) { | ||
96 | var t = this.length, | ||
97 | n = +e + (0 > e ? t : 0); | ||
98 | return this.pushStack(n >= 0 && t > n ? [this[n]] : []) | ||
99 | }, | ||
100 | map: function(e) { | ||
101 | return this.pushStack(x.map(this, function(t, n) { | ||
102 | return e.call(t, n, t) | ||
103 | })) | ||
104 | }, | ||
105 | end: function() { | ||
106 | return this.prevObject || this.constructor(null) | ||
107 | }, | ||
108 | push: h, | ||
109 | sort: [].sort, | ||
110 | splice: [].splice | ||
111 | }, x.fn.init.prototype = x.fn, x.extend = x.fn.extend = function() { | ||
112 | var e, n, r, i, o, a, s = arguments[0] || {}, | ||
113 | l = 1, | ||
114 | u = arguments.length, | ||
115 | c = !1; | ||
116 | for ("boolean" == typeof s && (c = s, s = arguments[1] || {}, l = 2), "object" == typeof s || x.isFunction(s) || (s = {}), u === l && (s = this, --l); u > l; l++) | ||
117 | if (null != (o = arguments[l])) | ||
118 | for (i in o) e = s[i], r = o[i], s !== r && (c && r && (x.isPlainObject(r) || (n = x.isArray(r))) ? (n ? (n = !1, a = e && x.isArray(e) ? e : []) : a = e && x.isPlainObject(e) ? e : {}, s[i] = x.extend(c, a, r)) : r !== t && (s[i] = r)); | ||
119 | return s | ||
120 | }, x.extend({ | ||
121 | expando: "jQuery" + (f + Math.random()).replace(/\D/g, ""), | ||
122 | noConflict: function(t) { | ||
123 | return e.$ === x && (e.$ = u), t && e.jQuery === x && (e.jQuery = l), x | ||
124 | }, | ||
125 | isReady: !1, | ||
126 | readyWait: 1, | ||
127 | holdReady: function(e) { | ||
128 | e ? x.readyWait++ : x.ready(!0) | ||
129 | }, | ||
130 | ready: function(e) { | ||
131 | if (e === !0 ? !--x.readyWait : !x.isReady) { | ||
132 | if (!a.body) return setTimeout(x.ready); | ||
133 | x.isReady = !0, e !== !0 && --x.readyWait > 0 || (n.resolveWith(a, [x]), x.fn.trigger && x(a).trigger("ready").off("ready")) | ||
134 | } | ||
135 | }, | ||
136 | isFunction: function(e) { | ||
137 | return "function" === x.type(e) | ||
138 | }, | ||
139 | isArray: Array.isArray || function(e) { | ||
140 | return "array" === x.type(e) | ||
141 | }, | ||
142 | isWindow: function(e) { | ||
143 | return null != e && e == e.window | ||
144 | }, | ||
145 | isNumeric: function(e) { | ||
146 | return !isNaN(parseFloat(e)) && isFinite(e) | ||
147 | }, | ||
148 | type: function(e) { | ||
149 | return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? c[y.call(e)] || "object" : typeof e | ||
150 | }, | ||
151 | isPlainObject: function(e) { | ||
152 | var n; | ||
153 | if (!e || "object" !== x.type(e) || e.nodeType || x.isWindow(e)) return !1; | ||
154 | try { | ||
155 | if (e.constructor && !v.call(e, "constructor") && !v.call(e.constructor.prototype, "isPrototypeOf")) return !1 | ||
156 | } catch (r) { | ||
157 | return !1 | ||
158 | } | ||
159 | if (x.support.ownLast) | ||
160 | for (n in e) return v.call(e, n); | ||
161 | for (n in e); | ||
162 | return n === t || v.call(e, n) | ||
163 | }, | ||
164 | isEmptyObject: function(e) { | ||
165 | var t; | ||
166 | for (t in e) return !1; | ||
167 | return !0 | ||
168 | }, | ||
169 | error: function(e) { | ||
170 | throw Error(e) | ||
171 | }, | ||
172 | parseHTML: function(e, t, n) { | ||
173 | if (!e || "string" != typeof e) return null; | ||
174 | "boolean" == typeof t && (n = t, t = !1), t = t || a; | ||
175 | var r = k.exec(e), | ||
176 | i = !n && []; | ||
177 | return r ? [t.createElement(r[1])] : (r = x.buildFragment([e], t, i), i && x(i).remove(), x.merge([], r.childNodes)) | ||
178 | }, | ||
179 | parseJSON: function(n) { | ||
180 | return e.JSON && e.JSON.parse ? e.JSON.parse(n) : null === n ? n : "string" == typeof n && (n = x.trim(n), n && E.test(n.replace(A, "@").replace(j, "]").replace(S, ""))) ? Function("return " + n)() : (x.error("Invalid JSON: " + n), t) | ||
181 | }, | ||
182 | parseXML: function(n) { | ||
183 | var r, i; | ||
184 | if (!n || "string" != typeof n) return null; | ||
185 | try { | ||
186 | e.DOMParser ? (i = new DOMParser, r = i.parseFromString(n, "text/xml")) : (r = new ActiveXObject("Microsoft.XMLDOM"), r.async = "false", r.loadXML(n)) | ||
187 | } catch (o) { | ||
188 | r = t | ||
189 | } | ||
190 | return r && r.documentElement && !r.getElementsByTagName("parsererror").length || x.error("Invalid XML: " + n), r | ||
191 | }, | ||
192 | noop: function() {}, | ||
193 | globalEval: function(t) { | ||
194 | t && x.trim(t) && (e.execScript || function(t) { | ||
195 | e.eval.call(e, t) | ||
196 | })(t) | ||
197 | }, | ||
198 | camelCase: function(e) { | ||
199 | return e.replace(D, "ms-").replace(L, H) | ||
200 | }, | ||
201 | nodeName: function(e, t) { | ||
202 | return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() | ||
203 | }, | ||
204 | each: function(e, t, n) { | ||
205 | var r, i = 0, | ||
206 | o = e.length, | ||
207 | a = M(e); | ||
208 | if (n) { | ||
209 | if (a) { | ||
210 | for (; o > i; i++) | ||
211 | if (r = t.apply(e[i], n), r === !1) break | ||
212 | } else | ||
213 | for (i in e) | ||
214 | if (r = t.apply(e[i], n), r === !1) break | ||
215 | } else if (a) { | ||
216 | for (; o > i; i++) | ||
217 | if (r = t.call(e[i], i, e[i]), r === !1) break | ||
218 | } else | ||
219 | for (i in e) | ||
220 | if (r = t.call(e[i], i, e[i]), r === !1) break; return e | ||
221 | }, | ||
222 | trim: b && !b.call("\ufeff\u00a0") ? function(e) { | ||
223 | return null == e ? "" : b.call(e) | ||
224 | } : function(e) { | ||
225 | return null == e ? "" : (e + "").replace(C, "") | ||
226 | }, | ||
227 | makeArray: function(e, t) { | ||
228 | var n = t || []; | ||
229 | return null != e && (M(Object(e)) ? x.merge(n, "string" == typeof e ? [e] : e) : h.call(n, e)), n | ||
230 | }, | ||
231 | inArray: function(e, t, n) { | ||
232 | var r; | ||
233 | if (t) { | ||
234 | if (m) return m.call(t, e, n); | ||
235 | for (r = t.length, n = n ? 0 > n ? Math.max(0, r + n) : n : 0; r > n; n++) | ||
236 | if (n in t && t[n] === e) return n | ||
237 | } | ||
238 | return -1 | ||
239 | }, | ||
240 | merge: function(e, n) { | ||
241 | var r = n.length, | ||
242 | i = e.length, | ||
243 | o = 0; | ||
244 | if ("number" == typeof r) | ||
245 | for (; r > o; o++) e[i++] = n[o]; | ||
246 | else | ||
247 | while (n[o] !== t) e[i++] = n[o++]; | ||
248 | return e.length = i, e | ||
249 | }, | ||
250 | grep: function(e, t, n) { | ||
251 | var r, i = [], | ||
252 | o = 0, | ||
253 | a = e.length; | ||
254 | for (n = !!n; a > o; o++) r = !!t(e[o], o), n !== r && i.push(e[o]); | ||
255 | return i | ||
256 | }, | ||
257 | map: function(e, t, n) { | ||
258 | var r, i = 0, | ||
259 | o = e.length, | ||
260 | a = M(e), | ||
261 | s = []; | ||
262 | if (a) | ||
263 | for (; o > i; i++) r = t(e[i], i, n), null != r && (s[s.length] = r); | ||
264 | else | ||
265 | for (i in e) r = t(e[i], i, n), null != r && (s[s.length] = r); | ||
266 | return d.apply([], s) | ||
267 | }, | ||
268 | guid: 1, | ||
269 | proxy: function(e, n) { | ||
270 | var r, i, o; | ||
271 | return "string" == typeof n && (o = e[n], n = e, e = o), x.isFunction(e) ? (r = g.call(arguments, 2), i = function() { | ||
272 | return e.apply(n || this, r.concat(g.call(arguments))) | ||
273 | }, i.guid = e.guid = e.guid || x.guid++, i) : t | ||
274 | }, | ||
275 | access: function(e, n, r, i, o, a, s) { | ||
276 | var l = 0, | ||
277 | u = e.length, | ||
278 | c = null == r; | ||
279 | if ("object" === x.type(r)) { | ||
280 | o = !0; | ||
281 | for (l in r) x.access(e, n, l, r[l], !0, a, s) | ||
282 | } else if (i !== t && (o = !0, x.isFunction(i) || (s = !0), c && (s ? (n.call(e, i), n = null) : (c = n, n = function(e, t, n) { | ||
283 | return c.call(x(e), n) | ||
284 | })), n)) | ||
285 | for (; u > l; l++) n(e[l], r, s ? i : i.call(e[l], l, n(e[l], r))); | ||
286 | return o ? e : c ? n.call(e) : u ? n(e[0], r) : a | ||
287 | }, | ||
288 | now: function() { | ||
289 | return (new Date).getTime() | ||
290 | }, | ||
291 | swap: function(e, t, n, r) { | ||
292 | var i, o, a = {}; | ||
293 | for (o in t) a[o] = e.style[o], e.style[o] = t[o]; | ||
294 | i = n.apply(e, r || []); | ||
295 | for (o in t) e.style[o] = a[o]; | ||
296 | return i | ||
297 | } | ||
298 | }), x.ready.promise = function(t) { | ||
299 | if (!n) | ||
300 | if (n = x.Deferred(), "complete" === a.readyState) setTimeout(x.ready); | ||
301 | else if (a.addEventListener) a.addEventListener("DOMContentLoaded", q, !1), e.addEventListener("load", q, !1); | ||
302 | else { | ||
303 | a.attachEvent("onreadystatechange", q), e.attachEvent("onload", q); | ||
304 | var r = !1; | ||
305 | try { | ||
306 | r = null == e.frameElement && a.documentElement | ||
307 | } catch (i) {} | ||
308 | r && r.doScroll && function o() { | ||
309 | if (!x.isReady) { | ||
310 | try { | ||
311 | r.doScroll("left") | ||
312 | } catch (e) { | ||
313 | return setTimeout(o, 50) | ||
314 | } | ||
315 | _(), x.ready() | ||
316 | } | ||
317 | }() | ||
318 | } | ||
319 | return n.promise(t) | ||
320 | }, x.each("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(e, t) { | ||
321 | c["[object " + t + "]"] = t.toLowerCase() | ||
322 | }); | ||
323 | |||
324 | function M(e) { | ||
325 | var t = e.length, | ||
326 | n = x.type(e); | ||
327 | return x.isWindow(e) ? !1 : 1 === e.nodeType && t ? !0 : "array" === n || "function" !== n && (0 === t || "number" == typeof t && t > 0 && t - 1 in e) | ||
328 | } | ||
329 | r = x(a), | ||
330 | function(e, t) { | ||
331 | var n, r, i, o, a, s, l, u, c, p, f, d, h, g, m, y, v, b = "sizzle" + -new Date, | ||
332 | w = e.document, | ||
333 | T = 0, | ||
334 | C = 0, | ||
335 | N = st(), | ||
336 | k = st(), | ||
337 | E = st(), | ||
338 | S = !1, | ||
339 | A = function(e, t) { | ||
340 | return e === t ? (S = !0, 0) : 0 | ||
341 | }, | ||
342 | j = typeof t, | ||
343 | D = 1 << 31, | ||
344 | L = {}.hasOwnProperty, | ||
345 | H = [], | ||
346 | q = H.pop, | ||
347 | _ = H.push, | ||
348 | M = H.push, | ||
349 | O = H.slice, | ||
350 | F = H.indexOf || function(e) { | ||
351 | var t = 0, | ||
352 | n = this.length; | ||
353 | for (; n > t; t++) | ||
354 | if (this[t] === e) return t; | ||
355 | return -1 | ||
356 | }, | ||
357 | B = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", | ||
358 | P = "[\\x20\\t\\r\\n\\f]", | ||
359 | R = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", | ||
360 | W = R.replace("w", "w#"), | ||
361 | $ = "\\[" + P + "*(" + R + ")" + P + "*(?:([*^$|!~]?=)" + P + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + W + ")|)|)" + P + "*\\]", | ||
362 | I = ":(" + R + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + $.replace(3, 8) + ")*)|.*)\\)|)", | ||
363 | z = RegExp("^" + P + "+|((?:^|[^\\\\])(?:\\\\.)*)" + P + "+$", "g"), | ||
364 | X = RegExp("^" + P + "*," + P + "*"), | ||
365 | U = RegExp("^" + P + "*([>+~]|" + P + ")" + P + "*"), | ||
366 | V = RegExp(P + "*[+~]"), | ||
367 | Y = RegExp("=" + P + "*([^\\]'\"]*)" + P + "*\\]", "g"), | ||
368 | J = RegExp(I), | ||
369 | G = RegExp("^" + W + "$"), | ||
370 | Q = { | ||
371 | ID: RegExp("^#(" + R + ")"), | ||
372 | CLASS: RegExp("^\\.(" + R + ")"), | ||
373 | TAG: RegExp("^(" + R.replace("w", "w*") + ")"), | ||
374 | ATTR: RegExp("^" + $), | ||
375 | PSEUDO: RegExp("^" + I), | ||
376 | CHILD: RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + P + "*(even|odd|(([+-]|)(\\d*)n|)" + P + "*(?:([+-]|)" + P + "*(\\d+)|))" + P + "*\\)|)", "i"), | ||
377 | bool: RegExp("^(?:" + B + ")$", "i"), | ||
378 | needsContext: RegExp("^" + P + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + P + "*((?:-\\d)?\\d*)" + P + "*\\)|)(?=[^-]|$)", "i") | ||
379 | }, | ||
380 | K = /^[^{]+\{\s*\[native \w/, | ||
381 | Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, | ||
382 | et = /^(?:input|select|textarea|button)$/i, | ||
383 | tt = /^h\d$/i, | ||
384 | nt = /'|\\/g, | ||
385 | rt = RegExp("\\\\([\\da-f]{1,6}" + P + "?|(" + P + ")|.)", "ig"), | ||
386 | it = function(e, t, n) { | ||
387 | var r = "0x" + t - 65536; | ||
388 | return r !== r || n ? t : 0 > r ? String.fromCharCode(r + 65536) : String.fromCharCode(55296 | r >> 10, 56320 | 1023 & r) | ||
389 | }; | ||
390 | try { | ||
391 | M.apply(H = O.call(w.childNodes), w.childNodes), H[w.childNodes.length].nodeType | ||
392 | } catch (ot) { | ||
393 | M = { | ||
394 | apply: H.length ? function(e, t) { | ||
395 | _.apply(e, O.call(t)) | ||
396 | } : function(e, t) { | ||
397 | var n = e.length, | ||
398 | r = 0; | ||
399 | while (e[n++] = t[r++]); | ||
400 | e.length = n - 1 | ||
401 | } | ||
402 | } | ||
403 | } | ||
404 | |||
405 | function at(e, t, n, i) { | ||
406 | var o, a, s, l, u, c, d, m, y, x; | ||
407 | if ((t ? t.ownerDocument || t : w) !== f && p(t), t = t || f, n = n || [], !e || "string" != typeof e) return n; | ||
408 | if (1 !== (l = t.nodeType) && 9 !== l) return []; | ||
409 | if (h && !i) { | ||
410 | if (o = Z.exec(e)) | ||
411 | if (s = o[1]) { | ||
412 | if (9 === l) { | ||
413 | if (a = t.getElementById(s), !a || !a.parentNode) return n; | ||
414 | if (a.id === s) return n.push(a), n | ||
415 | } else if (t.ownerDocument && (a = t.ownerDocument.getElementById(s)) && v(t, a) && a.id === s) return n.push(a), n | ||
416 | } else { | ||
417 | if (o[2]) return M.apply(n, t.getElementsByTagName(e)), n; | ||
418 | if ((s = o[3]) && r.getElementsByClassName && t.getElementsByClassName) return M.apply(n, t.getElementsByClassName(s)), n | ||
419 | } | ||
420 | if (r.qsa && (!g || !g.test(e))) { | ||
421 | if (m = d = b, y = t, x = 9 === l && e, 1 === l && "object" !== t.nodeName.toLowerCase()) { | ||
422 | c = mt(e), (d = t.getAttribute("id")) ? m = d.replace(nt, "\\$&") : t.setAttribute("id", m), m = "[id='" + m + "'] ", u = c.length; | ||
423 | while (u--) c[u] = m + yt(c[u]); | ||
424 | y = V.test(e) && t.parentNode || t, x = c.join(",") | ||
425 | } | ||
426 | if (x) try { | ||
427 | return M.apply(n, y.querySelectorAll(x)), n | ||
428 | } catch (T) {} finally { | ||
429 | d || t.removeAttribute("id") | ||
430 | } | ||
431 | } | ||
432 | } | ||
433 | return kt(e.replace(z, "$1"), t, n, i) | ||
434 | } | ||
435 | |||
436 | function st() { | ||
437 | var e = []; | ||
438 | |||
439 | function t(n, r) { | ||
440 | return e.push(n += " ") > o.cacheLength && delete t[e.shift()], t[n] = r | ||
441 | } | ||
442 | return t | ||
443 | } | ||
444 | |||
445 | function lt(e) { | ||
446 | return e[b] = !0, e | ||
447 | } | ||
448 | |||
449 | function ut(e) { | ||
450 | var t = f.createElement("div"); | ||
451 | try { | ||
452 | return !!e(t) | ||
453 | } catch (n) { | ||
454 | return !1 | ||
455 | } finally { | ||
456 | t.parentNode && t.parentNode.removeChild(t), t = null | ||
457 | } | ||
458 | } | ||
459 | |||
460 | function ct(e, t) { | ||
461 | var n = e.split("|"), | ||
462 | r = e.length; | ||
463 | while (r--) o.attrHandle[n[r]] = t | ||
464 | } | ||
465 | |||
466 | function pt(e, t) { | ||
467 | var n = t && e, | ||
468 | r = n && 1 === e.nodeType && 1 === t.nodeType && (~t.sourceIndex || D) - (~e.sourceIndex || D); | ||
469 | if (r) return r; | ||
470 | if (n) | ||
471 | while (n = n.nextSibling) | ||
472 | if (n === t) return -1; | ||
473 | return e ? 1 : -1 | ||
474 | } | ||
475 | |||
476 | function ft(e) { | ||
477 | return function(t) { | ||
478 | var n = t.nodeName.toLowerCase(); | ||
479 | return "input" === n && t.type === e | ||
480 | } | ||
481 | } | ||
482 | |||
483 | function dt(e) { | ||
484 | return function(t) { | ||
485 | var n = t.nodeName.toLowerCase(); | ||
486 | return ("input" === n || "button" === n) && t.type === e | ||
487 | } | ||
488 | } | ||
489 | |||
490 | function ht(e) { | ||
491 | return lt(function(t) { | ||
492 | return t = +t, lt(function(n, r) { | ||
493 | var i, o = e([], n.length, t), | ||
494 | a = o.length; | ||
495 | while (a--) n[i = o[a]] && (n[i] = !(r[i] = n[i])) | ||
496 | }) | ||
497 | }) | ||
498 | } | ||
499 | s = at.isXML = function(e) { | ||
500 | var t = e && (e.ownerDocument || e).documentElement; | ||
501 | return t ? "HTML" !== t.nodeName : !1 | ||
502 | }, r = at.support = {}, p = at.setDocument = function(e) { | ||
503 | var n = e ? e.ownerDocument || e : w, | ||
504 | i = n.defaultView; | ||
505 | return n !== f && 9 === n.nodeType && n.documentElement ? (f = n, d = n.documentElement, h = !s(n), i && i.attachEvent && i !== i.top && i.attachEvent("onbeforeunload", function() { | ||
506 | p() | ||
507 | }), r.attributes = ut(function(e) { | ||
508 | return e.className = "i", !e.getAttribute("className") | ||
509 | }), r.getElementsByTagName = ut(function(e) { | ||
510 | return e.appendChild(n.createComment("")), !e.getElementsByTagName("*").length | ||
511 | }), r.getElementsByClassName = ut(function(e) { | ||
512 | return e.innerHTML = "<div class='a'></div><div class='a i'></div>", e.firstChild.className = "i", 2 === e.getElementsByClassName("i").length | ||
513 | }), r.getById = ut(function(e) { | ||
514 | return d.appendChild(e).id = b, !n.getElementsByName || !n.getElementsByName(b).length | ||
515 | }), r.getById ? (o.find.ID = function(e, t) { | ||
516 | if (typeof t.getElementById !== j && h) { | ||
517 | var n = t.getElementById(e); | ||
518 | return n && n.parentNode ? [n] : [] | ||
519 | } | ||
520 | }, o.filter.ID = function(e) { | ||
521 | var t = e.replace(rt, it); | ||
522 | return function(e) { | ||
523 | return e.getAttribute("id") === t | ||
524 | } | ||
525 | }) : (delete o.find.ID, o.filter.ID = function(e) { | ||
526 | var t = e.replace(rt, it); | ||
527 | return function(e) { | ||
528 | var n = typeof e.getAttributeNode !== j && e.getAttributeNode("id"); | ||
529 | return n && n.value === t | ||
530 | } | ||
531 | }), o.find.TAG = r.getElementsByTagName ? function(e, n) { | ||
532 | return typeof n.getElementsByTagName !== j ? n.getElementsByTagName(e) : t | ||
533 | } : function(e, t) { | ||
534 | var n, r = [], | ||
535 | i = 0, | ||
536 | o = t.getElementsByTagName(e); | ||
537 | if ("*" === e) { | ||
538 | while (n = o[i++]) 1 === n.nodeType && r.push(n); | ||
539 | return r | ||
540 | } | ||
541 | return o | ||
542 | }, o.find.CLASS = r.getElementsByClassName && function(e, n) { | ||
543 | return typeof n.getElementsByClassName !== j && h ? n.getElementsByClassName(e) : t | ||
544 | }, m = [], g = [], (r.qsa = K.test(n.querySelectorAll)) && (ut(function(e) { | ||
545 | e.innerHTML = "<select><option selected=''></option></select>", e.querySelectorAll("[selected]").length || g.push("\\[" + P + "*(?:value|" + B + ")"), e.querySelectorAll(":checked").length || g.push(":checked") | ||
546 | }), ut(function(e) { | ||
547 | var t = n.createElement("input"); | ||
548 | t.setAttribute("type", "hidden"), e.appendChild(t).setAttribute("t", ""), e.querySelectorAll("[t^='']").length && g.push("[*^$]=" + P + "*(?:''|\"\")"), e.querySelectorAll(":enabled").length || g.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), g.push(",.*:") | ||
549 | })), (r.matchesSelector = K.test(y = d.webkitMatchesSelector || d.mozMatchesSelector || d.oMatchesSelector || d.msMatchesSelector)) && ut(function(e) { | ||
550 | r.disconnectedMatch = y.call(e, "div"), y.call(e, "[s!='']:x"), m.push("!=", I) | ||
551 | }), g = g.length && RegExp(g.join("|")), m = m.length && RegExp(m.join("|")), v = K.test(d.contains) || d.compareDocumentPosition ? function(e, t) { | ||
552 | var n = 9 === e.nodeType ? e.documentElement : e, | ||
553 | r = t && t.parentNode; | ||
554 | return e === r || !(!r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(r))) | ||
555 | } : function(e, t) { | ||
556 | if (t) | ||
557 | while (t = t.parentNode) | ||
558 | if (t === e) return !0; | ||
559 | return !1 | ||
560 | }, A = d.compareDocumentPosition ? function(e, t) { | ||
561 | if (e === t) return S = !0, 0; | ||
562 | var i = t.compareDocumentPosition && e.compareDocumentPosition && e.compareDocumentPosition(t); | ||
563 | return i ? 1 & i || !r.sortDetached && t.compareDocumentPosition(e) === i ? e === n || v(w, e) ? -1 : t === n || v(w, t) ? 1 : c ? F.call(c, e) - F.call(c, t) : 0 : 4 & i ? -1 : 1 : e.compareDocumentPosition ? -1 : 1 | ||
564 | } : function(e, t) { | ||
565 | var r, i = 0, | ||
566 | o = e.parentNode, | ||
567 | a = t.parentNode, | ||
568 | s = [e], | ||
569 | l = [t]; | ||
570 | if (e === t) return S = !0, 0; | ||
571 | if (!o || !a) return e === n ? -1 : t === n ? 1 : o ? -1 : a ? 1 : c ? F.call(c, e) - F.call(c, t) : 0; | ||
572 | if (o === a) return pt(e, t); | ||
573 | r = e; | ||
574 | while (r = r.parentNode) s.unshift(r); | ||
575 | r = t; | ||
576 | while (r = r.parentNode) l.unshift(r); | ||
577 | while (s[i] === l[i]) i++; | ||
578 | return i ? pt(s[i], l[i]) : s[i] === w ? -1 : l[i] === w ? 1 : 0 | ||
579 | }, n) : f | ||
580 | }, at.matches = function(e, t) { | ||
581 | return at(e, null, null, t) | ||
582 | }, at.matchesSelector = function(e, t) { | ||
583 | if ((e.ownerDocument || e) !== f && p(e), t = t.replace(Y, "='$1']"), !(!r.matchesSelector || !h || m && m.test(t) || g && g.test(t))) try { | ||
584 | var n = y.call(e, t); | ||
585 | if (n || r.disconnectedMatch || e.document && 11 !== e.document.nodeType) return n | ||
586 | } catch (i) {} | ||
587 | return at(t, f, null, [e]).length > 0 | ||
588 | }, at.contains = function(e, t) { | ||
589 | return (e.ownerDocument || e) !== f && p(e), v(e, t) | ||
590 | }, at.attr = function(e, n) { | ||
591 | (e.ownerDocument || e) !== f && p(e); | ||
592 | var i = o.attrHandle[n.toLowerCase()], | ||
593 | a = i && L.call(o.attrHandle, n.toLowerCase()) ? i(e, n, !h) : t; | ||
594 | return a === t ? r.attributes || !h ? e.getAttribute(n) : (a = e.getAttributeNode(n)) && a.specified ? a.value : null : a | ||
595 | }, at.error = function(e) { | ||
596 | throw Error("Syntax error, unrecognized expression: " + e) | ||
597 | }, at.uniqueSort = function(e) { | ||
598 | var t, n = [], | ||
599 | i = 0, | ||
600 | o = 0; | ||
601 | if (S = !r.detectDuplicates, c = !r.sortStable && e.slice(0), e.sort(A), S) { | ||
602 | while (t = e[o++]) t === e[o] && (i = n.push(o)); | ||
603 | while (i--) e.splice(n[i], 1) | ||
604 | } | ||
605 | return e | ||
606 | }, a = at.getText = function(e) { | ||
607 | var t, n = "", | ||
608 | r = 0, | ||
609 | i = e.nodeType; | ||
610 | if (i) { | ||
611 | if (1 === i || 9 === i || 11 === i) { | ||
612 | if ("string" == typeof e.textContent) return e.textContent; | ||
613 | for (e = e.firstChild; e; e = e.nextSibling) n += a(e) | ||
614 | } else if (3 === i || 4 === i) return e.nodeValue | ||
615 | } else | ||
616 | for (; t = e[r]; r++) n += a(t); | ||
617 | return n | ||
618 | }, o = at.selectors = { | ||
619 | cacheLength: 50, | ||
620 | createPseudo: lt, | ||
621 | match: Q, | ||
622 | attrHandle: {}, | ||
623 | find: {}, | ||
624 | relative: { | ||
625 | ">": { | ||
626 | dir: "parentNode", | ||
627 | first: !0 | ||
628 | }, | ||
629 | " ": { | ||
630 | dir: "parentNode" | ||
631 | }, | ||
632 | "+": { | ||
633 | dir: "previousSibling", | ||
634 | first: !0 | ||
635 | }, | ||
636 | "~": { | ||
637 | dir: "previousSibling" | ||
638 | } | ||
639 | }, | ||
640 | preFilter: { | ||
641 | ATTR: function(e) { | ||
642 | return e[1] = e[1].replace(rt, it), e[3] = (e[4] || e[5] || "").replace(rt, it), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4) | ||
643 | }, | ||
644 | CHILD: function(e) { | ||
645 | return e[1] = e[1].toLowerCase(), "nth" === e[1].slice(0, 3) ? (e[3] || at.error(e[0]), e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ("even" === e[3] || "odd" === e[3])), e[5] = +(e[7] + e[8] || "odd" === e[3])) : e[3] && at.error(e[0]), e | ||
646 | }, | ||
647 | PSEUDO: function(e) { | ||
648 | var n, r = !e[5] && e[2]; | ||
649 | return Q.CHILD.test(e[0]) ? null : (e[3] && e[4] !== t ? e[2] = e[4] : r && J.test(r) && (n = mt(r, !0)) && (n = r.indexOf(")", r.length - n) - r.length) && (e[0] = e[0].slice(0, n), e[2] = r.slice(0, n)), e.slice(0, 3)) | ||
650 | } | ||
651 | }, | ||
652 | filter: { | ||
653 | TAG: function(e) { | ||
654 | var t = e.replace(rt, it).toLowerCase(); | ||
655 | return "*" === e ? function() { | ||
656 | return !0 | ||
657 | } : function(e) { | ||
658 | return e.nodeName && e.nodeName.toLowerCase() === t | ||
659 | } | ||
660 | }, | ||
661 | CLASS: function(e) { | ||
662 | var t = N[e + " "]; | ||
663 | return t || (t = RegExp("(^|" + P + ")" + e + "(" + P + "|$)")) && N(e, function(e) { | ||
664 | return t.test("string" == typeof e.className && e.className || typeof e.getAttribute !== j && e.getAttribute("class") || "") | ||
665 | }) | ||
666 | }, | ||
667 | ATTR: function(e, t, n) { | ||
668 | return function(r) { | ||
669 | var i = at.attr(r, e); | ||
670 | return null == i ? "!=" === t : t ? (i += "", "=" === t ? i === n : "!=" === t ? i !== n : "^=" === t ? n && 0 === i.indexOf(n) : "*=" === t ? n && i.indexOf(n) > -1 : "$=" === t ? n && i.slice(-n.length) === n : "~=" === t ? (" " + i + " ").indexOf(n) > -1 : "|=" === t ? i === n || i.slice(0, n.length + 1) === n + "-" : !1) : !0 | ||
671 | } | ||
672 | }, | ||
673 | CHILD: function(e, t, n, r, i) { | ||
674 | var o = "nth" !== e.slice(0, 3), | ||
675 | a = "last" !== e.slice(-4), | ||
676 | s = "of-type" === t; | ||
677 | return 1 === r && 0 === i ? function(e) { | ||
678 | return !!e.parentNode | ||
679 | } : function(t, n, l) { | ||
680 | var u, c, p, f, d, h, g = o !== a ? "nextSibling" : "previousSibling", | ||
681 | m = t.parentNode, | ||
682 | y = s && t.nodeName.toLowerCase(), | ||
683 | v = !l && !s; | ||
684 | if (m) { | ||
685 | if (o) { | ||
686 | while (g) { | ||
687 | p = t; | ||
688 | while (p = p[g]) | ||
689 | if (s ? p.nodeName.toLowerCase() === y : 1 === p.nodeType) return !1; | ||
690 | h = g = "only" === e && !h && "nextSibling" | ||
691 | } | ||
692 | return !0 | ||
693 | } | ||
694 | if (h = [a ? m.firstChild : m.lastChild], a && v) { | ||
695 | c = m[b] || (m[b] = {}), u = c[e] || [], d = u[0] === T && u[1], f = u[0] === T && u[2], p = d && m.childNodes[d]; | ||
696 | while (p = ++d && p && p[g] || (f = d = 0) || h.pop()) | ||
697 | if (1 === p.nodeType && ++f && p === t) { | ||
698 | c[e] = [T, d, f]; | ||
699 | break | ||
700 | } | ||
701 | } else if (v && (u = (t[b] || (t[b] = {}))[e]) && u[0] === T) f = u[1]; | ||
702 | else | ||
703 | while (p = ++d && p && p[g] || (f = d = 0) || h.pop()) | ||
704 | if ((s ? p.nodeName.toLowerCase() === y : 1 === p.nodeType) && ++f && (v && ((p[b] || (p[b] = {}))[e] = [T, f]), p === t)) break; return f -= i, f === r || 0 === f % r && f / r >= 0 | ||
705 | } | ||
706 | } | ||
707 | }, | ||
708 | PSEUDO: function(e, t) { | ||
709 | var n, r = o.pseudos[e] || o.setFilters[e.toLowerCase()] || at.error("unsupported pseudo: " + e); | ||
710 | return r[b] ? r(t) : r.length > 1 ? (n = [e, e, "", t], o.setFilters.hasOwnProperty(e.toLowerCase()) ? lt(function(e, n) { | ||
711 | var i, o = r(e, t), | ||
712 | a = o.length; | ||
713 | while (a--) i = F.call(e, o[a]), e[i] = !(n[i] = o[a]) | ||
714 | }) : function(e) { | ||
715 | return r(e, 0, n) | ||
716 | }) : r | ||
717 | } | ||
718 | }, | ||
719 | pseudos: { | ||
720 | not: lt(function(e) { | ||
721 | var t = [], | ||
722 | n = [], | ||
723 | r = l(e.replace(z, "$1")); | ||
724 | return r[b] ? lt(function(e, t, n, i) { | ||
725 | var o, a = r(e, null, i, []), | ||
726 | s = e.length; | ||
727 | while (s--)(o = a[s]) && (e[s] = !(t[s] = o)) | ||
728 | }) : function(e, i, o) { | ||
729 | return t[0] = e, r(t, null, o, n), !n.pop() | ||
730 | } | ||
731 | }), | ||
732 | has: lt(function(e) { | ||
733 | return function(t) { | ||
734 | return at(e, t).length > 0 | ||
735 | } | ||
736 | }), | ||
737 | contains: lt(function(e) { | ||
738 | return function(t) { | ||
739 | return (t.textContent || t.innerText || a(t)).indexOf(e) > -1 | ||
740 | } | ||
741 | }), | ||
742 | lang: lt(function(e) { | ||
743 | return G.test(e || "") || at.error("unsupported lang: " + e), e = e.replace(rt, it).toLowerCase(), | ||
744 | function(t) { | ||
745 | var n; | ||
746 | do | ||
747 | if (n = h ? t.lang : t.getAttribute("xml:lang") || t.getAttribute("lang")) return n = n.toLowerCase(), n === e || 0 === n.indexOf(e + "-"); | ||
748 | while ((t = t.parentNode) && 1 === t.nodeType); | ||
749 | return !1 | ||
750 | } | ||
751 | }), | ||
752 | target: function(t) { | ||
753 | var n = e.location && e.location.hash; | ||
754 | return n && n.slice(1) === t.id | ||
755 | }, | ||
756 | root: function(e) { | ||
757 | return e === d | ||
758 | }, | ||
759 | focus: function(e) { | ||
760 | return e === f.activeElement && (!f.hasFocus || f.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) | ||
761 | }, | ||
762 | enabled: function(e) { | ||
763 | return e.disabled === !1 | ||
764 | }, | ||
765 | disabled: function(e) { | ||
766 | return e.disabled === !0 | ||
767 | }, | ||
768 | checked: function(e) { | ||
769 | var t = e.nodeName.toLowerCase(); | ||
770 | return "input" === t && !!e.checked || "option" === t && !!e.selected | ||
771 | }, | ||
772 | selected: function(e) { | ||
773 | return e.parentNode && e.parentNode.selectedIndex, e.selected === !0 | ||
774 | }, | ||
775 | empty: function(e) { | ||
776 | for (e = e.firstChild; e; e = e.nextSibling) | ||
777 | if (e.nodeName > "@" || 3 === e.nodeType || 4 === e.nodeType) return !1; | ||
778 | return !0 | ||
779 | }, | ||
780 | parent: function(e) { | ||
781 | return !o.pseudos.empty(e) | ||
782 | }, | ||
783 | header: function(e) { | ||
784 | return tt.test(e.nodeName) | ||
785 | }, | ||
786 | input: function(e) { | ||
787 | return et.test(e.nodeName) | ||
788 | }, | ||
789 | button: function(e) { | ||
790 | var t = e.nodeName.toLowerCase(); | ||
791 | return "input" === t && "button" === e.type || "button" === t | ||
792 | }, | ||
793 | text: function(e) { | ||
794 | var t; | ||
795 | return "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == (t = e.getAttribute("type")) || t.toLowerCase() === e.type) | ||
796 | }, | ||
797 | first: ht(function() { | ||
798 | return [0] | ||
799 | }), | ||
800 | last: ht(function(e, t) { | ||
801 | return [t - 1] | ||
802 | }), | ||
803 | eq: ht(function(e, t, n) { | ||
804 | return [0 > n ? n + t : n] | ||
805 | }), | ||
806 | even: ht(function(e, t) { | ||
807 | var n = 0; | ||
808 | for (; t > n; n += 2) e.push(n); | ||
809 | return e | ||
810 | }), | ||
811 | odd: ht(function(e, t) { | ||
812 | var n = 1; | ||
813 | for (; t > n; n += 2) e.push(n); | ||
814 | return e | ||
815 | }), | ||
816 | lt: ht(function(e, t, n) { | ||
817 | var r = 0 > n ? n + t : n; | ||
818 | for (; --r >= 0;) e.push(r); | ||
819 | return e | ||
820 | }), | ||
821 | gt: ht(function(e, t, n) { | ||
822 | var r = 0 > n ? n + t : n; | ||
823 | for (; t > ++r;) e.push(r); | ||
824 | return e | ||
825 | }) | ||
826 | } | ||
827 | }, o.pseudos.nth = o.pseudos.eq; | ||
828 | for (n in { | ||
829 | radio: !0, | ||
830 | checkbox: !0, | ||
831 | file: !0, | ||
832 | password: !0, | ||
833 | image: !0 | ||
834 | }) o.pseudos[n] = ft(n); | ||
835 | for (n in { | ||
836 | submit: !0, | ||
837 | reset: !0 | ||
838 | }) o.pseudos[n] = dt(n); | ||
839 | |||
840 | function gt() {} | ||
841 | gt.prototype = o.filters = o.pseudos, o.setFilters = new gt; | ||
842 | |||
843 | function mt(e, t) { | ||
844 | var n, r, i, a, s, l, u, c = k[e + " "]; | ||
845 | if (c) return t ? 0 : c.slice(0); | ||
846 | s = e, l = [], u = o.preFilter; | ||
847 | while (s) { | ||
848 | (!n || (r = X.exec(s))) && (r && (s = s.slice(r[0].length) || s), l.push(i = [])), n = !1, (r = U.exec(s)) && (n = r.shift(), i.push({ | ||
849 | value: n, | ||
850 | type: r[0].replace(z, " ") | ||
851 | }), s = s.slice(n.length)); | ||
852 | for (a in o.filter)!(r = Q[a].exec(s)) || u[a] && !(r = u[a](r)) || (n = r.shift(), i.push({ | ||
853 | value: n, | ||
854 | type: a, | ||
855 | matches: r | ||
856 | }), s = s.slice(n.length)); | ||
857 | if (!n) break | ||
858 | } | ||
859 | return t ? s.length : s ? at.error(e) : k(e, l).slice(0) | ||
860 | } | ||
861 | |||
862 | function yt(e) { | ||
863 | var t = 0, | ||
864 | n = e.length, | ||
865 | r = ""; | ||
866 | for (; n > t; t++) r += e[t].value; | ||
867 | return r | ||
868 | } | ||
869 | |||
870 | function vt(e, t, n) { | ||
871 | var r = t.dir, | ||
872 | o = n && "parentNode" === r, | ||
873 | a = C++; | ||
874 | return t.first ? function(t, n, i) { | ||
875 | while (t = t[r]) | ||
876 | if (1 === t.nodeType || o) return e(t, n, i) | ||
877 | } : function(t, n, s) { | ||
878 | var l, u, c, p = T + " " + a; | ||
879 | if (s) { | ||
880 | while (t = t[r]) | ||
881 | if ((1 === t.nodeType || o) && e(t, n, s)) return !0 | ||
882 | } else | ||
883 | while (t = t[r]) | ||
884 | if (1 === t.nodeType || o) | ||
885 | if (c = t[b] || (t[b] = {}), (u = c[r]) && u[0] === p) { | ||
886 | if ((l = u[1]) === !0 || l === i) return l === !0 | ||
887 | } else if (u = c[r] = [p], u[1] = e(t, n, s) || i, u[1] === !0) return !0 | ||
888 | } | ||
889 | } | ||
890 | |||
891 | function bt(e) { | ||
892 | return e.length > 1 ? function(t, n, r) { | ||
893 | var i = e.length; | ||
894 | while (i--) | ||
895 | if (!e[i](t, n, r)) return !1; | ||
896 | return !0 | ||
897 | } : e[0] | ||
898 | } | ||
899 | |||
900 | function xt(e, t, n, r, i) { | ||
901 | var o, a = [], | ||
902 | s = 0, | ||
903 | l = e.length, | ||
904 | u = null != t; | ||
905 | for (; l > s; s++)(o = e[s]) && (!n || n(o, r, i)) && (a.push(o), u && t.push(s)); | ||
906 | return a | ||
907 | } | ||
908 | |||
909 | function wt(e, t, n, r, i, o) { | ||
910 | return r && !r[b] && (r = wt(r)), i && !i[b] && (i = wt(i, o)), lt(function(o, a, s, l) { | ||
911 | var u, c, p, f = [], | ||
912 | d = [], | ||
913 | h = a.length, | ||
914 | g = o || Nt(t || "*", s.nodeType ? [s] : s, []), | ||
915 | m = !e || !o && t ? g : xt(g, f, e, s, l), | ||
916 | y = n ? i || (o ? e : h || r) ? [] : a : m; | ||
917 | if (n && n(m, y, s, l), r) { | ||
918 | u = xt(y, d), r(u, [], s, l), c = u.length; | ||
919 | while (c--)(p = u[c]) && (y[d[c]] = !(m[d[c]] = p)) | ||
920 | } | ||
921 | if (o) { | ||
922 | if (i || e) { | ||
923 | if (i) { | ||
924 | u = [], c = y.length; | ||
925 | while (c--)(p = y[c]) && u.push(m[c] = p); | ||
926 | i(null, y = [], u, l) | ||
927 | } | ||
928 | c = y.length; | ||
929 | while (c--)(p = y[c]) && (u = i ? F.call(o, p) : f[c]) > -1 && (o[u] = !(a[u] = p)) | ||
930 | } | ||
931 | } else y = xt(y === a ? y.splice(h, y.length) : y), i ? i(null, a, y, l) : M.apply(a, y) | ||
932 | }) | ||
933 | } | ||
934 | |||
935 | function Tt(e) { | ||
936 | var t, n, r, i = e.length, | ||
937 | a = o.relative[e[0].type], | ||
938 | s = a || o.relative[" "], | ||
939 | l = a ? 1 : 0, | ||
940 | c = vt(function(e) { | ||
941 | return e === t | ||
942 | }, s, !0), | ||
943 | p = vt(function(e) { | ||
944 | return F.call(t, e) > -1 | ||
945 | }, s, !0), | ||
946 | f = [ | ||
947 | |||
948 | function(e, n, r) { | ||
949 | return !a && (r || n !== u) || ((t = n).nodeType ? c(e, n, r) : p(e, n, r)) | ||
950 | } | ||
951 | ]; | ||
952 | for (; i > l; l++) | ||
953 | if (n = o.relative[e[l].type]) f = [vt(bt(f), n)]; | ||
954 | else { | ||
955 | if (n = o.filter[e[l].type].apply(null, e[l].matches), n[b]) { | ||
956 | for (r = ++l; i > r; r++) | ||
957 | if (o.relative[e[r].type]) break; | ||
958 | return wt(l > 1 && bt(f), l > 1 && yt(e.slice(0, l - 1).concat({ | ||
959 | value: " " === e[l - 2].type ? "*" : "" | ||
960 | })).replace(z, "$1"), n, r > l && Tt(e.slice(l, r)), i > r && Tt(e = e.slice(r)), i > r && yt(e)) | ||
961 | } | ||
962 | f.push(n) | ||
963 | } | ||
964 | return bt(f) | ||
965 | } | ||
966 | |||
967 | function Ct(e, t) { | ||
968 | var n = 0, | ||
969 | r = t.length > 0, | ||
970 | a = e.length > 0, | ||
971 | s = function(s, l, c, p, d) { | ||
972 | var h, g, m, y = [], | ||
973 | v = 0, | ||
974 | b = "0", | ||
975 | x = s && [], | ||
976 | w = null != d, | ||
977 | C = u, | ||
978 | N = s || a && o.find.TAG("*", d && l.parentNode || l), | ||
979 | k = T += null == C ? 1 : Math.random() || .1; | ||
980 | for (w && (u = l !== f && l, i = n); null != (h = N[b]); b++) { | ||
981 | if (a && h) { | ||
982 | g = 0; | ||
983 | while (m = e[g++]) | ||
984 | if (m(h, l, c)) { | ||
985 | p.push(h); | ||
986 | break | ||
987 | } | ||
988 | w && (T = k, i = ++n) | ||
989 | } | ||
990 | r && ((h = !m && h) && v--, s && x.push(h)) | ||
991 | } | ||
992 | if (v += b, r && b !== v) { | ||
993 | g = 0; | ||
994 | while (m = t[g++]) m(x, y, l, c); | ||
995 | if (s) { | ||
996 | if (v > 0) | ||
997 | while (b--) x[b] || y[b] || (y[b] = q.call(p)); | ||
998 | y = xt(y) | ||
999 | } | ||
1000 | M.apply(p, y), w && !s && y.length > 0 && v + t.length > 1 && at.uniqueSort(p) | ||
1001 | } | ||
1002 | return w && (T = k, u = C), x | ||
1003 | }; | ||
1004 | return r ? lt(s) : s | ||
1005 | } | ||
1006 | l = at.compile = function(e, t) { | ||
1007 | var n, r = [], | ||
1008 | i = [], | ||
1009 | o = E[e + " "]; | ||
1010 | if (!o) { | ||
1011 | t || (t = mt(e)), n = t.length; | ||
1012 | while (n--) o = Tt(t[n]), o[b] ? r.push(o) : i.push(o); | ||
1013 | o = E(e, Ct(i, r)) | ||
1014 | } | ||
1015 | return o | ||
1016 | }; | ||
1017 | |||
1018 | function Nt(e, t, n) { | ||
1019 | var r = 0, | ||
1020 | i = t.length; | ||
1021 | for (; i > r; r++) at(e, t[r], n); | ||
1022 | return n | ||
1023 | } | ||
1024 | |||
1025 | function kt(e, t, n, i) { | ||
1026 | var a, s, u, c, p, f = mt(e); | ||
1027 | if (!i && 1 === f.length) { | ||
1028 | if (s = f[0] = f[0].slice(0), s.length > 2 && "ID" === (u = s[0]).type && r.getById && 9 === t.nodeType && h && o.relative[s[1].type]) { | ||
1029 | if (t = (o.find.ID(u.matches[0].replace(rt, it), t) || [])[0], !t) return n; | ||
1030 | e = e.slice(s.shift().value.length) | ||
1031 | } | ||
1032 | a = Q.needsContext.test(e) ? 0 : s.length; | ||
1033 | while (a--) { | ||
1034 | if (u = s[a], o.relative[c = u.type]) break; | ||
1035 | if ((p = o.find[c]) && (i = p(u.matches[0].replace(rt, it), V.test(s[0].type) && t.parentNode || t))) { | ||
1036 | if (s.splice(a, 1), e = i.length && yt(s), !e) return M.apply(n, i), n; | ||
1037 | break | ||
1038 | } | ||
1039 | } | ||
1040 | } | ||
1041 | return l(e, f)(i, t, !h, n, V.test(e)), n | ||
1042 | } | ||
1043 | r.sortStable = b.split("").sort(A).join("") === b, r.detectDuplicates = S, p(), r.sortDetached = ut(function(e) { | ||
1044 | return 1 & e.compareDocumentPosition(f.createElement("div")) | ||
1045 | }), ut(function(e) { | ||
1046 | return e.innerHTML = "<a href='#'></a>", "#" === e.firstChild.getAttribute("href") | ||
1047 | }) || ct("type|href|height|width", function(e, n, r) { | ||
1048 | return r ? t : e.getAttribute(n, "type" === n.toLowerCase() ? 1 : 2) | ||
1049 | }), r.attributes && ut(function(e) { | ||
1050 | return e.innerHTML = "<input/>", e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value") | ||
1051 | }) || ct("value", function(e, n, r) { | ||
1052 | return r || "input" !== e.nodeName.toLowerCase() ? t : e.defaultValue | ||
1053 | }), ut(function(e) { | ||
1054 | return null == e.getAttribute("disabled") | ||
1055 | }) || ct(B, function(e, n, r) { | ||
1056 | var i; | ||
1057 | return r ? t : (i = e.getAttributeNode(n)) && i.specified ? i.value : e[n] === !0 ? n.toLowerCase() : null | ||
1058 | }), x.find = at, x.expr = at.selectors, x.expr[":"] = x.expr.pseudos, x.unique = at.uniqueSort, x.text = at.getText, x.isXMLDoc = at.isXML, x.contains = at.contains | ||
1059 | }(e); | ||
1060 | var O = {}; | ||
1061 | |||
1062 | function F(e) { | ||
1063 | var t = O[e] = {}; | ||
1064 | return x.each(e.match(T) || [], function(e, n) { | ||
1065 | t[n] = !0 | ||
1066 | }), t | ||
1067 | } | ||
1068 | x.Callbacks = function(e) { | ||
1069 | e = "string" == typeof e ? O[e] || F(e) : x.extend({}, e); | ||
1070 | var n, r, i, o, a, s, l = [], | ||
1071 | u = !e.once && [], | ||
1072 | c = function(t) { | ||
1073 | for (r = e.memory && t, i = !0, a = s || 0, s = 0, o = l.length, n = !0; l && o > a; a++) | ||
1074 | if (l[a].apply(t[0], t[1]) === !1 && e.stopOnFalse) { | ||
1075 | r = !1; | ||
1076 | break | ||
1077 | } | ||
1078 | n = !1, l && (u ? u.length && c(u.shift()) : r ? l = [] : p.disable()) | ||
1079 | }, | ||
1080 | p = { | ||
1081 | add: function() { | ||
1082 | if (l) { | ||
1083 | var t = l.length; | ||
1084 | (function i(t) { | ||
1085 | x.each(t, function(t, n) { | ||
1086 | var r = x.type(n); | ||
1087 | "function" === r ? e.unique && p.has(n) || l.push(n) : n && n.length && "string" !== r && i(n) | ||
1088 | }) | ||
1089 | })(arguments), n ? o = l.length : r && (s = t, c(r)) | ||
1090 | } | ||
1091 | return this | ||
1092 | }, | ||
1093 | remove: function() { | ||
1094 | return l && x.each(arguments, function(e, t) { | ||
1095 | var r; | ||
1096 | while ((r = x.inArray(t, l, r)) > -1) l.splice(r, 1), n && (o >= r && o--, a >= r && a--) | ||
1097 | }), this | ||
1098 | }, | ||
1099 | has: function(e) { | ||
1100 | return e ? x.inArray(e, l) > -1 : !(!l || !l.length) | ||
1101 | }, | ||
1102 | empty: function() { | ||
1103 | return l = [], o = 0, this | ||
1104 | }, | ||
1105 | disable: function() { | ||
1106 | return l = u = r = t, this | ||
1107 | }, | ||
1108 | disabled: function() { | ||
1109 | return !l | ||
1110 | }, | ||
1111 | lock: function() { | ||
1112 | return u = t, r || p.disable(), this | ||
1113 | }, | ||
1114 | locked: function() { | ||
1115 | return !u | ||
1116 | }, | ||
1117 | fireWith: function(e, t) { | ||
1118 | return !l || i && !u || (t = t || [], t = [e, t.slice ? t.slice() : t], n ? u.push(t) : c(t)), this | ||
1119 | }, | ||
1120 | fire: function() { | ||
1121 | return p.fireWith(this, arguments), this | ||
1122 | }, | ||
1123 | fired: function() { | ||
1124 | return !!i | ||
1125 | } | ||
1126 | }; | ||
1127 | return p | ||
1128 | }, x.extend({ | ||
1129 | Deferred: function(e) { | ||
1130 | var t = [ | ||
1131 | ["resolve", "done", x.Callbacks("once memory"), "resolved"], | ||
1132 | ["reject", "fail", x.Callbacks("once memory"), "rejected"], | ||
1133 | ["notify", "progress", x.Callbacks("memory")] | ||
1134 | ], | ||
1135 | n = "pending", | ||
1136 | r = { | ||
1137 | state: function() { | ||
1138 | return n | ||
1139 | }, | ||
1140 | always: function() { | ||
1141 | return i.done(arguments).fail(arguments), this | ||
1142 | }, | ||
1143 | then: function() { | ||
1144 | var e = arguments; | ||
1145 | return x.Deferred(function(n) { | ||
1146 | x.each(t, function(t, o) { | ||
1147 | var a = o[0], | ||
1148 | s = x.isFunction(e[t]) && e[t]; | ||
1149 | i[o[1]](function() { | ||
1150 | var e = s && s.apply(this, arguments); | ||
1151 | e && x.isFunction(e.promise) ? e.promise().done(n.resolve).fail(n.reject).progress(n.notify) : n[a + "With"](this === r ? n.promise() : this, s ? [e] : arguments) | ||
1152 | }) | ||
1153 | }), e = null | ||
1154 | }).promise() | ||
1155 | }, | ||
1156 | promise: function(e) { | ||
1157 | return null != e ? x.extend(e, r) : r | ||
1158 | } | ||
1159 | }, | ||
1160 | i = {}; | ||
1161 | return r.pipe = r.then, x.each(t, function(e, o) { | ||
1162 | var a = o[2], | ||
1163 | s = o[3]; | ||
1164 | r[o[1]] = a.add, s && a.add(function() { | ||
1165 | n = s | ||
1166 | }, t[1 ^ e][2].disable, t[2][2].lock), i[o[0]] = function() { | ||
1167 | return i[o[0] + "With"](this === i ? r : this, arguments), this | ||
1168 | }, i[o[0] + "With"] = a.fireWith | ||
1169 | }), r.promise(i), e && e.call(i, i), i | ||
1170 | }, | ||
1171 | when: function(e) { | ||
1172 | var t = 0, | ||
1173 | n = g.call(arguments), | ||
1174 | r = n.length, | ||
1175 | i = 1 !== r || e && x.isFunction(e.promise) ? r : 0, | ||
1176 | o = 1 === i ? e : x.Deferred(), | ||
1177 | a = function(e, t, n) { | ||
1178 | return function(r) { | ||
1179 | t[e] = this, n[e] = arguments.length > 1 ? g.call(arguments) : r, n === s ? o.notifyWith(t, n) : --i || o.resolveWith(t, n) | ||
1180 | } | ||
1181 | }, | ||
1182 | s, l, u; | ||
1183 | if (r > 1) | ||
1184 | for (s = Array(r), l = Array(r), u = Array(r); r > t; t++) n[t] && x.isFunction(n[t].promise) ? n[t].promise().done(a(t, u, n)).fail(o.reject).progress(a(t, l, s)) : --i; | ||
1185 | return i || o.resolveWith(u, n), o.promise() | ||
1186 | } | ||
1187 | }), x.support = function(t) { | ||
1188 | var n, r, o, s, l, u, c, p, f, d = a.createElement("div"); | ||
1189 | if (d.setAttribute("className", "t"), d.innerHTML = " <link/><table></table><a href='/a'>a</a><input type='checkbox'/>", n = d.getElementsByTagName("*") || [], r = d.getElementsByTagName("a")[0], !r || !r.style || !n.length) return t; | ||
1190 | s = a.createElement("select"), u = s.appendChild(a.createElement("option")), o = d.getElementsByTagName("input")[0], r.style.cssText = "top:1px;float:left;opacity:.5", t.getSetAttribute = "t" !== d.className, t.leadingWhitespace = 3 === d.firstChild.nodeType, t.tbody = !d.getElementsByTagName("tbody").length, t.htmlSerialize = !!d.getElementsByTagName("link").length, t.style = /top/.test(r.getAttribute("style")), t.hrefNormalized = "/a" === r.getAttribute("href"), t.opacity = /^0.5/.test(r.style.opacity), t.cssFloat = !!r.style.cssFloat, t.checkOn = !!o.value, t.optSelected = u.selected, t.enctype = !!a.createElement("form").enctype, t.html5Clone = "<:nav></:nav>" !== a.createElement("nav").cloneNode(!0).outerHTML, t.inlineBlockNeedsLayout = !1, t.shrinkWrapBlocks = !1, t.pixelPosition = !1, t.deleteExpando = !0, t.noCloneEvent = !0, t.reliableMarginRight = !0, t.boxSizingReliable = !0, o.checked = !0, t.noCloneChecked = o.cloneNode(!0).checked, s.disabled = !0, t.optDisabled = !u.disabled; | ||
1191 | try { | ||
1192 | delete d.test | ||
1193 | } catch (h) { | ||
1194 | t.deleteExpando = !1 | ||
1195 | } | ||
1196 | o = a.createElement("input"), o.setAttribute("value", ""), t.input = "" === o.getAttribute("value"), o.value = "t", o.setAttribute("type", "radio"), t.radioValue = "t" === o.value, o.setAttribute("checked", "t"), o.setAttribute("name", "t"), l = a.createDocumentFragment(), l.appendChild(o), t.appendChecked = o.checked, t.checkClone = l.cloneNode(!0).cloneNode(!0).lastChild.checked, d.attachEvent && (d.attachEvent("onclick", function() { | ||
1197 | t.noCloneEvent = !1 | ||
1198 | }), d.cloneNode(!0).click()); | ||
1199 | for (f in { | ||
1200 | submit: !0, | ||
1201 | change: !0, | ||
1202 | focusin: !0 | ||
1203 | }) d.setAttribute(c = "on" + f, "t"), t[f + "Bubbles"] = c in e || d.attributes[c].expando === !1; | ||
1204 | d.style.backgroundClip = "content-box", d.cloneNode(!0).style.backgroundClip = "", t.clearCloneStyle = "content-box" === d.style.backgroundClip; | ||
1205 | for (f in x(t)) break; | ||
1206 | return t.ownLast = "0" !== f, x(function() { | ||
1207 | var n, r, o, s = "padding:0;margin:0;border:0;display:block;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;", | ||
1208 | l = a.getElementsByTagName("body")[0]; | ||
1209 | l && (n = a.createElement("div"), n.style.cssText = "border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px", l.appendChild(n).appendChild(d), d.innerHTML = "<table><tr><td></td><td>t</td></tr></table>", o = d.getElementsByTagName("td"), o[0].style.cssText = "padding:0;margin:0;border:0;display:none", p = 0 === o[0].offsetHeight, o[0].style.display = "", o[1].style.display = "none", t.reliableHiddenOffsets = p && 0 === o[0].offsetHeight, d.innerHTML = "", d.style.cssText = "box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;", x.swap(l, null != l.style.zoom ? { | ||
1210 | zoom: 1 | ||
1211 | } : {}, function() { | ||
1212 | t.boxSizing = 4 === d.offsetWidth | ||
1213 | }), e.getComputedStyle && (t.pixelPosition = "1%" !== (e.getComputedStyle(d, null) || {}).top, t.boxSizingReliable = "4px" === (e.getComputedStyle(d, null) || { | ||
1214 | width: "4px" | ||
1215 | }).width, r = d.appendChild(a.createElement("div")), r.style.cssText = d.style.cssText = s, r.style.marginRight = r.style.width = "0", d.style.width = "1px", t.reliableMarginRight = !parseFloat((e.getComputedStyle(r, null) || {}).marginRight)), typeof d.style.zoom !== i && (d.innerHTML = "", d.style.cssText = s + "width:1px;padding:1px;display:inline;zoom:1", t.inlineBlockNeedsLayout = 3 === d.offsetWidth, d.style.display = "block", d.innerHTML = "<div></div>", d.firstChild.style.width = "5px", t.shrinkWrapBlocks = 3 !== d.offsetWidth, t.inlineBlockNeedsLayout && (l.style.zoom = 1)), l.removeChild(n), n = d = o = r = null) | ||
1216 | }), n = s = l = u = r = o = null, t | ||
1217 | |||
1218 | }({}); | ||
1219 | var B = /(?:\{[\s\S]*\}|\[[\s\S]*\])$/, | ||
1220 | P = /([A-Z])/g; | ||
1221 | |||
1222 | function R(e, n, r, i) { | ||
1223 | if (x.acceptData(e)) { | ||
1224 | var o, a, s = x.expando, | ||
1225 | l = e.nodeType, | ||
1226 | u = l ? x.cache : e, | ||
1227 | c = l ? e[s] : e[s] && s; | ||
1228 | if (c && u[c] && (i || u[c].data) || r !== t || "string" != typeof n) return c || (c = l ? e[s] = p.pop() || x.guid++ : s), u[c] || (u[c] = l ? {} : { | ||
1229 | toJSON: x.noop | ||
1230 | }), ("object" == typeof n || "function" == typeof n) && (i ? u[c] = x.extend(u[c], n) : u[c].data = x.extend(u[c].data, n)), a = u[c], i || (a.data || (a.data = {}), a = a.data), r !== t && (a[x.camelCase(n)] = r), "string" == typeof n ? (o = a[n], null == o && (o = a[x.camelCase(n)])) : o = a, o | ||
1231 | } | ||
1232 | } | ||
1233 | |||
1234 | function W(e, t, n) { | ||
1235 | if (x.acceptData(e)) { | ||
1236 | var r, i, o = e.nodeType, | ||
1237 | a = o ? x.cache : e, | ||
1238 | s = o ? e[x.expando] : x.expando; | ||
1239 | if (a[s]) { | ||
1240 | if (t && (r = n ? a[s] : a[s].data)) { | ||
1241 | x.isArray(t) ? t = t.concat(x.map(t, x.camelCase)) : t in r ? t = [t] : (t = x.camelCase(t), t = t in r ? [t] : t.split(" ")), i = t.length; | ||
1242 | while (i--) delete r[t[i]]; | ||
1243 | if (n ? !I(r) : !x.isEmptyObject(r)) return | ||
1244 | }(n || (delete a[s].data, I(a[s]))) && (o ? x.cleanData([e], !0) : x.support.deleteExpando || a != a.window ? delete a[s] : a[s] = null) | ||
1245 | } | ||
1246 | } | ||
1247 | } | ||
1248 | x.extend({ | ||
1249 | cache: {}, | ||
1250 | noData: { | ||
1251 | applet: !0, | ||
1252 | embed: !0, | ||
1253 | object: "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" | ||
1254 | }, | ||
1255 | hasData: function(e) { | ||
1256 | return e = e.nodeType ? x.cache[e[x.expando]] : e[x.expando], !!e && !I(e) | ||
1257 | }, | ||
1258 | data: function(e, t, n) { | ||
1259 | return R(e, t, n) | ||
1260 | }, | ||
1261 | removeData: function(e, t) { | ||
1262 | return W(e, t) | ||
1263 | }, | ||
1264 | _data: function(e, t, n) { | ||
1265 | return R(e, t, n, !0) | ||
1266 | }, | ||
1267 | _removeData: function(e, t) { | ||
1268 | return W(e, t, !0) | ||
1269 | }, | ||
1270 | acceptData: function(e) { | ||
1271 | if (e.nodeType && 1 !== e.nodeType && 9 !== e.nodeType) return !1; | ||
1272 | var t = e.nodeName && x.noData[e.nodeName.toLowerCase()]; | ||
1273 | return !t || t !== !0 && e.getAttribute("classid") === t | ||
1274 | } | ||
1275 | }), x.fn.extend({ | ||
1276 | data: function(e, n) { | ||
1277 | var r, i, o = null, | ||
1278 | a = 0, | ||
1279 | s = this[0]; | ||
1280 | if (e === t) { | ||
1281 | if (this.length && (o = x.data(s), 1 === s.nodeType && !x._data(s, "parsedAttrs"))) { | ||
1282 | for (r = s.attributes; r.length > a; a++) i = r[a].name, 0 === i.indexOf("data-") && (i = x.camelCase(i.slice(5)), $(s, i, o[i])); | ||
1283 | x._data(s, "parsedAttrs", !0) | ||
1284 | } | ||
1285 | return o | ||
1286 | } | ||
1287 | return "object" == typeof e ? this.each(function() { | ||
1288 | x.data(this, e) | ||
1289 | }) : arguments.length > 1 ? this.each(function() { | ||
1290 | x.data(this, e, n) | ||
1291 | }) : s ? $(s, e, x.data(s, e)) : null | ||
1292 | }, | ||
1293 | removeData: function(e) { | ||
1294 | return this.each(function() { | ||
1295 | x.removeData(this, e) | ||
1296 | }) | ||
1297 | } | ||
1298 | }); | ||
1299 | |||
1300 | function $(e, n, r) { | ||
1301 | if (r === t && 1 === e.nodeType) { | ||
1302 | var i = "data-" + n.replace(P, "-$1").toLowerCase(); | ||
1303 | if (r = e.getAttribute(i), "string" == typeof r) { | ||
1304 | try { | ||
1305 | r = "true" === r ? !0 : "false" === r ? !1 : "null" === r ? null : +r + "" === r ? +r : B.test(r) ? x.parseJSON(r) : r | ||
1306 | } catch (o) {} | ||
1307 | x.data(e, n, r) | ||
1308 | } else r = t | ||
1309 | } | ||
1310 | return r | ||
1311 | } | ||
1312 | |||
1313 | function I(e) { | ||
1314 | var t; | ||
1315 | for (t in e) | ||
1316 | if (("data" !== t || !x.isEmptyObject(e[t])) && "toJSON" !== t) return !1; | ||
1317 | return !0 | ||
1318 | } | ||
1319 | x.extend({ | ||
1320 | queue: function(e, n, r) { | ||
1321 | var i; | ||
1322 | return e ? (n = (n || "fx") + "queue", i = x._data(e, n), r && (!i || x.isArray(r) ? i = x._data(e, n, x.makeArray(r)) : i.push(r)), i || []) : t | ||
1323 | }, | ||
1324 | dequeue: function(e, t) { | ||
1325 | t = t || "fx"; | ||
1326 | var n = x.queue(e, t), | ||
1327 | r = n.length, | ||
1328 | i = n.shift(), | ||
1329 | o = x._queueHooks(e, t), | ||
1330 | a = function() { | ||
1331 | x.dequeue(e, t) | ||
1332 | }; | ||
1333 | "inprogress" === i && (i = n.shift(), r--), i && ("fx" === t && n.unshift("inprogress"), delete o.stop, i.call(e, a, o)), !r && o && o.empty.fire() | ||
1334 | }, | ||
1335 | _queueHooks: function(e, t) { | ||
1336 | var n = t + "queueHooks"; | ||
1337 | return x._data(e, n) || x._data(e, n, { | ||
1338 | empty: x.Callbacks("once memory").add(function() { | ||
1339 | x._removeData(e, t + "queue"), x._removeData(e, n) | ||
1340 | }) | ||
1341 | }) | ||
1342 | } | ||
1343 | }), x.fn.extend({ | ||
1344 | queue: function(e, n) { | ||
1345 | var r = 2; | ||
1346 | return "string" != typeof e && (n = e, e = "fx", r--), r > arguments.length ? x.queue(this[0], e) : n === t ? this : this.each(function() { | ||
1347 | var t = x.queue(this, e, n); | ||
1348 | x._queueHooks(this, e), "fx" === e && "inprogress" !== t[0] && x.dequeue(this, e) | ||
1349 | }) | ||
1350 | }, | ||
1351 | dequeue: function(e) { | ||
1352 | return this.each(function() { | ||
1353 | x.dequeue(this, e) | ||
1354 | }) | ||
1355 | }, | ||
1356 | delay: function(e, t) { | ||
1357 | return e = x.fx ? x.fx.speeds[e] || e : e, t = t || "fx", this.queue(t, function(t, n) { | ||
1358 | var r = setTimeout(t, e); | ||
1359 | n.stop = function() { | ||
1360 | clearTimeout(r) | ||
1361 | } | ||
1362 | }) | ||
1363 | }, | ||
1364 | clearQueue: function(e) { | ||
1365 | return this.queue(e || "fx", []) | ||
1366 | }, | ||
1367 | promise: function(e, n) { | ||
1368 | var r, i = 1, | ||
1369 | o = x.Deferred(), | ||
1370 | a = this, | ||
1371 | s = this.length, | ||
1372 | l = function() { | ||
1373 | --i || o.resolveWith(a, [a]) | ||
1374 | }; | ||
1375 | "string" != typeof e && (n = e, e = t), e = e || "fx"; | ||
1376 | while (s--) r = x._data(a[s], e + "queueHooks"), r && r.empty && (i++, r.empty.add(l)); | ||
1377 | return l(), o.promise(n) | ||
1378 | } | ||
1379 | }); | ||
1380 | var z, X, U = /[\t\r\n\f]/g, | ||
1381 | V = /\r/g, | ||
1382 | Y = /^(?:input|select|textarea|button|object)$/i, | ||
1383 | J = /^(?:a|area)$/i, | ||
1384 | G = /^(?:checked|selected)$/i, | ||
1385 | Q = x.support.getSetAttribute, | ||
1386 | K = x.support.input; | ||
1387 | x.fn.extend({ | ||
1388 | attr: function(e, t) { | ||
1389 | return x.access(this, x.attr, e, t, arguments.length > 1) | ||
1390 | }, | ||
1391 | removeAttr: function(e) { | ||
1392 | return this.each(function() { | ||
1393 | x.removeAttr(this, e) | ||
1394 | }) | ||
1395 | }, | ||
1396 | prop: function(e, t) { | ||
1397 | return x.access(this, x.prop, e, t, arguments.length > 1) | ||
1398 | }, | ||
1399 | removeProp: function(e) { | ||
1400 | return e = x.propFix[e] || e, this.each(function() { | ||
1401 | try { | ||
1402 | this[e] = t, delete this[e] | ||
1403 | } catch (n) {} | ||
1404 | }) | ||
1405 | }, | ||
1406 | addClass: function(e) { | ||
1407 | var t, n, r, i, o, a = 0, | ||
1408 | s = this.length, | ||
1409 | l = "string" == typeof e && e; | ||
1410 | if (x.isFunction(e)) return this.each(function(t) { | ||
1411 | x(this).addClass(e.call(this, t, this.className)) | ||
1412 | }); | ||
1413 | if (l) | ||
1414 | for (t = (e || "").match(T) || []; s > a; a++) | ||
1415 | if (n = this[a], r = 1 === n.nodeType && (n.className ? (" " + n.className + " ").replace(U, " ") : " ")) { | ||
1416 | o = 0; | ||
1417 | while (i = t[o++]) 0 > r.indexOf(" " + i + " ") && (r += i + " "); | ||
1418 | n.className = x.trim(r) | ||
1419 | } | ||
1420 | return this | ||
1421 | }, | ||
1422 | removeClass: function(e) { | ||
1423 | var t, n, r, i, o, a = 0, | ||
1424 | s = this.length, | ||
1425 | l = 0 === arguments.length || "string" == typeof e && e; | ||
1426 | if (x.isFunction(e)) return this.each(function(t) { | ||
1427 | x(this).removeClass(e.call(this, t, this.className)) | ||
1428 | }); | ||
1429 | if (l) | ||
1430 | for (t = (e || "").match(T) || []; s > a; a++) | ||
1431 | if (n = this[a], r = 1 === n.nodeType && (n.className ? (" " + n.className + " ").replace(U, " ") : "")) { | ||
1432 | o = 0; | ||
1433 | while (i = t[o++]) | ||
1434 | while (r.indexOf(" " + i + " ") >= 0) r = r.replace(" " + i + " ", " "); | ||
1435 | n.className = e ? x.trim(r) : "" | ||
1436 | } | ||
1437 | return this | ||
1438 | }, | ||
1439 | toggleClass: function(e, t) { | ||
1440 | var n = typeof e; | ||
1441 | return "boolean" == typeof t && "string" === n ? t ? this.addClass(e) : this.removeClass(e) : x.isFunction(e) ? this.each(function(n) { | ||
1442 | x(this).toggleClass(e.call(this, n, this.className, t), t) | ||
1443 | }) : this.each(function() { | ||
1444 | if ("string" === n) { | ||
1445 | var t, r = 0, | ||
1446 | o = x(this), | ||
1447 | a = e.match(T) || []; | ||
1448 | while (t = a[r++]) o.hasClass(t) ? o.removeClass(t) : o.addClass(t) | ||
1449 | } else(n === i || "boolean" === n) && (this.className && x._data(this, "__className__", this.className), this.className = this.className || e === !1 ? "" : x._data(this, "__className__") || "") | ||
1450 | }) | ||
1451 | }, | ||
1452 | hasClass: function(e) { | ||
1453 | var t = " " + e + " ", | ||
1454 | n = 0, | ||
1455 | r = this.length; | ||
1456 | for (; r > n; n++) | ||
1457 | if (1 === this[n].nodeType && (" " + this[n].className + " ").replace(U, " ").indexOf(t) >= 0) return !0; | ||
1458 | return !1 | ||
1459 | }, | ||
1460 | val: function(e) { | ||
1461 | var n, r, i, o = this[0]; { | ||
1462 | if (arguments.length) return i = x.isFunction(e), this.each(function(n) { | ||
1463 | var o; | ||
1464 | 1 === this.nodeType && (o = i ? e.call(this, n, x(this).val()) : e, null == o ? o = "" : "number" == typeof o ? o += "" : x.isArray(o) && (o = x.map(o, function(e) { | ||
1465 | return null == e ? "" : e + "" | ||
1466 | })), r = x.valHooks[this.type] || x.valHooks[this.nodeName.toLowerCase()], r && "set" in r && r.set(this, o, "value") !== t || (this.value = o)) | ||
1467 | }); | ||
1468 | if (o) return r = x.valHooks[o.type] || x.valHooks[o.nodeName.toLowerCase()], r && "get" in r && (n = r.get(o, "value")) !== t ? n : (n = o.value, "string" == typeof n ? n.replace(V, "") : null == n ? "" : n) | ||
1469 | } | ||
1470 | } | ||
1471 | }), x.extend({ | ||
1472 | valHooks: { | ||
1473 | option: { | ||
1474 | get: function(e) { | ||
1475 | var t = x.find.attr(e, "value"); | ||
1476 | return null != t ? t : e.text | ||
1477 | } | ||
1478 | }, | ||
1479 | select: { | ||
1480 | get: function(e) { | ||
1481 | var t, n, r = e.options, | ||
1482 | i = e.selectedIndex, | ||
1483 | o = "select-one" === e.type || 0 > i, | ||
1484 | a = o ? null : [], | ||
1485 | s = o ? i + 1 : r.length, | ||
1486 | l = 0 > i ? s : o ? i : 0; | ||
1487 | for (; s > l; l++) | ||
1488 | if (n = r[l], !(!n.selected && l !== i || (x.support.optDisabled ? n.disabled : null !== n.getAttribute("disabled")) || n.parentNode.disabled && x.nodeName(n.parentNode, "optgroup"))) { | ||
1489 | if (t = x(n).val(), o) return t; | ||
1490 | a.push(t) | ||
1491 | } | ||
1492 | return a | ||
1493 | }, | ||
1494 | set: function(e, t) { | ||
1495 | var n, r, i = e.options, | ||
1496 | o = x.makeArray(t), | ||
1497 | a = i.length; | ||
1498 | while (a--) r = i[a], (r.selected = x.inArray(x(r).val(), o) >= 0) && (n = !0); | ||
1499 | return n || (e.selectedIndex = -1), o | ||
1500 | } | ||
1501 | } | ||
1502 | }, | ||
1503 | attr: function(e, n, r) { | ||
1504 | var o, a, s = e.nodeType; | ||
1505 | if (e && 3 !== s && 8 !== s && 2 !== s) return typeof e.getAttribute === i ? x.prop(e, n, r) : (1 === s && x.isXMLDoc(e) || (n = n.toLowerCase(), o = x.attrHooks[n] || (x.expr.match.bool.test(n) ? X : z)), r === t ? o && "get" in o && null !== (a = o.get(e, n)) ? a : (a = x.find.attr(e, n), null == a ? t : a) : null !== r ? o && "set" in o && (a = o.set(e, r, n)) !== t ? a : (e.setAttribute(n, r + ""), r) : (x.removeAttr(e, n), t)) | ||
1506 | }, | ||
1507 | removeAttr: function(e, t) { | ||
1508 | var n, r, i = 0, | ||
1509 | o = t && t.match(T); | ||
1510 | if (o && 1 === e.nodeType) | ||
1511 | while (n = o[i++]) r = x.propFix[n] || n, x.expr.match.bool.test(n) ? K && Q || !G.test(n) ? e[r] = !1 : e[x.camelCase("default-" + n)] = e[r] = !1 : x.attr(e, n, ""), e.removeAttribute(Q ? n : r) | ||
1512 | }, | ||
1513 | attrHooks: { | ||
1514 | type: { | ||
1515 | set: function(e, t) { | ||
1516 | if (!x.support.radioValue && "radio" === t && x.nodeName(e, "input")) { | ||
1517 | var n = e.value; | ||
1518 | return e.setAttribute("type", t), n && (e.value = n), t | ||
1519 | } | ||
1520 | } | ||
1521 | } | ||
1522 | }, | ||
1523 | propFix: { | ||
1524 | "for": "htmlFor", | ||
1525 | "class": "className" | ||
1526 | }, | ||
1527 | prop: function(e, n, r) { | ||
1528 | var i, o, a, s = e.nodeType; | ||
1529 | if (e && 3 !== s && 8 !== s && 2 !== s) return a = 1 !== s || !x.isXMLDoc(e), a && (n = x.propFix[n] || n, o = x.propHooks[n]), r !== t ? o && "set" in o && (i = o.set(e, r, n)) !== t ? i : e[n] = r : o && "get" in o && null !== (i = o.get(e, n)) ? i : e[n] | ||
1530 | }, | ||
1531 | propHooks: { | ||
1532 | tabIndex: { | ||
1533 | get: function(e) { | ||
1534 | var t = x.find.attr(e, "tabindex"); | ||
1535 | return t ? parseInt(t, 10) : Y.test(e.nodeName) || J.test(e.nodeName) && e.href ? 0 : -1 | ||
1536 | } | ||
1537 | } | ||
1538 | } | ||
1539 | }), X = { | ||
1540 | set: function(e, t, n) { | ||
1541 | return t === !1 ? x.removeAttr(e, n) : K && Q || !G.test(n) ? e.setAttribute(!Q && x.propFix[n] || n, n) : e[x.camelCase("default-" + n)] = e[n] = !0, n | ||
1542 | } | ||
1543 | }, x.each(x.expr.match.bool.source.match(/\w+/g), function(e, n) { | ||
1544 | var r = x.expr.attrHandle[n] || x.find.attr; | ||
1545 | x.expr.attrHandle[n] = K && Q || !G.test(n) ? function(e, n, i) { | ||
1546 | var o = x.expr.attrHandle[n], | ||
1547 | a = i ? t : (x.expr.attrHandle[n] = t) != r(e, n, i) ? n.toLowerCase() : null; | ||
1548 | return x.expr.attrHandle[n] = o, a | ||
1549 | } : function(e, n, r) { | ||
1550 | return r ? t : e[x.camelCase("default-" + n)] ? n.toLowerCase() : null | ||
1551 | } | ||
1552 | }), K && Q || (x.attrHooks.value = { | ||
1553 | set: function(e, n, r) { | ||
1554 | return x.nodeName(e, "input") ? (e.defaultValue = n, t) : z && z.set(e, n, r) | ||
1555 | } | ||
1556 | }), Q || (z = { | ||
1557 | set: function(e, n, r) { | ||
1558 | var i = e.getAttributeNode(r); | ||
1559 | return i || e.setAttributeNode(i = e.ownerDocument.createAttribute(r)), i.value = n += "", "value" === r || n === e.getAttribute(r) ? n : t | ||
1560 | } | ||
1561 | }, x.expr.attrHandle.id = x.expr.attrHandle.name = x.expr.attrHandle.coords = function(e, n, r) { | ||
1562 | var i; | ||
1563 | return r ? t : (i = e.getAttributeNode(n)) && "" !== i.value ? i.value : null | ||
1564 | }, x.valHooks.button = { | ||
1565 | get: function(e, n) { | ||
1566 | var r = e.getAttributeNode(n); | ||
1567 | return r && r.specified ? r.value : t | ||
1568 | }, | ||
1569 | set: z.set | ||
1570 | }, x.attrHooks.contenteditable = { | ||
1571 | set: function(e, t, n) { | ||
1572 | z.set(e, "" === t ? !1 : t, n) | ||
1573 | } | ||
1574 | }, x.each(["width", "height"], function(e, n) { | ||
1575 | x.attrHooks[n] = { | ||
1576 | set: function(e, r) { | ||
1577 | return "" === r ? (e.setAttribute(n, "auto"), r) : t | ||
1578 | } | ||
1579 | } | ||
1580 | })), x.support.hrefNormalized || x.each(["href", "src"], function(e, t) { | ||
1581 | x.propHooks[t] = { | ||
1582 | get: function(e) { | ||
1583 | return e.getAttribute(t, 4) | ||
1584 | } | ||
1585 | } | ||
1586 | }), x.support.style || (x.attrHooks.style = { | ||
1587 | get: function(e) { | ||
1588 | return e.style.cssText || t | ||
1589 | }, | ||
1590 | set: function(e, t) { | ||
1591 | return e.style.cssText = t + "" | ||
1592 | } | ||
1593 | }), x.support.optSelected || (x.propHooks.selected = { | ||
1594 | get: function(e) { | ||
1595 | var t = e.parentNode; | ||
1596 | return t && (t.selectedIndex, t.parentNode && t.parentNode.selectedIndex), null | ||
1597 | } | ||
1598 | }), x.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function() { | ||
1599 | x.propFix[this.toLowerCase()] = this | ||
1600 | }), x.support.enctype || (x.propFix.enctype = "encoding"), x.each(["radio", "checkbox"], function() { | ||
1601 | x.valHooks[this] = { | ||
1602 | set: function(e, n) { | ||
1603 | return x.isArray(n) ? e.checked = x.inArray(x(e).val(), n) >= 0 : t | ||
1604 | } | ||
1605 | }, x.support.checkOn || (x.valHooks[this].get = function(e) { | ||
1606 | return null === e.getAttribute("value") ? "on" : e.value | ||
1607 | }) | ||
1608 | }); | ||
1609 | var Z = /^(?:input|select|textarea)$/i, | ||
1610 | et = /^key/, | ||
1611 | tt = /^(?:mouse|contextmenu)|click/, | ||
1612 | nt = /^(?:focusinfocus|focusoutblur)$/, | ||
1613 | rt = /^([^.]*)(?:\.(.+)|)$/; | ||
1614 | |||
1615 | function it() { | ||
1616 | return !0 | ||
1617 | } | ||
1618 | |||
1619 | function ot() { | ||
1620 | return !1 | ||
1621 | } | ||
1622 | |||
1623 | function at() { | ||
1624 | try { | ||
1625 | return a.activeElement | ||
1626 | } catch (e) {} | ||
1627 | } | ||
1628 | x.event = { | ||
1629 | global: {}, | ||
1630 | add: function(e, n, r, o, a) { | ||
1631 | var s, l, u, c, p, f, d, h, g, m, y, v = x._data(e); | ||
1632 | if (v) { | ||
1633 | r.handler && (c = r, r = c.handler, a = c.selector), r.guid || (r.guid = x.guid++), (l = v.events) || (l = v.events = {}), (f = v.handle) || (f = v.handle = function(e) { | ||
1634 | return typeof x === i || e && x.event.triggered === e.type ? t : x.event.dispatch.apply(f.elem, arguments) | ||
1635 | }, f.elem = e), n = (n || "").match(T) || [""], u = n.length; | ||
1636 | while (u--) s = rt.exec(n[u]) || [], g = y = s[1], m = (s[2] || "").split(".").sort(), g && (p = x.event.special[g] || {}, g = (a ? p.delegateType : p.bindType) || g, p = x.event.special[g] || {}, d = x.extend({ | ||
1637 | type: g, | ||
1638 | origType: y, | ||
1639 | data: o, | ||
1640 | handler: r, | ||
1641 | guid: r.guid, | ||
1642 | selector: a, | ||
1643 | needsContext: a && x.expr.match.needsContext.test(a), | ||
1644 | namespace: m.join(".") | ||
1645 | }, c), (h = l[g]) || (h = l[g] = [], h.delegateCount = 0, p.setup && p.setup.call(e, o, m, f) !== !1 || (e.addEventListener ? e.addEventListener(g, f, !1) : e.attachEvent && e.attachEvent("on" + g, f))), p.add && (p.add.call(e, d), d.handler.guid || (d.handler.guid = r.guid)), a ? h.splice(h.delegateCount++, 0, d) : h.push(d), x.event.global[g] = !0); | ||
1646 | e = null | ||
1647 | } | ||
1648 | }, | ||
1649 | remove: function(e, t, n, r, i) { | ||
1650 | var o, a, s, l, u, c, p, f, d, h, g, m = x.hasData(e) && x._data(e); | ||
1651 | if (m && (c = m.events)) { | ||
1652 | t = (t || "").match(T) || [""], u = t.length; | ||
1653 | while (u--) | ||
1654 | if (s = rt.exec(t[u]) || [], d = g = s[1], h = (s[2] || "").split(".").sort(), d) { | ||
1655 | p = x.event.special[d] || {}, d = (r ? p.delegateType : p.bindType) || d, f = c[d] || [], s = s[2] && RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)"), l = o = f.length; | ||
1656 | while (o--) a = f[o], !i && g !== a.origType || n && n.guid !== a.guid || s && !s.test(a.namespace) || r && r !== a.selector && ("**" !== r || !a.selector) || (f.splice(o, 1), a.selector && f.delegateCount--, p.remove && p.remove.call(e, a)); | ||
1657 | l && !f.length && (p.teardown && p.teardown.call(e, h, m.handle) !== !1 || x.removeEvent(e, d, m.handle), delete c[d]) | ||
1658 | } else | ||
1659 | for (d in c) x.event.remove(e, d + t[u], n, r, !0); | ||
1660 | x.isEmptyObject(c) && (delete m.handle, x._removeData(e, "events")) | ||
1661 | } | ||
1662 | }, | ||
1663 | trigger: function(n, r, i, o) { | ||
1664 | var s, l, u, c, p, f, d, h = [i || a], | ||
1665 | g = v.call(n, "type") ? n.type : n, | ||
1666 | m = v.call(n, "namespace") ? n.namespace.split(".") : []; | ||
1667 | if (u = f = i = i || a, 3 !== i.nodeType && 8 !== i.nodeType && !nt.test(g + x.event.triggered) && (g.indexOf(".") >= 0 && (m = g.split("."), g = m.shift(), m.sort()), l = 0 > g.indexOf(":") && "on" + g, n = n[x.expando] ? n : new x.Event(g, "object" == typeof n && n), n.isTrigger = o ? 2 : 3, n.namespace = m.join("."), n.namespace_re = n.namespace ? RegExp("(^|\\.)" + m.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, n.result = t, n.target || (n.target = i), r = null == r ? [n] : x.makeArray(r, [n]), p = x.event.special[g] || {}, o || !p.trigger || p.trigger.apply(i, r) !== !1)) { | ||
1668 | if (!o && !p.noBubble && !x.isWindow(i)) { | ||
1669 | for (c = p.delegateType || g, nt.test(c + g) || (u = u.parentNode); u; u = u.parentNode) h.push(u), f = u; | ||
1670 | f === (i.ownerDocument || a) && h.push(f.defaultView || f.parentWindow || e) | ||
1671 | } | ||
1672 | d = 0; | ||
1673 | while ((u = h[d++]) && !n.isPropagationStopped()) n.type = d > 1 ? c : p.bindType || g, s = (x._data(u, "events") || {})[n.type] && x._data(u, "handle"), s && s.apply(u, r), s = l && u[l], s && x.acceptData(u) && s.apply && s.apply(u, r) === !1 && n.preventDefault(); | ||
1674 | if (n.type = g, !o && !n.isDefaultPrevented() && (!p._default || p._default.apply(h.pop(), r) === !1) && x.acceptData(i) && l && i[g] && !x.isWindow(i)) { | ||
1675 | f = i[l], f && (i[l] = null), x.event.triggered = g; | ||
1676 | try { | ||
1677 | i[g]() | ||
1678 | } catch (y) {} | ||
1679 | x.event.triggered = t, f && (i[l] = f) | ||
1680 | } | ||
1681 | return n.result | ||
1682 | } | ||
1683 | }, | ||
1684 | dispatch: function(e) { | ||
1685 | e = x.event.fix(e); | ||
1686 | var n, r, i, o, a, s = [], | ||
1687 | l = g.call(arguments), | ||
1688 | u = (x._data(this, "events") || {})[e.type] || [], | ||
1689 | c = x.event.special[e.type] || {}; | ||
1690 | if (l[0] = e, e.delegateTarget = this, !c.preDispatch || c.preDispatch.call(this, e) !== !1) { | ||
1691 | s = x.event.handlers.call(this, e, u), n = 0; | ||
1692 | while ((o = s[n++]) && !e.isPropagationStopped()) { | ||
1693 | e.currentTarget = o.elem, a = 0; | ||
1694 | while ((i = o.handlers[a++]) && !e.isImmediatePropagationStopped())(!e.namespace_re || e.namespace_re.test(i.namespace)) && (e.handleObj = i, e.data = i.data, r = ((x.event.special[i.origType] || {}).handle || i.handler).apply(o.elem, l), r !== t && (e.result = r) === !1 && (e.preventDefault(), e.stopPropagation())) | ||
1695 | } | ||
1696 | return c.postDispatch && c.postDispatch.call(this, e), e.result | ||
1697 | } | ||
1698 | }, | ||
1699 | handlers: function(e, n) { | ||
1700 | var r, i, o, a, s = [], | ||
1701 | l = n.delegateCount, | ||
1702 | u = e.target; | ||
1703 | if (l && u.nodeType && (!e.button || "click" !== e.type)) | ||
1704 | for (; u != this; u = u.parentNode || this) | ||
1705 | if (1 === u.nodeType && (u.disabled !== !0 || "click" !== e.type)) { | ||
1706 | for (o = [], a = 0; l > a; a++) i = n[a], r = i.selector + " ", o[r] === t && (o[r] = i.needsContext ? x(r, this).index(u) >= 0 : x.find(r, this, null, [u]).length), o[r] && o.push(i); | ||
1707 | o.length && s.push({ | ||
1708 | elem: u, | ||
1709 | handlers: o | ||
1710 | }) | ||
1711 | } | ||
1712 | return n.length > l && s.push({ | ||
1713 | elem: this, | ||
1714 | handlers: n.slice(l) | ||
1715 | }), s | ||
1716 | }, | ||
1717 | fix: function(e) { | ||
1718 | if (e[x.expando]) return e; | ||
1719 | var t, n, r, i = e.type, | ||
1720 | o = e, | ||
1721 | s = this.fixHooks[i]; | ||
1722 | s || (this.fixHooks[i] = s = tt.test(i) ? this.mouseHooks : et.test(i) ? this.keyHooks : {}), r = s.props ? this.props.concat(s.props) : this.props, e = new x.Event(o), t = r.length; | ||
1723 | while (t--) n = r[t], e[n] = o[n]; | ||
1724 | return e.target || (e.target = o.srcElement || a), 3 === e.target.nodeType && (e.target = e.target.parentNode), e.metaKey = !!e.metaKey, s.filter ? s.filter(e, o) : e | ||
1725 | }, | ||
1726 | props: "altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), | ||
1727 | fixHooks: {}, | ||
1728 | keyHooks: { | ||
1729 | props: "char charCode key keyCode".split(" "), | ||
1730 | filter: function(e, t) { | ||
1731 | return null == e.which && (e.which = null != t.charCode ? t.charCode : t.keyCode), e | ||
1732 | } | ||
1733 | }, | ||
1734 | mouseHooks: { | ||
1735 | props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), | ||
1736 | filter: function(e, n) { | ||
1737 | var r, i, o, s = n.button, | ||
1738 | l = n.fromElement; | ||
1739 | return null == e.pageX && null != n.clientX && (i = e.target.ownerDocument || a, o = i.documentElement, r = i.body, e.pageX = n.clientX + (o && o.scrollLeft || r && r.scrollLeft || 0) - (o && o.clientLeft || r && r.clientLeft || 0), e.pageY = n.clientY + (o && o.scrollTop || r && r.scrollTop || 0) - (o && o.clientTop || r && r.clientTop || 0)), !e.relatedTarget && l && (e.relatedTarget = l === e.target ? n.toElement : l), e.which || s === t || (e.which = 1 & s ? 1 : 2 & s ? 3 : 4 & s ? 2 : 0), e | ||
1740 | } | ||
1741 | }, | ||
1742 | special: { | ||
1743 | load: { | ||
1744 | noBubble: !0 | ||
1745 | }, | ||
1746 | focus: { | ||
1747 | trigger: function() { | ||
1748 | if (this !== at() && this.focus) try { | ||
1749 | return this.focus(), !1 | ||
1750 | } catch (e) {} | ||
1751 | }, | ||
1752 | delegateType: "focusin" | ||
1753 | }, | ||
1754 | blur: { | ||
1755 | trigger: function() { | ||
1756 | return this === at() && this.blur ? (this.blur(), !1) : t | ||
1757 | }, | ||
1758 | delegateType: "focusout" | ||
1759 | }, | ||
1760 | click: { | ||
1761 | trigger: function() { | ||
1762 | return x.nodeName(this, "input") && "checkbox" === this.type && this.click ? (this.click(), !1) : t | ||
1763 | }, | ||
1764 | _default: function(e) { | ||
1765 | return x.nodeName(e.target, "a") | ||
1766 | } | ||
1767 | }, | ||
1768 | beforeunload: { | ||
1769 | postDispatch: function(e) { | ||
1770 | e.result !== t && (e.originalEvent.returnValue = e.result) | ||
1771 | } | ||
1772 | } | ||
1773 | }, | ||
1774 | simulate: function(e, t, n, r) { | ||
1775 | var i = x.extend(new x.Event, n, { | ||
1776 | type: e, | ||
1777 | isSimulated: !0, | ||
1778 | originalEvent: {} | ||
1779 | }); | ||
1780 | r ? x.event.trigger(i, null, t) : x.event.dispatch.call(t, i), i.isDefaultPrevented() && n.preventDefault() | ||
1781 | } | ||
1782 | }, x.removeEvent = a.removeEventListener ? function(e, t, n) { | ||
1783 | e.removeEventListener && e.removeEventListener(t, n, !1) | ||
1784 | } : function(e, t, n) { | ||
1785 | var r = "on" + t; | ||
1786 | e.detachEvent && (typeof e[r] === i && (e[r] = null), e.detachEvent(r, n)) | ||
1787 | }, x.Event = function(e, n) { | ||
1788 | return this instanceof x.Event ? (e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e.defaultPrevented || e.returnValue === !1 || e.getPreventDefault && e.getPreventDefault() ? it : ot) : this.type = e, n && x.extend(this, n), this.timeStamp = e && e.timeStamp || x.now(), this[x.expando] = !0, t) : new x.Event(e, n) | ||
1789 | }, x.Event.prototype = { | ||
1790 | isDefaultPrevented: ot, | ||
1791 | isPropagationStopped: ot, | ||
1792 | isImmediatePropagationStopped: ot, | ||
1793 | preventDefault: function() { | ||
1794 | var e = this.originalEvent; | ||
1795 | this.isDefaultPrevented = it, e && (e.preventDefault ? e.preventDefault() : e.returnValue = !1) | ||
1796 | }, | ||
1797 | stopPropagation: function() { | ||
1798 | var e = this.originalEvent; | ||
1799 | this.isPropagationStopped = it, e && (e.stopPropagation && e.stopPropagation(), e.cancelBubble = !0) | ||
1800 | }, | ||
1801 | stopImmediatePropagation: function() { | ||
1802 | this.isImmediatePropagationStopped = it, this.stopPropagation() | ||
1803 | } | ||
1804 | }, x.each({ | ||
1805 | mouseenter: "mouseover", | ||
1806 | mouseleave: "mouseout" | ||
1807 | }, function(e, t) { | ||
1808 | x.event.special[e] = { | ||
1809 | delegateType: t, | ||
1810 | bindType: t, | ||
1811 | handle: function(e) { | ||
1812 | var n, r = this, | ||
1813 | i = e.relatedTarget, | ||
1814 | o = e.handleObj; | ||
1815 | return (!i || i !== r && !x.contains(r, i)) && (e.type = o.origType, n = o.handler.apply(this, arguments), e.type = t), n | ||
1816 | } | ||
1817 | } | ||
1818 | }), x.support.submitBubbles || (x.event.special.submit = { | ||
1819 | setup: function() { | ||
1820 | return x.nodeName(this, "form") ? !1 : (x.event.add(this, "click._submit keypress._submit", function(e) { | ||
1821 | var n = e.target, | ||
1822 | r = x.nodeName(n, "input") || x.nodeName(n, "button") ? n.form : t; | ||
1823 | r && !x._data(r, "submitBubbles") && (x.event.add(r, "submit._submit", function(e) { | ||
1824 | e._submit_bubble = !0 | ||
1825 | }), x._data(r, "submitBubbles", !0)) | ||
1826 | }), t) | ||
1827 | }, | ||
1828 | postDispatch: function(e) { | ||
1829 | e._submit_bubble && (delete e._submit_bubble, this.parentNode && !e.isTrigger && x.event.simulate("submit", this.parentNode, e, !0)) | ||
1830 | }, | ||
1831 | teardown: function() { | ||
1832 | return x.nodeName(this, "form") ? !1 : (x.event.remove(this, "._submit"), t) | ||
1833 | } | ||
1834 | }), x.support.changeBubbles || (x.event.special.change = { | ||
1835 | setup: function() { | ||
1836 | return Z.test(this.nodeName) ? (("checkbox" === this.type || "radio" === this.type) && (x.event.add(this, "propertychange._change", function(e) { | ||
1837 | "checked" === e.originalEvent.propertyName && (this._just_changed = !0) | ||
1838 | }), x.event.add(this, "click._change", function(e) { | ||
1839 | this._just_changed && !e.isTrigger && (this._just_changed = !1), x.event.simulate("change", this, e, !0) | ||
1840 | })), !1) : (x.event.add(this, "beforeactivate._change", function(e) { | ||
1841 | var t = e.target; | ||
1842 | Z.test(t.nodeName) && !x._data(t, "changeBubbles") && (x.event.add(t, "change._change", function(e) { | ||
1843 | !this.parentNode || e.isSimulated || e.isTrigger || x.event.simulate("change", this.parentNode, e, !0) | ||
1844 | }), x._data(t, "changeBubbles", !0)) | ||
1845 | }), t) | ||
1846 | }, | ||
1847 | handle: function(e) { | ||
1848 | var n = e.target; | ||
1849 | return this !== n || e.isSimulated || e.isTrigger || "radio" !== n.type && "checkbox" !== n.type ? e.handleObj.handler.apply(this, arguments) : t | ||
1850 | }, | ||
1851 | teardown: function() { | ||
1852 | return x.event.remove(this, "._change"), !Z.test(this.nodeName) | ||
1853 | } | ||
1854 | }), x.support.focusinBubbles || x.each({ | ||
1855 | focus: "focusin", | ||
1856 | blur: "focusout" | ||
1857 | }, function(e, t) { | ||
1858 | var n = 0, | ||
1859 | r = function(e) { | ||
1860 | x.event.simulate(t, e.target, x.event.fix(e), !0) | ||
1861 | }; | ||
1862 | x.event.special[t] = { | ||
1863 | setup: function() { | ||
1864 | 0 === n++ && a.addEventListener(e, r, !0) | ||
1865 | }, | ||
1866 | teardown: function() { | ||
1867 | 0 === --n && a.removeEventListener(e, r, !0) | ||
1868 | } | ||
1869 | } | ||
1870 | }), x.fn.extend({ | ||
1871 | on: function(e, n, r, i, o) { | ||
1872 | var a, s; | ||
1873 | if ("object" == typeof e) { | ||
1874 | "string" != typeof n && (r = r || n, n = t); | ||
1875 | for (a in e) this.on(a, n, r, e[a], o); | ||
1876 | return this | ||
1877 | } | ||
1878 | if (null == r && null == i ? (i = n, r = n = t) : null == i && ("string" == typeof n ? (i = r, r = t) : (i = r, r = n, n = t)), i === !1) i = ot; | ||
1879 | else if (!i) return this; | ||
1880 | return 1 === o && (s = i, i = function(e) { | ||
1881 | return x().off(e), s.apply(this, arguments) | ||
1882 | }, i.guid = s.guid || (s.guid = x.guid++)), this.each(function() { | ||
1883 | x.event.add(this, e, i, r, n) | ||
1884 | }) | ||
1885 | }, | ||
1886 | one: function(e, t, n, r) { | ||
1887 | return this.on(e, t, n, r, 1) | ||
1888 | }, | ||
1889 | off: function(e, n, r) { | ||
1890 | var i, o; | ||
1891 | if (e && e.preventDefault && e.handleObj) return i = e.handleObj, x(e.delegateTarget).off(i.namespace ? i.origType + "." + i.namespace : i.origType, i.selector, i.handler), this; | ||
1892 | if ("object" == typeof e) { | ||
1893 | for (o in e) this.off(o, n, e[o]); | ||
1894 | return this | ||
1895 | } | ||
1896 | return (n === !1 || "function" == typeof n) && (r = n, n = t), r === !1 && (r = ot), this.each(function() { | ||
1897 | x.event.remove(this, e, r, n) | ||
1898 | }) | ||
1899 | }, | ||
1900 | trigger: function(e, t) { | ||
1901 | return this.each(function() { | ||
1902 | x.event.trigger(e, t, this) | ||
1903 | }) | ||
1904 | }, | ||
1905 | triggerHandler: function(e, n) { | ||
1906 | var r = this[0]; | ||
1907 | return r ? x.event.trigger(e, n, r, !0) : t | ||
1908 | } | ||
1909 | }); | ||
1910 | var st = /^.[^:#\[\.,]*$/, | ||
1911 | lt = /^(?:parents|prev(?:Until|All))/, | ||
1912 | ut = x.expr.match.needsContext, | ||
1913 | ct = { | ||
1914 | children: !0, | ||
1915 | contents: !0, | ||
1916 | next: !0, | ||
1917 | prev: !0 | ||
1918 | }; | ||
1919 | x.fn.extend({ | ||
1920 | find: function(e) { | ||
1921 | var t, n = [], | ||
1922 | r = this, | ||
1923 | i = r.length; | ||
1924 | if ("string" != typeof e) return this.pushStack(x(e).filter(function() { | ||
1925 | for (t = 0; i > t; t++) | ||
1926 | if (x.contains(r[t], this)) return !0 | ||
1927 | })); | ||
1928 | for (t = 0; i > t; t++) x.find(e, r[t], n); | ||
1929 | return n = this.pushStack(i > 1 ? x.unique(n) : n), n.selector = this.selector ? this.selector + " " + e : e, n | ||
1930 | }, | ||
1931 | has: function(e) { | ||
1932 | var t, n = x(e, this), | ||
1933 | r = n.length; | ||
1934 | return this.filter(function() { | ||
1935 | for (t = 0; r > t; t++) | ||
1936 | if (x.contains(this, n[t])) return !0 | ||
1937 | }) | ||
1938 | }, | ||
1939 | not: function(e) { | ||
1940 | return this.pushStack(ft(this, e || [], !0)) | ||
1941 | }, | ||
1942 | filter: function(e) { | ||
1943 | return this.pushStack(ft(this, e || [], !1)) | ||
1944 | }, | ||
1945 | is: function(e) { | ||
1946 | return !!ft(this, "string" == typeof e && ut.test(e) ? x(e) : e || [], !1).length | ||
1947 | }, | ||
1948 | closest: function(e, t) { | ||
1949 | var n, r = 0, | ||
1950 | i = this.length, | ||
1951 | o = [], | ||
1952 | a = ut.test(e) || "string" != typeof e ? x(e, t || this.context) : 0; | ||
1953 | for (; i > r; r++) | ||
1954 | for (n = this[r]; n && n !== t; n = n.parentNode) | ||
1955 | if (11 > n.nodeType && (a ? a.index(n) > -1 : 1 === n.nodeType && x.find.matchesSelector(n, e))) { | ||
1956 | n = o.push(n); | ||
1957 | break | ||
1958 | } | ||
1959 | return this.pushStack(o.length > 1 ? x.unique(o) : o) | ||
1960 | }, | ||
1961 | index: function(e) { | ||
1962 | return e ? "string" == typeof e ? x.inArray(this[0], x(e)) : x.inArray(e.jquery ? e[0] : e, this) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 | ||
1963 | }, | ||
1964 | add: function(e, t) { | ||
1965 | var n = "string" == typeof e ? x(e, t) : x.makeArray(e && e.nodeType ? [e] : e), | ||
1966 | r = x.merge(this.get(), n); | ||
1967 | return this.pushStack(x.unique(r)) | ||
1968 | }, | ||
1969 | addBack: function(e) { | ||
1970 | return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) | ||
1971 | } | ||
1972 | }); | ||
1973 | |||
1974 | function pt(e, t) { | ||
1975 | do e = e[t]; while (e && 1 !== e.nodeType); | ||
1976 | return e | ||
1977 | } | ||
1978 | x.each({ | ||
1979 | parent: function(e) { | ||
1980 | var t = e.parentNode; | ||
1981 | return t && 11 !== t.nodeType ? t : null | ||
1982 | }, | ||
1983 | parents: function(e) { | ||
1984 | return x.dir(e, "parentNode") | ||
1985 | }, | ||
1986 | parentsUntil: function(e, t, n) { | ||
1987 | return x.dir(e, "parentNode", n) | ||
1988 | }, | ||
1989 | next: function(e) { | ||
1990 | return pt(e, "nextSibling") | ||
1991 | }, | ||
1992 | prev: function(e) { | ||
1993 | return pt(e, "previousSibling") | ||
1994 | }, | ||
1995 | nextAll: function(e) { | ||
1996 | return x.dir(e, "nextSibling") | ||
1997 | }, | ||
1998 | prevAll: function(e) { | ||
1999 | return x.dir(e, "previousSibling") | ||
2000 | }, | ||
2001 | nextUntil: function(e, t, n) { | ||
2002 | return x.dir(e, "nextSibling", n) | ||
2003 | }, | ||
2004 | prevUntil: function(e, t, n) { | ||
2005 | return x.dir(e, "previousSibling", n) | ||
2006 | }, | ||
2007 | siblings: function(e) { | ||
2008 | return x.sibling((e.parentNode || {}).firstChild, e) | ||
2009 | }, | ||
2010 | children: function(e) { | ||
2011 | return x.sibling(e.firstChild) | ||
2012 | }, | ||
2013 | contents: function(e) { | ||
2014 | return x.nodeName(e, "iframe") ? e.contentDocument || e.contentWindow.document : x.merge([], e.childNodes) | ||
2015 | } | ||
2016 | }, function(e, t) { | ||
2017 | x.fn[e] = function(n, r) { | ||
2018 | var i = x.map(this, t, n); | ||
2019 | return "Until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = x.filter(r, i)), this.length > 1 && (ct[e] || (i = x.unique(i)), lt.test(e) && (i = i.reverse())), this.pushStack(i) | ||
2020 | } | ||
2021 | }), x.extend({ | ||
2022 | filter: function(e, t, n) { | ||
2023 | var r = t[0]; | ||
2024 | return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? x.find.matchesSelector(r, e) ? [r] : [] : x.find.matches(e, x.grep(t, function(e) { | ||
2025 | return 1 === e.nodeType | ||
2026 | })) | ||
2027 | }, | ||
2028 | dir: function(e, n, r) { | ||
2029 | var i = [], | ||
2030 | o = e[n]; | ||
2031 | while (o && 9 !== o.nodeType && (r === t || 1 !== o.nodeType || !x(o).is(r))) 1 === o.nodeType && i.push(o), o = o[n]; | ||
2032 | return i | ||
2033 | }, | ||
2034 | sibling: function(e, t) { | ||
2035 | var n = []; | ||
2036 | for (; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); | ||
2037 | return n | ||
2038 | } | ||
2039 | }); | ||
2040 | |||
2041 | function ft(e, t, n) { | ||
2042 | if (x.isFunction(t)) return x.grep(e, function(e, r) { | ||
2043 | return !!t.call(e, r, e) !== n | ||
2044 | }); | ||
2045 | if (t.nodeType) return x.grep(e, function(e) { | ||
2046 | return e === t !== n | ||
2047 | }); | ||
2048 | if ("string" == typeof t) { | ||
2049 | if (st.test(t)) return x.filter(t, e, n); | ||
2050 | t = x.filter(t, e) | ||
2051 | } | ||
2052 | return x.grep(e, function(e) { | ||
2053 | return x.inArray(e, t) >= 0 !== n | ||
2054 | }) | ||
2055 | } | ||
2056 | |||
2057 | function dt(e) { | ||
2058 | var t = ht.split("|"), | ||
2059 | n = e.createDocumentFragment(); | ||
2060 | if (n.createElement) | ||
2061 | while (t.length) n.createElement(t.pop()); | ||
2062 | return n | ||
2063 | } | ||
2064 | var ht = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", | ||
2065 | gt = / jQuery\d+="(?:null|\d+)"/g, | ||
2066 | mt = RegExp("<(?:" + ht + ")[\\s/>]", "i"), | ||
2067 | yt = /^\s+/, | ||
2068 | vt = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi, | ||
2069 | bt = /<([\w:]+)/, | ||
2070 | xt = /<tbody/i, | ||
2071 | wt = /<|&#?\w+;/, | ||
2072 | Tt = /<(?:script|style|link)/i, | ||
2073 | Ct = /^(?:checkbox|radio)$/i, | ||
2074 | Nt = /checked\s*(?:[^=]|=\s*.checked.)/i, | ||
2075 | kt = /^$|\/(?:java|ecma)script/i, | ||
2076 | Et = /^true\/(.*)/, | ||
2077 | St = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g, | ||
2078 | At = { | ||
2079 | option: [1, "<select multiple='multiple'>", "</select>"], | ||
2080 | legend: [1, "<fieldset>", "</fieldset>"], | ||
2081 | area: [1, "<map>", "</map>"], | ||
2082 | param: [1, "<object>", "</object>"], | ||
2083 | thead: [1, "<table>", "</table>"], | ||
2084 | tr: [2, "<table><tbody>", "</tbody></table>"], | ||
2085 | col: [2, "<table><tbody></tbody><colgroup>", "</colgroup></table>"], | ||
2086 | td: [3, "<table><tbody><tr>", "</tr></tbody></table>"], | ||
2087 | _default: x.support.htmlSerialize ? [0, "", ""] : [1, "X<div>", "</div>"] | ||
2088 | }, | ||
2089 | jt = dt(a), | ||
2090 | Dt = jt.appendChild(a.createElement("div")); | ||
2091 | At.optgroup = At.option, At.tbody = At.tfoot = At.colgroup = At.caption = At.thead, At.th = At.td, x.fn.extend({ | ||
2092 | text: function(e) { | ||
2093 | return x.access(this, function(e) { | ||
2094 | return e === t ? x.text(this) : this.empty().append((this[0] && this[0].ownerDocument || a).createTextNode(e)) | ||
2095 | }, null, e, arguments.length) | ||
2096 | }, | ||
2097 | append: function() { | ||
2098 | return this.domManip(arguments, function(e) { | ||
2099 | if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { | ||
2100 | var t = Lt(this, e); | ||
2101 | t.appendChild(e) | ||
2102 | } | ||
2103 | }) | ||
2104 | }, | ||
2105 | prepend: function() { | ||
2106 | return this.domManip(arguments, function(e) { | ||
2107 | if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { | ||
2108 | var t = Lt(this, e); | ||
2109 | t.insertBefore(e, t.firstChild) | ||
2110 | } | ||
2111 | }) | ||
2112 | }, | ||
2113 | before: function() { | ||
2114 | return this.domManip(arguments, function(e) { | ||
2115 | this.parentNode && this.parentNode.insertBefore(e, this) | ||
2116 | }) | ||
2117 | }, | ||
2118 | after: function() { | ||
2119 | return this.domManip(arguments, function(e) { | ||
2120 | this.parentNode && this.parentNode.insertBefore(e, this.nextSibling) | ||
2121 | }) | ||
2122 | }, | ||
2123 | remove: function(e, t) { | ||
2124 | var n, r = e ? x.filter(e, this) : this, | ||
2125 | i = 0; | ||
2126 | for (; null != (n = r[i]); i++) t || 1 !== n.nodeType || x.cleanData(Ft(n)), n.parentNode && (t && x.contains(n.ownerDocument, n) && _t(Ft(n, "script")), n.parentNode.removeChild(n)); | ||
2127 | return this | ||
2128 | }, | ||
2129 | empty: function() { | ||
2130 | var e, t = 0; | ||
2131 | for (; null != (e = this[t]); t++) { | ||
2132 | 1 === e.nodeType && x.cleanData(Ft(e, !1)); | ||
2133 | while (e.firstChild) e.removeChild(e.firstChild); | ||
2134 | e.options && x.nodeName(e, "select") && (e.options.length = 0) | ||
2135 | } | ||
2136 | return this | ||
2137 | }, | ||
2138 | clone: function(e, t) { | ||
2139 | return e = null == e ? !1 : e, t = null == t ? e : t, this.map(function() { | ||
2140 | return x.clone(this, e, t) | ||
2141 | }) | ||
2142 | }, | ||
2143 | html: function(e) { | ||
2144 | return x.access(this, function(e) { | ||
2145 | var n = this[0] || {}, | ||
2146 | r = 0, | ||
2147 | i = this.length; | ||
2148 | if (e === t) return 1 === n.nodeType ? n.innerHTML.replace(gt, "") : t; | ||
2149 | if (!("string" != typeof e || Tt.test(e) || !x.support.htmlSerialize && mt.test(e) || !x.support.leadingWhitespace && yt.test(e) || At[(bt.exec(e) || ["", ""])[1].toLowerCase()])) { | ||
2150 | e = e.replace(vt, "<$1></$2>"); | ||
2151 | try { | ||
2152 | for (; i > r; r++) n = this[r] || {}, 1 === n.nodeType && (x.cleanData(Ft(n, !1)), n.innerHTML = e); | ||
2153 | n = 0 | ||
2154 | } catch (o) {} | ||
2155 | } | ||
2156 | n && this.empty().append(e) | ||
2157 | }, null, e, arguments.length) | ||
2158 | }, | ||
2159 | replaceWith: function() { | ||
2160 | var e = x.map(this, function(e) { | ||
2161 | return [e.nextSibling, e.parentNode] | ||
2162 | }), | ||
2163 | t = 0; | ||
2164 | return this.domManip(arguments, function(n) { | ||
2165 | var r = e[t++], | ||
2166 | i = e[t++]; | ||
2167 | i && (r && r.parentNode !== i && (r = this.nextSibling), x(this).remove(), i.insertBefore(n, r)) | ||
2168 | }, !0), t ? this : this.remove() | ||
2169 | }, | ||
2170 | detach: function(e) { | ||
2171 | return this.remove(e, !0) | ||
2172 | }, | ||
2173 | domManip: function(e, t, n) { | ||
2174 | e = d.apply([], e); | ||
2175 | var r, i, o, a, s, l, u = 0, | ||
2176 | c = this.length, | ||
2177 | p = this, | ||
2178 | f = c - 1, | ||
2179 | h = e[0], | ||
2180 | g = x.isFunction(h); | ||
2181 | if (g || !(1 >= c || "string" != typeof h || x.support.checkClone) && Nt.test(h)) return this.each(function(r) { | ||
2182 | var i = p.eq(r); | ||
2183 | g && (e[0] = h.call(this, r, i.html())), i.domManip(e, t, n) | ||
2184 | }); | ||
2185 | if (c && (l = x.buildFragment(e, this[0].ownerDocument, !1, !n && this), r = l.firstChild, 1 === l.childNodes.length && (l = r), r)) { | ||
2186 | for (a = x.map(Ft(l, "script"), Ht), o = a.length; c > u; u++) i = l, u !== f && (i = x.clone(i, !0, !0), o && x.merge(a, Ft(i, "script"))), t.call(this[u], i, u); | ||
2187 | if (o) | ||
2188 | for (s = a[a.length - 1].ownerDocument, x.map(a, qt), u = 0; o > u; u++) i = a[u], kt.test(i.type || "") && !x._data(i, "globalEval") && x.contains(s, i) && (i.src ? x._evalUrl(i.src) : x.globalEval((i.text || i.textContent || i.innerHTML || "").replace(St, ""))); | ||
2189 | l = r = null | ||
2190 | } | ||
2191 | return this | ||
2192 | } | ||
2193 | }); | ||
2194 | |||
2195 | function Lt(e, t) { | ||
2196 | return x.nodeName(e, "table") && x.nodeName(1 === t.nodeType ? t : t.firstChild, "tr") ? e.getElementsByTagName("tbody")[0] || e.appendChild(e.ownerDocument.createElement("tbody")) : e | ||
2197 | } | ||
2198 | |||
2199 | function Ht(e) { | ||
2200 | return e.type = (null !== x.find.attr(e, "type")) + "/" + e.type, e | ||
2201 | } | ||
2202 | |||
2203 | function qt(e) { | ||
2204 | var t = Et.exec(e.type); | ||
2205 | return t ? e.type = t[1] : e.removeAttribute("type"), e | ||
2206 | } | ||
2207 | |||
2208 | function _t(e, t) { | ||
2209 | var n, r = 0; | ||
2210 | for (; null != (n = e[r]); r++) x._data(n, "globalEval", !t || x._data(t[r], "globalEval")) | ||
2211 | } | ||
2212 | |||
2213 | function Mt(e, t) { | ||
2214 | if (1 === t.nodeType && x.hasData(e)) { | ||
2215 | var n, r, i, o = x._data(e), | ||
2216 | a = x._data(t, o), | ||
2217 | s = o.events; | ||
2218 | if (s) { | ||
2219 | delete a.handle, a.events = {}; | ||
2220 | for (n in s) | ||
2221 | for (r = 0, i = s[n].length; i > r; r++) x.event.add(t, n, s[n][r]) | ||
2222 | } | ||
2223 | a.data && (a.data = x.extend({}, a.data)) | ||
2224 | } | ||
2225 | } | ||
2226 | |||
2227 | function Ot(e, t) { | ||
2228 | var n, r, i; | ||
2229 | if (1 === t.nodeType) { | ||
2230 | if (n = t.nodeName.toLowerCase(), !x.support.noCloneEvent && t[x.expando]) { | ||
2231 | i = x._data(t); | ||
2232 | for (r in i.events) x.removeEvent(t, r, i.handle); | ||
2233 | t.removeAttribute(x.expando) | ||
2234 | } | ||
2235 | "script" === n && t.text !== e.text ? (Ht(t).text = e.text, qt(t)) : "object" === n ? (t.parentNode && (t.outerHTML = e.outerHTML), x.support.html5Clone && e.innerHTML && !x.trim(t.innerHTML) && (t.innerHTML = e.innerHTML)) : "input" === n && Ct.test(e.type) ? (t.defaultChecked = t.checked = e.checked, t.value !== e.value && (t.value = e.value)) : "option" === n ? t.defaultSelected = t.selected = e.defaultSelected : ("input" === n || "textarea" === n) && (t.defaultValue = e.defaultValue) | ||
2236 | } | ||
2237 | } | ||
2238 | x.each({ | ||
2239 | appendTo: "append", | ||
2240 | prependTo: "prepend", | ||
2241 | insertBefore: "before", | ||
2242 | insertAfter: "after", | ||
2243 | replaceAll: "replaceWith" | ||
2244 | }, function(e, t) { | ||
2245 | x.fn[e] = function(e) { | ||
2246 | var n, r = 0, | ||
2247 | i = [], | ||
2248 | o = x(e), | ||
2249 | a = o.length - 1; | ||
2250 | for (; a >= r; r++) n = r === a ? this : this.clone(!0), x(o[r])[t](n), h.apply(i, n.get()); | ||
2251 | return this.pushStack(i) | ||
2252 | } | ||
2253 | }); | ||
2254 | |||
2255 | function Ft(e, n) { | ||
2256 | var r, o, a = 0, | ||
2257 | s = typeof e.getElementsByTagName !== i ? e.getElementsByTagName(n || "*") : typeof e.querySelectorAll !== i ? e.querySelectorAll(n || "*") : t; | ||
2258 | if (!s) | ||
2259 | for (s = [], r = e.childNodes || e; null != (o = r[a]); a++)!n || x.nodeName(o, n) ? s.push(o) : x.merge(s, Ft(o, n)); | ||
2260 | return n === t || n && x.nodeName(e, n) ? x.merge([e], s) : s | ||
2261 | } | ||
2262 | |||
2263 | function Bt(e) { | ||
2264 | Ct.test(e.type) && (e.defaultChecked = e.checked) | ||
2265 | } | ||
2266 | x.extend({ | ||
2267 | clone: function(e, t, n) { | ||
2268 | var r, i, o, a, s, l = x.contains(e.ownerDocument, e); | ||
2269 | if (x.support.html5Clone || x.isXMLDoc(e) || !mt.test("<" + e.nodeName + ">") ? o = e.cloneNode(!0) : (Dt.innerHTML = e.outerHTML, Dt.removeChild(o = Dt.firstChild)), !(x.support.noCloneEvent && x.support.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || x.isXMLDoc(e))) | ||
2270 | for (r = Ft(o), s = Ft(e), a = 0; null != (i = s[a]); ++a) r[a] && Ot(i, r[a]); | ||
2271 | if (t) | ||
2272 | if (n) | ||
2273 | for (s = s || Ft(e), r = r || Ft(o), a = 0; null != (i = s[a]); a++) Mt(i, r[a]); | ||
2274 | else Mt(e, o); | ||
2275 | return r = Ft(o, "script"), r.length > 0 && _t(r, !l && Ft(e, "script")), r = s = i = null, o | ||
2276 | }, | ||
2277 | buildFragment: function(e, t, n, r) { | ||
2278 | var i, o, a, s, l, u, c, p = e.length, | ||
2279 | f = dt(t), | ||
2280 | d = [], | ||
2281 | h = 0; | ||
2282 | for (; p > h; h++) | ||
2283 | if (o = e[h], o || 0 === o) | ||
2284 | if ("object" === x.type(o)) x.merge(d, o.nodeType ? [o] : o); | ||
2285 | else if (wt.test(o)) { | ||
2286 | s = s || f.appendChild(t.createElement("div")), l = (bt.exec(o) || ["", ""])[1].toLowerCase(), c = At[l] || At._default, s.innerHTML = c[1] + o.replace(vt, "<$1></$2>") + c[2], i = c[0]; | ||
2287 | while (i--) s = s.lastChild; | ||
2288 | if (!x.support.leadingWhitespace && yt.test(o) && d.push(t.createTextNode(yt.exec(o)[0])), !x.support.tbody) { | ||
2289 | o = "table" !== l || xt.test(o) ? "<table>" !== c[1] || xt.test(o) ? 0 : s : s.firstChild, i = o && o.childNodes.length; | ||
2290 | while (i--) x.nodeName(u = o.childNodes[i], "tbody") && !u.childNodes.length && o.removeChild(u) | ||
2291 | } | ||
2292 | x.merge(d, s.childNodes), s.textContent = ""; | ||
2293 | while (s.firstChild) s.removeChild(s.firstChild); | ||
2294 | s = f.lastChild | ||
2295 | } else d.push(t.createTextNode(o)); | ||
2296 | s && f.removeChild(s), x.support.appendChecked || x.grep(Ft(d, "input"), Bt), h = 0; | ||
2297 | while (o = d[h++]) | ||
2298 | if ((!r || -1 === x.inArray(o, r)) && (a = x.contains(o.ownerDocument, o), s = Ft(f.appendChild(o), "script"), a && _t(s), n)) { | ||
2299 | i = 0; | ||
2300 | while (o = s[i++]) kt.test(o.type || "") && n.push(o) | ||
2301 | } | ||
2302 | return s = null, f | ||
2303 | }, | ||
2304 | cleanData: function(e, t) { | ||
2305 | var n, r, o, a, s = 0, | ||
2306 | l = x.expando, | ||
2307 | u = x.cache, | ||
2308 | c = x.support.deleteExpando, | ||
2309 | f = x.event.special; | ||
2310 | for (; null != (n = e[s]); s++) | ||
2311 | if ((t || x.acceptData(n)) && (o = n[l], a = o && u[o])) { | ||
2312 | if (a.events) | ||
2313 | for (r in a.events) f[r] ? x.event.remove(n, r) : x.removeEvent(n, r, a.handle); | ||
2314 | |||
2315 | u[o] && (delete u[o], c ? delete n[l] : typeof n.removeAttribute !== i ? n.removeAttribute(l) : n[l] = null, p.push(o)) | ||
2316 | } | ||
2317 | }, | ||
2318 | _evalUrl: function(e) { | ||
2319 | return x.ajax({ | ||
2320 | url: e, | ||
2321 | type: "GET", | ||
2322 | dataType: "script", | ||
2323 | async: !1, | ||
2324 | global: !1, | ||
2325 | "throws": !0 | ||
2326 | }) | ||
2327 | } | ||
2328 | }), x.fn.extend({ | ||
2329 | wrapAll: function(e) { | ||
2330 | if (x.isFunction(e)) return this.each(function(t) { | ||
2331 | x(this).wrapAll(e.call(this, t)) | ||
2332 | }); | ||
2333 | if (this[0]) { | ||
2334 | var t = x(e, this[0].ownerDocument).eq(0).clone(!0); | ||
2335 | this[0].parentNode && t.insertBefore(this[0]), t.map(function() { | ||
2336 | var e = this; | ||
2337 | while (e.firstChild && 1 === e.firstChild.nodeType) e = e.firstChild; | ||
2338 | return e | ||
2339 | }).append(this) | ||
2340 | } | ||
2341 | return this | ||
2342 | }, | ||
2343 | wrapInner: function(e) { | ||
2344 | return x.isFunction(e) ? this.each(function(t) { | ||
2345 | x(this).wrapInner(e.call(this, t)) | ||
2346 | }) : this.each(function() { | ||
2347 | var t = x(this), | ||
2348 | n = t.contents(); | ||
2349 | n.length ? n.wrapAll(e) : t.append(e) | ||
2350 | }) | ||
2351 | }, | ||
2352 | wrap: function(e) { | ||
2353 | var t = x.isFunction(e); | ||
2354 | return this.each(function(n) { | ||
2355 | x(this).wrapAll(t ? e.call(this, n) : e) | ||
2356 | }) | ||
2357 | }, | ||
2358 | unwrap: function() { | ||
2359 | return this.parent().each(function() { | ||
2360 | x.nodeName(this, "body") || x(this).replaceWith(this.childNodes) | ||
2361 | }).end() | ||
2362 | } | ||
2363 | }); | ||
2364 | var Pt, Rt, Wt, $t = /alpha\([^)]*\)/i, | ||
2365 | It = /opacity\s*=\s*([^)]*)/, | ||
2366 | zt = /^(top|right|bottom|left)$/, | ||
2367 | Xt = /^(none|table(?!-c[ea]).+)/, | ||
2368 | Ut = /^margin/, | ||
2369 | Vt = RegExp("^(" + w + ")(.*)$", "i"), | ||
2370 | Yt = RegExp("^(" + w + ")(?!px)[a-z%]+$", "i"), | ||
2371 | Jt = RegExp("^([+-])=(" + w + ")", "i"), | ||
2372 | Gt = { | ||
2373 | BODY: "block" | ||
2374 | }, | ||
2375 | Qt = { | ||
2376 | position: "absolute", | ||
2377 | visibility: "hidden", | ||
2378 | display: "block" | ||
2379 | }, | ||
2380 | Kt = { | ||
2381 | letterSpacing: 0, | ||
2382 | fontWeight: 400 | ||
2383 | }, | ||
2384 | Zt = ["Top", "Right", "Bottom", "Left"], | ||
2385 | en = ["Webkit", "O", "Moz", "ms"]; | ||
2386 | |||
2387 | function tn(e, t) { | ||
2388 | if (t in e) return t; | ||
2389 | var n = t.charAt(0).toUpperCase() + t.slice(1), | ||
2390 | r = t, | ||
2391 | i = en.length; | ||
2392 | while (i--) | ||
2393 | if (t = en[i] + n, t in e) return t; | ||
2394 | return r | ||
2395 | } | ||
2396 | |||
2397 | function nn(e, t) { | ||
2398 | return e = t || e, "none" === x.css(e, "display") || !x.contains(e.ownerDocument, e) | ||
2399 | } | ||
2400 | |||
2401 | function rn(e, t) { | ||
2402 | var n, r, i, o = [], | ||
2403 | a = 0, | ||
2404 | s = e.length; | ||
2405 | for (; s > a; a++) r = e[a], r.style && (o[a] = x._data(r, "olddisplay"), n = r.style.display, t ? (o[a] || "none" !== n || (r.style.display = ""), "" === r.style.display && nn(r) && (o[a] = x._data(r, "olddisplay", ln(r.nodeName)))) : o[a] || (i = nn(r), (n && "none" !== n || !i) && x._data(r, "olddisplay", i ? n : x.css(r, "display")))); | ||
2406 | for (a = 0; s > a; a++) r = e[a], r.style && (t && "none" !== r.style.display && "" !== r.style.display || (r.style.display = t ? o[a] || "" : "none")); | ||
2407 | return e | ||
2408 | } | ||
2409 | x.fn.extend({ | ||
2410 | css: function(e, n) { | ||
2411 | return x.access(this, function(e, n, r) { | ||
2412 | var i, o, a = {}, | ||
2413 | s = 0; | ||
2414 | if (x.isArray(n)) { | ||
2415 | for (o = Rt(e), i = n.length; i > s; s++) a[n[s]] = x.css(e, n[s], !1, o); | ||
2416 | return a | ||
2417 | } | ||
2418 | return r !== t ? x.style(e, n, r) : x.css(e, n) | ||
2419 | }, e, n, arguments.length > 1) | ||
2420 | }, | ||
2421 | show: function() { | ||
2422 | return rn(this, !0) | ||
2423 | }, | ||
2424 | hide: function() { | ||
2425 | return rn(this) | ||
2426 | }, | ||
2427 | toggle: function(e) { | ||
2428 | return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function() { | ||
2429 | nn(this) ? x(this).show() : x(this).hide() | ||
2430 | }) | ||
2431 | } | ||
2432 | }), x.extend({ | ||
2433 | cssHooks: { | ||
2434 | opacity: { | ||
2435 | get: function(e, t) { | ||
2436 | if (t) { | ||
2437 | var n = Wt(e, "opacity"); | ||
2438 | return "" === n ? "1" : n | ||
2439 | } | ||
2440 | } | ||
2441 | } | ||
2442 | }, | ||
2443 | cssNumber: { | ||
2444 | columnCount: !0, | ||
2445 | fillOpacity: !0, | ||
2446 | fontWeight: !0, | ||
2447 | lineHeight: !0, | ||
2448 | opacity: !0, | ||
2449 | order: !0, | ||
2450 | orphans: !0, | ||
2451 | widows: !0, | ||
2452 | zIndex: !0, | ||
2453 | zoom: !0 | ||
2454 | }, | ||
2455 | cssProps: { | ||
2456 | "float": x.support.cssFloat ? "cssFloat" : "styleFloat" | ||
2457 | }, | ||
2458 | style: function(e, n, r, i) { | ||
2459 | if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { | ||
2460 | var o, a, s, l = x.camelCase(n), | ||
2461 | u = e.style; | ||
2462 | if (n = x.cssProps[l] || (x.cssProps[l] = tn(u, l)), s = x.cssHooks[n] || x.cssHooks[l], r === t) return s && "get" in s && (o = s.get(e, !1, i)) !== t ? o : u[n]; | ||
2463 | if (a = typeof r, "string" === a && (o = Jt.exec(r)) && (r = (o[1] + 1) * o[2] + parseFloat(x.css(e, n)), a = "number"), !(null == r || "number" === a && isNaN(r) || ("number" !== a || x.cssNumber[l] || (r += "px"), x.support.clearCloneStyle || "" !== r || 0 !== n.indexOf("background") || (u[n] = "inherit"), s && "set" in s && (r = s.set(e, r, i)) === t))) try { | ||
2464 | u[n] = r | ||
2465 | } catch (c) {} | ||
2466 | } | ||
2467 | }, | ||
2468 | css: function(e, n, r, i) { | ||
2469 | var o, a, s, l = x.camelCase(n); | ||
2470 | return n = x.cssProps[l] || (x.cssProps[l] = tn(e.style, l)), s = x.cssHooks[n] || x.cssHooks[l], s && "get" in s && (a = s.get(e, !0, r)), a === t && (a = Wt(e, n, i)), "normal" === a && n in Kt && (a = Kt[n]), "" === r || r ? (o = parseFloat(a), r === !0 || x.isNumeric(o) ? o || 0 : a) : a | ||
2471 | } | ||
2472 | }), e.getComputedStyle ? (Rt = function(t) { | ||
2473 | return e.getComputedStyle(t, null) | ||
2474 | }, Wt = function(e, n, r) { | ||
2475 | var i, o, a, s = r || Rt(e), | ||
2476 | l = s ? s.getPropertyValue(n) || s[n] : t, | ||
2477 | u = e.style; | ||
2478 | return s && ("" !== l || x.contains(e.ownerDocument, e) || (l = x.style(e, n)), Yt.test(l) && Ut.test(n) && (i = u.width, o = u.minWidth, a = u.maxWidth, u.minWidth = u.maxWidth = u.width = l, l = s.width, u.width = i, u.minWidth = o, u.maxWidth = a)), l | ||
2479 | }) : a.documentElement.currentStyle && (Rt = function(e) { | ||
2480 | return e.currentStyle | ||
2481 | }, Wt = function(e, n, r) { | ||
2482 | var i, o, a, s = r || Rt(e), | ||
2483 | l = s ? s[n] : t, | ||
2484 | u = e.style; | ||
2485 | return null == l && u && u[n] && (l = u[n]), Yt.test(l) && !zt.test(n) && (i = u.left, o = e.runtimeStyle, a = o && o.left, a && (o.left = e.currentStyle.left), u.left = "fontSize" === n ? "1em" : l, l = u.pixelLeft + "px", u.left = i, a && (o.left = a)), "" === l ? "auto" : l | ||
2486 | }); | ||
2487 | |||
2488 | function on(e, t, n) { | ||
2489 | var r = Vt.exec(t); | ||
2490 | return r ? Math.max(0, r[1] - (n || 0)) + (r[2] || "px") : t | ||
2491 | } | ||
2492 | |||
2493 | function an(e, t, n, r, i) { | ||
2494 | var o = n === (r ? "border" : "content") ? 4 : "width" === t ? 1 : 0, | ||
2495 | a = 0; | ||
2496 | for (; 4 > o; o += 2) "margin" === n && (a += x.css(e, n + Zt[o], !0, i)), r ? ("content" === n && (a -= x.css(e, "padding" + Zt[o], !0, i)), "margin" !== n && (a -= x.css(e, "border" + Zt[o] + "Width", !0, i))) : (a += x.css(e, "padding" + Zt[o], !0, i), "padding" !== n && (a += x.css(e, "border" + Zt[o] + "Width", !0, i))); | ||
2497 | return a | ||
2498 | } | ||
2499 | |||
2500 | function sn(e, t, n) { | ||
2501 | var r = !0, | ||
2502 | i = "width" === t ? e.offsetWidth : e.offsetHeight, | ||
2503 | o = Rt(e), | ||
2504 | a = x.support.boxSizing && "border-box" === x.css(e, "boxSizing", !1, o); | ||
2505 | if (0 >= i || null == i) { | ||
2506 | if (i = Wt(e, t, o), (0 > i || null == i) && (i = e.style[t]), Yt.test(i)) return i; | ||
2507 | r = a && (x.support.boxSizingReliable || i === e.style[t]), i = parseFloat(i) || 0 | ||
2508 | } | ||
2509 | return i + an(e, t, n || (a ? "border" : "content"), r, o) + "px" | ||
2510 | } | ||
2511 | |||
2512 | function ln(e) { | ||
2513 | var t = a, | ||
2514 | n = Gt[e]; | ||
2515 | return n || (n = un(e, t), "none" !== n && n || (Pt = (Pt || x("<iframe frameborder='0' width='0' height='0'/>").css("cssText", "display:block !important")).appendTo(t.documentElement), t = (Pt[0].contentWindow || Pt[0].contentDocument).document, t.write("<!doctype html><html><body>"), t.close(), n = un(e, t), Pt.detach()), Gt[e] = n), n | ||
2516 | } | ||
2517 | |||
2518 | function un(e, t) { | ||
2519 | var n = x(t.createElement(e)).appendTo(t.body), | ||
2520 | r = x.css(n[0], "display"); | ||
2521 | return n.remove(), r | ||
2522 | } | ||
2523 | x.each(["height", "width"], function(e, n) { | ||
2524 | x.cssHooks[n] = { | ||
2525 | get: function(e, r, i) { | ||
2526 | return r ? 0 === e.offsetWidth && Xt.test(x.css(e, "display")) ? x.swap(e, Qt, function() { | ||
2527 | return sn(e, n, i) | ||
2528 | }) : sn(e, n, i) : t | ||
2529 | }, | ||
2530 | set: function(e, t, r) { | ||
2531 | var i = r && Rt(e); | ||
2532 | return on(e, t, r ? an(e, n, r, x.support.boxSizing && "border-box" === x.css(e, "boxSizing", !1, i), i) : 0) | ||
2533 | } | ||
2534 | } | ||
2535 | }), x.support.opacity || (x.cssHooks.opacity = { | ||
2536 | get: function(e, t) { | ||
2537 | return It.test((t && e.currentStyle ? e.currentStyle.filter : e.style.filter) || "") ? .01 * parseFloat(RegExp.$1) + "" : t ? "1" : "" | ||
2538 | }, | ||
2539 | set: function(e, t) { | ||
2540 | var n = e.style, | ||
2541 | r = e.currentStyle, | ||
2542 | i = x.isNumeric(t) ? "alpha(opacity=" + 100 * t + ")" : "", | ||
2543 | o = r && r.filter || n.filter || ""; | ||
2544 | n.zoom = 1, (t >= 1 || "" === t) && "" === x.trim(o.replace($t, "")) && n.removeAttribute && (n.removeAttribute("filter"), "" === t || r && !r.filter) || (n.filter = $t.test(o) ? o.replace($t, i) : o + " " + i) | ||
2545 | } | ||
2546 | }), x(function() { | ||
2547 | x.support.reliableMarginRight || (x.cssHooks.marginRight = { | ||
2548 | get: function(e, n) { | ||
2549 | return n ? x.swap(e, { | ||
2550 | display: "inline-block" | ||
2551 | }, Wt, [e, "marginRight"]) : t | ||
2552 | } | ||
2553 | }), !x.support.pixelPosition && x.fn.position && x.each(["top", "left"], function(e, n) { | ||
2554 | x.cssHooks[n] = { | ||
2555 | get: function(e, r) { | ||
2556 | return r ? (r = Wt(e, n), Yt.test(r) ? x(e).position()[n] + "px" : r) : t | ||
2557 | } | ||
2558 | } | ||
2559 | }) | ||
2560 | }), x.expr && x.expr.filters && (x.expr.filters.hidden = function(e) { | ||
2561 | return 0 >= e.offsetWidth && 0 >= e.offsetHeight || !x.support.reliableHiddenOffsets && "none" === (e.style && e.style.display || x.css(e, "display")) | ||
2562 | }, x.expr.filters.visible = function(e) { | ||
2563 | return !x.expr.filters.hidden(e) | ||
2564 | }), x.each({ | ||
2565 | margin: "", | ||
2566 | padding: "", | ||
2567 | border: "Width" | ||
2568 | }, function(e, t) { | ||
2569 | x.cssHooks[e + t] = { | ||
2570 | expand: function(n) { | ||
2571 | var r = 0, | ||
2572 | i = {}, | ||
2573 | o = "string" == typeof n ? n.split(" ") : [n]; | ||
2574 | for (; 4 > r; r++) i[e + Zt[r] + t] = o[r] || o[r - 2] || o[0]; | ||
2575 | return i | ||
2576 | } | ||
2577 | }, Ut.test(e) || (x.cssHooks[e + t].set = on) | ||
2578 | }); | ||
2579 | var cn = /%20/g, | ||
2580 | pn = /\[\]$/, | ||
2581 | fn = /\r?\n/g, | ||
2582 | dn = /^(?:submit|button|image|reset|file)$/i, | ||
2583 | hn = /^(?:input|select|textarea|keygen)/i; | ||
2584 | x.fn.extend({ | ||
2585 | serialize: function() { | ||
2586 | return x.param(this.serializeArray()) | ||
2587 | }, | ||
2588 | serializeArray: function() { | ||
2589 | return this.map(function() { | ||
2590 | var e = x.prop(this, "elements"); | ||
2591 | return e ? x.makeArray(e) : this | ||
2592 | }).filter(function() { | ||
2593 | var e = this.type; | ||
2594 | return this.name && !x(this).is(":disabled") && hn.test(this.nodeName) && !dn.test(e) && (this.checked || !Ct.test(e)) | ||
2595 | }).map(function(e, t) { | ||
2596 | var n = x(this).val(); | ||
2597 | return null == n ? null : x.isArray(n) ? x.map(n, function(e) { | ||
2598 | return { | ||
2599 | name: t.name, | ||
2600 | value: e.replace(fn, "\r\n") | ||
2601 | } | ||
2602 | }) : { | ||
2603 | name: t.name, | ||
2604 | value: n.replace(fn, "\r\n") | ||
2605 | } | ||
2606 | }).get() | ||
2607 | } | ||
2608 | }), x.param = function(e, n) { | ||
2609 | var r, i = [], | ||
2610 | o = function(e, t) { | ||
2611 | t = x.isFunction(t) ? t() : null == t ? "" : t, i[i.length] = encodeURIComponent(e) + "=" + encodeURIComponent(t) | ||
2612 | }; | ||
2613 | if (n === t && (n = x.ajaxSettings && x.ajaxSettings.traditional), x.isArray(e) || e.jquery && !x.isPlainObject(e)) x.each(e, function() { | ||
2614 | o(this.name, this.value) | ||
2615 | }); | ||
2616 | else | ||
2617 | for (r in e) gn(r, e[r], n, o); | ||
2618 | return i.join("&").replace(cn, "+") | ||
2619 | }; | ||
2620 | |||
2621 | function gn(e, t, n, r) { | ||
2622 | var i; | ||
2623 | if (x.isArray(t)) x.each(t, function(t, i) { | ||
2624 | n || pn.test(e) ? r(e, i) : gn(e + "[" + ("object" == typeof i ? t : "") + "]", i, n, r) | ||
2625 | }); | ||
2626 | else if (n || "object" !== x.type(t)) r(e, t); | ||
2627 | else | ||
2628 | for (i in t) gn(e + "[" + i + "]", t[i], n, r) | ||
2629 | } | ||
2630 | x.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "), function(e, t) { | ||
2631 | x.fn[t] = function(e, n) { | ||
2632 | return arguments.length > 0 ? this.on(t, null, e, n) : this.trigger(t) | ||
2633 | } | ||
2634 | }), x.fn.extend({ | ||
2635 | hover: function(e, t) { | ||
2636 | return this.mouseenter(e).mouseleave(t || e) | ||
2637 | }, | ||
2638 | bind: function(e, t, n) { | ||
2639 | return this.on(e, null, t, n) | ||
2640 | }, | ||
2641 | unbind: function(e, t) { | ||
2642 | return this.off(e, null, t) | ||
2643 | }, | ||
2644 | delegate: function(e, t, n, r) { | ||
2645 | return this.on(t, e, n, r) | ||
2646 | }, | ||
2647 | undelegate: function(e, t, n) { | ||
2648 | return 1 === arguments.length ? this.off(e, "**") : this.off(t, e || "**", n) | ||
2649 | } | ||
2650 | }); | ||
2651 | var mn, yn, vn = x.now(), | ||
2652 | bn = /\?/, | ||
2653 | xn = /#.*$/, | ||
2654 | wn = /([?&])_=[^&]*/, | ||
2655 | Tn = /^(.*?):[ \t]*([^\r\n]*)\r?$/gm, | ||
2656 | Cn = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, | ||
2657 | Nn = /^(?:GET|HEAD)$/, | ||
2658 | kn = /^\/\//, | ||
2659 | En = /^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/, | ||
2660 | Sn = x.fn.load, | ||
2661 | An = {}, | ||
2662 | jn = {}, | ||
2663 | Dn = "*/".concat("*"); | ||
2664 | try { | ||
2665 | yn = o.href | ||
2666 | } catch (Ln) { | ||
2667 | yn = a.createElement("a"), yn.href = "", yn = yn.href | ||
2668 | } | ||
2669 | mn = En.exec(yn.toLowerCase()) || []; | ||
2670 | |||
2671 | function Hn(e) { | ||
2672 | return function(t, n) { | ||
2673 | "string" != typeof t && (n = t, t = "*"); | ||
2674 | var r, i = 0, | ||
2675 | o = t.toLowerCase().match(T) || []; | ||
2676 | if (x.isFunction(n)) | ||
2677 | while (r = o[i++]) "+" === r[0] ? (r = r.slice(1) || "*", (e[r] = e[r] || []).unshift(n)) : (e[r] = e[r] || []).push(n) | ||
2678 | } | ||
2679 | } | ||
2680 | |||
2681 | function qn(e, n, r, i) { | ||
2682 | var o = {}, | ||
2683 | a = e === jn; | ||
2684 | |||
2685 | function s(l) { | ||
2686 | var u; | ||
2687 | return o[l] = !0, x.each(e[l] || [], function(e, l) { | ||
2688 | var c = l(n, r, i); | ||
2689 | return "string" != typeof c || a || o[c] ? a ? !(u = c) : t : (n.dataTypes.unshift(c), s(c), !1) | ||
2690 | }), u | ||
2691 | } | ||
2692 | return s(n.dataTypes[0]) || !o["*"] && s("*") | ||
2693 | } | ||
2694 | |||
2695 | function _n(e, n) { | ||
2696 | var r, i, o = x.ajaxSettings.flatOptions || {}; | ||
2697 | for (i in n) n[i] !== t && ((o[i] ? e : r || (r = {}))[i] = n[i]); | ||
2698 | return r && x.extend(!0, e, r), e | ||
2699 | } | ||
2700 | x.fn.load = function(e, n, r) { | ||
2701 | if ("string" != typeof e && Sn) return Sn.apply(this, arguments); | ||
2702 | var i, o, a, s = this, | ||
2703 | l = e.indexOf(" "); | ||
2704 | return l >= 0 && (i = e.slice(l, e.length), e = e.slice(0, l)), x.isFunction(n) ? (r = n, n = t) : n && "object" == typeof n && (a = "POST"), s.length > 0 && x.ajax({ | ||
2705 | url: e, | ||
2706 | type: a, | ||
2707 | dataType: "html", | ||
2708 | data: n | ||
2709 | }).done(function(e) { | ||
2710 | o = arguments, s.html(i ? x("<div>").append(x.parseHTML(e)).find(i) : e) | ||
2711 | }).complete(r && function(e, t) { | ||
2712 | s.each(r, o || [e.responseText, t, e]) | ||
2713 | }), this | ||
2714 | }, x.each(["ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend"], function(e, t) { | ||
2715 | x.fn[t] = function(e) { | ||
2716 | return this.on(t, e) | ||
2717 | } | ||
2718 | }), x.extend({ | ||
2719 | active: 0, | ||
2720 | lastModified: {}, | ||
2721 | etag: {}, | ||
2722 | ajaxSettings: { | ||
2723 | url: yn, | ||
2724 | type: "GET", | ||
2725 | isLocal: Cn.test(mn[1]), | ||
2726 | global: !0, | ||
2727 | processData: !0, | ||
2728 | async: !0, | ||
2729 | contentType: "application/x-www-form-urlencoded; charset=UTF-8", | ||
2730 | accepts: { | ||
2731 | "*": Dn, | ||
2732 | text: "text/plain", | ||
2733 | html: "text/html", | ||
2734 | xml: "application/xml, text/xml", | ||
2735 | json: "application/json, text/javascript" | ||
2736 | }, | ||
2737 | contents: { | ||
2738 | xml: /xml/, | ||
2739 | html: /html/, | ||
2740 | json: /json/ | ||
2741 | }, | ||
2742 | responseFields: { | ||
2743 | xml: "responseXML", | ||
2744 | text: "responseText", | ||
2745 | json: "responseJSON" | ||
2746 | }, | ||
2747 | converters: { | ||
2748 | "* text": String, | ||
2749 | "text html": !0, | ||
2750 | "text json": x.parseJSON, | ||
2751 | "text xml": x.parseXML | ||
2752 | }, | ||
2753 | flatOptions: { | ||
2754 | url: !0, | ||
2755 | context: !0 | ||
2756 | } | ||
2757 | }, | ||
2758 | ajaxSetup: function(e, t) { | ||
2759 | return t ? _n(_n(e, x.ajaxSettings), t) : _n(x.ajaxSettings, e) | ||
2760 | }, | ||
2761 | ajaxPrefilter: Hn(An), | ||
2762 | ajaxTransport: Hn(jn), | ||
2763 | ajax: function(e, n) { | ||
2764 | "object" == typeof e && (n = e, e = t), n = n || {}; | ||
2765 | var r, i, o, a, s, l, u, c, p = x.ajaxSetup({}, n), | ||
2766 | f = p.context || p, | ||
2767 | d = p.context && (f.nodeType || f.jquery) ? x(f) : x.event, | ||
2768 | h = x.Deferred(), | ||
2769 | g = x.Callbacks("once memory"), | ||
2770 | m = p.statusCode || {}, | ||
2771 | y = {}, | ||
2772 | v = {}, | ||
2773 | b = 0, | ||
2774 | w = "canceled", | ||
2775 | C = { | ||
2776 | readyState: 0, | ||
2777 | getResponseHeader: function(e) { | ||
2778 | var t; | ||
2779 | if (2 === b) { | ||
2780 | if (!c) { | ||
2781 | c = {}; | ||
2782 | while (t = Tn.exec(a)) c[t[1].toLowerCase()] = t[2] | ||
2783 | } | ||
2784 | t = c[e.toLowerCase()] | ||
2785 | } | ||
2786 | return null == t ? null : t | ||
2787 | }, | ||
2788 | getAllResponseHeaders: function() { | ||
2789 | return 2 === b ? a : null | ||
2790 | }, | ||
2791 | setRequestHeader: function(e, t) { | ||
2792 | var n = e.toLowerCase(); | ||
2793 | return b || (e = v[n] = v[n] || e, y[e] = t), this | ||
2794 | }, | ||
2795 | overrideMimeType: function(e) { | ||
2796 | return b || (p.mimeType = e), this | ||
2797 | }, | ||
2798 | statusCode: function(e) { | ||
2799 | var t; | ||
2800 | if (e) | ||
2801 | if (2 > b) | ||
2802 | for (t in e) m[t] = [m[t], e[t]]; | ||
2803 | else C.always(e[C.status]); | ||
2804 | return this | ||
2805 | }, | ||
2806 | abort: function(e) { | ||
2807 | var t = e || w; | ||
2808 | return u && u.abort(t), k(0, t), this | ||
2809 | } | ||
2810 | }; | ||
2811 | if (h.promise(C).complete = g.add, C.success = C.done, C.error = C.fail, p.url = ((e || p.url || yn) + "").replace(xn, "").replace(kn, mn[1] + "//"), p.type = n.method || n.type || p.method || p.type, p.dataTypes = x.trim(p.dataType || "*").toLowerCase().match(T) || [""], null == p.crossDomain && (r = En.exec(p.url.toLowerCase()), p.crossDomain = !(!r || r[1] === mn[1] && r[2] === mn[2] && (r[3] || ("http:" === r[1] ? "80" : "443")) === (mn[3] || ("http:" === mn[1] ? "80" : "443")))), p.data && p.processData && "string" != typeof p.data && (p.data = x.param(p.data, p.traditional)), qn(An, p, n, C), 2 === b) return C; | ||
2812 | l = p.global, l && 0 === x.active++ && x.event.trigger("ajaxStart"), p.type = p.type.toUpperCase(), p.hasContent = !Nn.test(p.type), o = p.url, p.hasContent || (p.data && (o = p.url += (bn.test(o) ? "&" : "?") + p.data, delete p.data), p.cache === !1 && (p.url = wn.test(o) ? o.replace(wn, "$1_=" + vn++) : o + (bn.test(o) ? "&" : "?") + "_=" + vn++)), p.ifModified && (x.lastModified[o] && C.setRequestHeader("If-Modified-Since", x.lastModified[o]), x.etag[o] && C.setRequestHeader("If-None-Match", x.etag[o])), (p.data && p.hasContent && p.contentType !== !1 || n.contentType) && C.setRequestHeader("Content-Type", p.contentType), C.setRequestHeader("Accept", p.dataTypes[0] && p.accepts[p.dataTypes[0]] ? p.accepts[p.dataTypes[0]] + ("*" !== p.dataTypes[0] ? ", " + Dn + "; q=0.01" : "") : p.accepts["*"]); | ||
2813 | for (i in p.headers) C.setRequestHeader(i, p.headers[i]); | ||
2814 | if (p.beforeSend && (p.beforeSend.call(f, C, p) === !1 || 2 === b)) return C.abort(); | ||
2815 | w = "abort"; | ||
2816 | for (i in { | ||
2817 | success: 1, | ||
2818 | error: 1, | ||
2819 | complete: 1 | ||
2820 | }) C[i](p[i]); | ||
2821 | if (u = qn(jn, p, n, C)) { | ||
2822 | C.readyState = 1, l && d.trigger("ajaxSend", [C, p]), p.async && p.timeout > 0 && (s = setTimeout(function() { | ||
2823 | C.abort("timeout") | ||
2824 | }, p.timeout)); | ||
2825 | try { | ||
2826 | b = 1, u.send(y, k) | ||
2827 | } catch (N) { | ||
2828 | if (!(2 > b)) throw N; | ||
2829 | k(-1, N) | ||
2830 | } | ||
2831 | } else k(-1, "No Transport"); | ||
2832 | |||
2833 | function k(e, n, r, i) { | ||
2834 | var c, y, v, w, T, N = n; | ||
2835 | 2 !== b && (b = 2, s && clearTimeout(s), u = t, a = i || "", C.readyState = e > 0 ? 4 : 0, c = e >= 200 && 300 > e || 304 === e, r && (w = Mn(p, C, r)), w = On(p, w, C, c), c ? (p.ifModified && (T = C.getResponseHeader("Last-Modified"), T && (x.lastModified[o] = T), T = C.getResponseHeader("etag"), T && (x.etag[o] = T)), 204 === e || "HEAD" === p.type ? N = "nocontent" : 304 === e ? N = "notmodified" : (N = w.state, y = w.data, v = w.error, c = !v)) : (v = N, (e || !N) && (N = "error", 0 > e && (e = 0))), C.status = e, C.statusText = (n || N) + "", c ? h.resolveWith(f, [y, N, C]) : h.rejectWith(f, [C, N, v]), C.statusCode(m), m = t, l && d.trigger(c ? "ajaxSuccess" : "ajaxError", [C, p, c ? y : v]), g.fireWith(f, [C, N]), l && (d.trigger("ajaxComplete", [C, p]), --x.active || x.event.trigger("ajaxStop"))) | ||
2836 | } | ||
2837 | return C | ||
2838 | }, | ||
2839 | getJSON: function(e, t, n) { | ||
2840 | return x.get(e, t, n, "json") | ||
2841 | }, | ||
2842 | getScript: function(e, n) { | ||
2843 | return x.get(e, t, n, "script") | ||
2844 | } | ||
2845 | }), x.each(["get", "post"], function(e, n) { | ||
2846 | x[n] = function(e, r, i, o) { | ||
2847 | return x.isFunction(r) && (o = o || i, i = r, r = t), x.ajax({ | ||
2848 | url: e, | ||
2849 | type: n, | ||
2850 | dataType: o, | ||
2851 | data: r, | ||
2852 | success: i | ||
2853 | }) | ||
2854 | } | ||
2855 | }); | ||
2856 | |||
2857 | function Mn(e, n, r) { | ||
2858 | var i, o, a, s, l = e.contents, | ||
2859 | u = e.dataTypes; | ||
2860 | while ("*" === u[0]) u.shift(), o === t && (o = e.mimeType || n.getResponseHeader("Content-Type")); | ||
2861 | if (o) | ||
2862 | for (s in l) | ||
2863 | if (l[s] && l[s].test(o)) { | ||
2864 | u.unshift(s); | ||
2865 | break | ||
2866 | } | ||
2867 | if (u[0] in r) a = u[0]; | ||
2868 | else { | ||
2869 | for (s in r) { | ||
2870 | if (!u[0] || e.converters[s + " " + u[0]]) { | ||
2871 | a = s; | ||
2872 | break | ||
2873 | } | ||
2874 | i || (i = s) | ||
2875 | } | ||
2876 | a = a || i | ||
2877 | } | ||
2878 | return a ? (a !== u[0] && u.unshift(a), r[a]) : t | ||
2879 | } | ||
2880 | |||
2881 | function On(e, t, n, r) { | ||
2882 | var i, o, a, s, l, u = {}, | ||
2883 | c = e.dataTypes.slice(); | ||
2884 | if (c[1]) | ||
2885 | for (a in e.converters) u[a.toLowerCase()] = e.converters[a]; | ||
2886 | o = c.shift(); | ||
2887 | while (o) | ||
2888 | if (e.responseFields[o] && (n[e.responseFields[o]] = t), !l && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)), l = o, o = c.shift()) | ||
2889 | if ("*" === o) o = l; | ||
2890 | else if ("*" !== l && l !== o) { | ||
2891 | if (a = u[l + " " + o] || u["* " + o], !a) | ||
2892 | for (i in u) | ||
2893 | if (s = i.split(" "), s[1] === o && (a = u[l + " " + s[0]] || u["* " + s[0]])) { | ||
2894 | a === !0 ? a = u[i] : u[i] !== !0 && (o = s[0], c.unshift(s[1])); | ||
2895 | break | ||
2896 | } | ||
2897 | if (a !== !0) | ||
2898 | if (a && e["throws"]) t = a(t); | ||
2899 | else try { | ||
2900 | t = a(t) | ||
2901 | } catch (p) { | ||
2902 | return { | ||
2903 | state: "parsererror", | ||
2904 | error: a ? p : "No conversion from " + l + " to " + o | ||
2905 | } | ||
2906 | } | ||
2907 | } | ||
2908 | return { | ||
2909 | state: "success", | ||
2910 | data: t | ||
2911 | } | ||
2912 | } | ||
2913 | x.ajaxSetup({ | ||
2914 | accepts: { | ||
2915 | script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" | ||
2916 | }, | ||
2917 | contents: { | ||
2918 | script: /(?:java|ecma)script/ | ||
2919 | }, | ||
2920 | converters: { | ||
2921 | "text script": function(e) { | ||
2922 | return x.globalEval(e), e | ||
2923 | } | ||
2924 | } | ||
2925 | }), x.ajaxPrefilter("script", function(e) { | ||
2926 | e.cache === t && (e.cache = !1), e.crossDomain && (e.type = "GET", e.global = !1) | ||
2927 | }), x.ajaxTransport("script", function(e) { | ||
2928 | if (e.crossDomain) { | ||
2929 | var n, r = a.head || x("head")[0] || a.documentElement; | ||
2930 | return { | ||
2931 | send: function(t, i) { | ||
2932 | n = a.createElement("script"), n.async = !0, e.scriptCharset && (n.charset = e.scriptCharset), n.src = e.url, n.onload = n.onreadystatechange = function(e, t) { | ||
2933 | (t || !n.readyState || /loaded|complete/.test(n.readyState)) && (n.onload = n.onreadystatechange = null, n.parentNode && n.parentNode.removeChild(n), n = null, t || i(200, "success")) | ||
2934 | }, r.insertBefore(n, r.firstChild) | ||
2935 | }, | ||
2936 | abort: function() { | ||
2937 | n && n.onload(t, !0) | ||
2938 | } | ||
2939 | } | ||
2940 | } | ||
2941 | }); | ||
2942 | var Fn = [], | ||
2943 | Bn = /(=)\?(?=&|$)|\?\?/; | ||
2944 | x.ajaxSetup({ | ||
2945 | jsonp: "callback", | ||
2946 | jsonpCallback: function() { | ||
2947 | var e = Fn.pop() || x.expando + "_" + vn++; | ||
2948 | return this[e] = !0, e | ||
2949 | } | ||
2950 | }), x.ajaxPrefilter("json jsonp", function(n, r, i) { | ||
2951 | var o, a, s, l = n.jsonp !== !1 && (Bn.test(n.url) ? "url" : "string" == typeof n.data && !(n.contentType || "").indexOf("application/x-www-form-urlencoded") && Bn.test(n.data) && "data"); | ||
2952 | return l || "jsonp" === n.dataTypes[0] ? (o = n.jsonpCallback = x.isFunction(n.jsonpCallback) ? n.jsonpCallback() : n.jsonpCallback, l ? n[l] = n[l].replace(Bn, "$1" + o) : n.jsonp !== !1 && (n.url += (bn.test(n.url) ? "&" : "?") + n.jsonp + "=" + o), n.converters["script json"] = function() { | ||
2953 | return s || x.error(o + " was not called"), s[0] | ||
2954 | }, n.dataTypes[0] = "json", a = e[o], e[o] = function() { | ||
2955 | s = arguments | ||
2956 | }, i.always(function() { | ||
2957 | e[o] = a, n[o] && (n.jsonpCallback = r.jsonpCallback, Fn.push(o)), s && x.isFunction(a) && a(s[0]), s = a = t | ||
2958 | }), "script") : t | ||
2959 | }); | ||
2960 | var Pn, Rn, Wn = 0, | ||
2961 | $n = e.ActiveXObject && function() { | ||
2962 | var e; | ||
2963 | for (e in Pn) Pn[e](t, !0) | ||
2964 | }; | ||
2965 | |||
2966 | function In() { | ||
2967 | try { | ||
2968 | return new e.XMLHttpRequest | ||
2969 | } catch (t) {} | ||
2970 | } | ||
2971 | |||
2972 | function zn() { | ||
2973 | try { | ||
2974 | return new e.ActiveXObject("Microsoft.XMLHTTP") | ||
2975 | } catch (t) {} | ||
2976 | } | ||
2977 | x.ajaxSettings.xhr = e.ActiveXObject ? function() { | ||
2978 | return !this.isLocal && In() || zn() | ||
2979 | } : In, Rn = x.ajaxSettings.xhr(), x.support.cors = !!Rn && "withCredentials" in Rn, Rn = x.support.ajax = !!Rn, Rn && x.ajaxTransport(function(n) { | ||
2980 | if (!n.crossDomain || x.support.cors) { | ||
2981 | var r; | ||
2982 | return { | ||
2983 | send: function(i, o) { | ||
2984 | var a, s, l = n.xhr(); | ||
2985 | if (n.username ? l.open(n.type, n.url, n.async, n.username, n.password) : l.open(n.type, n.url, n.async), n.xhrFields) | ||
2986 | for (s in n.xhrFields) l[s] = n.xhrFields[s]; | ||
2987 | n.mimeType && l.overrideMimeType && l.overrideMimeType(n.mimeType), n.crossDomain || i["X-Requested-With"] || (i["X-Requested-With"] = "XMLHttpRequest"); | ||
2988 | try { | ||
2989 | for (s in i) l.setRequestHeader(s, i[s]) | ||
2990 | } catch (u) {} | ||
2991 | l.send(n.hasContent && n.data || null), r = function(e, i) { | ||
2992 | var s, u, c, p; | ||
2993 | try { | ||
2994 | if (r && (i || 4 === l.readyState)) | ||
2995 | if (r = t, a && (l.onreadystatechange = x.noop, $n && delete Pn[a]), i) 4 !== l.readyState && l.abort(); | ||
2996 | else { | ||
2997 | p = {}, s = l.status, u = l.getAllResponseHeaders(), "string" == typeof l.responseText && (p.text = l.responseText); | ||
2998 | try { | ||
2999 | c = l.statusText | ||
3000 | } catch (f) { | ||
3001 | c = "" | ||
3002 | } | ||
3003 | s || !n.isLocal || n.crossDomain ? 1223 === s && (s = 204) : s = p.text ? 200 : 404 | ||
3004 | } | ||
3005 | } catch (d) { | ||
3006 | i || o(-1, d) | ||
3007 | } | ||
3008 | p && o(s, c, p, u) | ||
3009 | }, n.async ? 4 === l.readyState ? setTimeout(r) : (a = ++Wn, $n && (Pn || (Pn = {}, x(e).unload($n)), Pn[a] = r), l.onreadystatechange = r) : r() | ||
3010 | }, | ||
3011 | abort: function() { | ||
3012 | r && r(t, !0) | ||
3013 | } | ||
3014 | } | ||
3015 | } | ||
3016 | }); | ||
3017 | var Xn, Un, Vn = /^(?:toggle|show|hide)$/, | ||
3018 | Yn = RegExp("^(?:([+-])=|)(" + w + ")([a-z%]*)$", "i"), | ||
3019 | Jn = /queueHooks$/, | ||
3020 | Gn = [nr], | ||
3021 | Qn = { | ||
3022 | "*": [ | ||
3023 | |||
3024 | function(e, t) { | ||
3025 | var n = this.createTween(e, t), | ||
3026 | r = n.cur(), | ||
3027 | i = Yn.exec(t), | ||
3028 | o = i && i[3] || (x.cssNumber[e] ? "" : "px"), | ||
3029 | a = (x.cssNumber[e] || "px" !== o && +r) && Yn.exec(x.css(n.elem, e)), | ||
3030 | s = 1, | ||
3031 | l = 20; | ||
3032 | if (a && a[3] !== o) { | ||
3033 | o = o || a[3], i = i || [], a = +r || 1; | ||
3034 | do s = s || ".5", a /= s, x.style(n.elem, e, a + o); while (s !== (s = n.cur() / r) && 1 !== s && --l) | ||
3035 | } | ||
3036 | return i && (a = n.start = +a || +r || 0, n.unit = o, n.end = i[1] ? a + (i[1] + 1) * i[2] : +i[2]), n | ||
3037 | } | ||
3038 | ] | ||
3039 | }; | ||
3040 | |||
3041 | function Kn() { | ||
3042 | return setTimeout(function() { | ||
3043 | Xn = t | ||
3044 | }), Xn = x.now() | ||
3045 | } | ||
3046 | |||
3047 | function Zn(e, t, n) { | ||
3048 | var r, i = (Qn[t] || []).concat(Qn["*"]), | ||
3049 | o = 0, | ||
3050 | a = i.length; | ||
3051 | for (; a > o; o++) | ||
3052 | if (r = i[o].call(n, t, e)) return r | ||
3053 | } | ||
3054 | |||
3055 | function er(e, t, n) { | ||
3056 | var r, i, o = 0, | ||
3057 | a = Gn.length, | ||
3058 | s = x.Deferred().always(function() { | ||
3059 | delete l.elem | ||
3060 | }), | ||
3061 | l = function() { | ||
3062 | if (i) return !1; | ||
3063 | var t = Xn || Kn(), | ||
3064 | n = Math.max(0, u.startTime + u.duration - t), | ||
3065 | r = n / u.duration || 0, | ||
3066 | o = 1 - r, | ||
3067 | a = 0, | ||
3068 | l = u.tweens.length; | ||
3069 | for (; l > a; a++) u.tweens[a].run(o); | ||
3070 | return s.notifyWith(e, [u, o, n]), 1 > o && l ? n : (s.resolveWith(e, [u]), !1) | ||
3071 | }, | ||
3072 | u = s.promise({ | ||
3073 | elem: e, | ||
3074 | props: x.extend({}, t), | ||
3075 | opts: x.extend(!0, { | ||
3076 | specialEasing: {} | ||
3077 | }, n), | ||
3078 | originalProperties: t, | ||
3079 | originalOptions: n, | ||
3080 | startTime: Xn || Kn(), | ||
3081 | duration: n.duration, | ||
3082 | tweens: [], | ||
3083 | createTween: function(t, n) { | ||
3084 | var r = x.Tween(e, u.opts, t, n, u.opts.specialEasing[t] || u.opts.easing); | ||
3085 | return u.tweens.push(r), r | ||
3086 | }, | ||
3087 | stop: function(t) { | ||
3088 | var n = 0, | ||
3089 | r = t ? u.tweens.length : 0; | ||
3090 | if (i) return this; | ||
3091 | for (i = !0; r > n; n++) u.tweens[n].run(1); | ||
3092 | return t ? s.resolveWith(e, [u, t]) : s.rejectWith(e, [u, t]), this | ||
3093 | } | ||
3094 | }), | ||
3095 | c = u.props; | ||
3096 | for (tr(c, u.opts.specialEasing); a > o; o++) | ||
3097 | if (r = Gn[o].call(u, e, c, u.opts)) return r; | ||
3098 | return x.map(c, Zn, u), x.isFunction(u.opts.start) && u.opts.start.call(e, u), x.fx.timer(x.extend(l, { | ||
3099 | elem: e, | ||
3100 | anim: u, | ||
3101 | queue: u.opts.queue | ||
3102 | })), u.progress(u.opts.progress).done(u.opts.done, u.opts.complete).fail(u.opts.fail).always(u.opts.always) | ||
3103 | } | ||
3104 | |||
3105 | function tr(e, t) { | ||
3106 | var n, r, i, o, a; | ||
3107 | for (n in e) | ||
3108 | if (r = x.camelCase(n), i = t[r], o = e[n], x.isArray(o) && (i = o[1], o = e[n] = o[0]), n !== r && (e[r] = o, delete e[n]), a = x.cssHooks[r], a && "expand" in a) { | ||
3109 | o = a.expand(o), delete e[r]; | ||
3110 | for (n in o) n in e || (e[n] = o[n], t[n] = i) | ||
3111 | } else t[r] = i | ||
3112 | } | ||
3113 | x.Animation = x.extend(er, { | ||
3114 | tweener: function(e, t) { | ||
3115 | x.isFunction(e) ? (t = e, e = ["*"]) : e = e.split(" "); | ||
3116 | var n, r = 0, | ||
3117 | i = e.length; | ||
3118 | for (; i > r; r++) n = e[r], Qn[n] = Qn[n] || [], Qn[n].unshift(t) | ||
3119 | }, | ||
3120 | prefilter: function(e, t) { | ||
3121 | t ? Gn.unshift(e) : Gn.push(e) | ||
3122 | } | ||
3123 | }); | ||
3124 | |||
3125 | function nr(e, t, n) { | ||
3126 | var r, i, o, a, s, l, u = this, | ||
3127 | c = {}, | ||
3128 | p = e.style, | ||
3129 | f = e.nodeType && nn(e), | ||
3130 | d = x._data(e, "fxshow"); | ||
3131 | n.queue || (s = x._queueHooks(e, "fx"), null == s.unqueued && (s.unqueued = 0, l = s.empty.fire, s.empty.fire = function() { | ||
3132 | s.unqueued || l() | ||
3133 | }), s.unqueued++, u.always(function() { | ||
3134 | u.always(function() { | ||
3135 | s.unqueued--, x.queue(e, "fx").length || s.empty.fire() | ||
3136 | }) | ||
3137 | })), 1 === e.nodeType && ("height" in t || "width" in t) && (n.overflow = [p.overflow, p.overflowX, p.overflowY], "inline" === x.css(e, "display") && "none" === x.css(e, "float") && (x.support.inlineBlockNeedsLayout && "inline" !== ln(e.nodeName) ? p.zoom = 1 : p.display = "inline-block")), n.overflow && (p.overflow = "hidden", x.support.shrinkWrapBlocks || u.always(function() { | ||
3138 | p.overflow = n.overflow[0], p.overflowX = n.overflow[1], p.overflowY = n.overflow[2] | ||
3139 | })); | ||
3140 | for (r in t) | ||
3141 | if (i = t[r], Vn.exec(i)) { | ||
3142 | if (delete t[r], o = o || "toggle" === i, i === (f ? "hide" : "show")) continue; | ||
3143 | c[r] = d && d[r] || x.style(e, r) | ||
3144 | } | ||
3145 | if (!x.isEmptyObject(c)) { | ||
3146 | d ? "hidden" in d && (f = d.hidden) : d = x._data(e, "fxshow", {}), o && (d.hidden = !f), f ? x(e).show() : u.done(function() { | ||
3147 | x(e).hide() | ||
3148 | }), u.done(function() { | ||
3149 | var t; | ||
3150 | x._removeData(e, "fxshow"); | ||
3151 | for (t in c) x.style(e, t, c[t]) | ||
3152 | }); | ||
3153 | for (r in c) a = Zn(f ? d[r] : 0, r, u), r in d || (d[r] = a.start, f && (a.end = a.start, a.start = "width" === r || "height" === r ? 1 : 0)) | ||
3154 | } | ||
3155 | } | ||
3156 | |||
3157 | function rr(e, t, n, r, i) { | ||
3158 | return new rr.prototype.init(e, t, n, r, i) | ||
3159 | } | ||
3160 | x.Tween = rr, rr.prototype = { | ||
3161 | constructor: rr, | ||
3162 | init: function(e, t, n, r, i, o) { | ||
3163 | this.elem = e, this.prop = n, this.easing = i || "swing", this.options = t, this.start = this.now = this.cur(), this.end = r, this.unit = o || (x.cssNumber[n] ? "" : "px") | ||
3164 | }, | ||
3165 | cur: function() { | ||
3166 | var e = rr.propHooks[this.prop]; | ||
3167 | return e && e.get ? e.get(this) : rr.propHooks._default.get(this) | ||
3168 | }, | ||
3169 | run: function(e) { | ||
3170 | var t, n = rr.propHooks[this.prop]; | ||
3171 | return this.pos = t = this.options.duration ? x.easing[this.easing](e, this.options.duration * e, 0, 1, this.options.duration) : e, this.now = (this.end - this.start) * t + this.start, this.options.step && this.options.step.call(this.elem, this.now, this), n && n.set ? n.set(this) : rr.propHooks._default.set(this), this | ||
3172 | } | ||
3173 | }, rr.prototype.init.prototype = rr.prototype, rr.propHooks = { | ||
3174 | _default: { | ||
3175 | get: function(e) { | ||
3176 | var t; | ||
3177 | return null == e.elem[e.prop] || e.elem.style && null != e.elem.style[e.prop] ? (t = x.css(e.elem, e.prop, ""), t && "auto" !== t ? t : 0) : e.elem[e.prop] | ||
3178 | }, | ||
3179 | set: function(e) { | ||
3180 | x.fx.step[e.prop] ? x.fx.step[e.prop](e) : e.elem.style && (null != e.elem.style[x.cssProps[e.prop]] || x.cssHooks[e.prop]) ? x.style(e.elem, e.prop, e.now + e.unit) : e.elem[e.prop] = e.now | ||
3181 | } | ||
3182 | } | ||
3183 | }, rr.propHooks.scrollTop = rr.propHooks.scrollLeft = { | ||
3184 | set: function(e) { | ||
3185 | e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now) | ||
3186 | } | ||
3187 | }, x.each(["toggle", "show", "hide"], function(e, t) { | ||
3188 | var n = x.fn[t]; | ||
3189 | x.fn[t] = function(e, r, i) { | ||
3190 | return null == e || "boolean" == typeof e ? n.apply(this, arguments) : this.animate(ir(t, !0), e, r, i) | ||
3191 | } | ||
3192 | }), x.fn.extend({ | ||
3193 | fadeTo: function(e, t, n, r) { | ||
3194 | return this.filter(nn).css("opacity", 0).show().end().animate({ | ||
3195 | opacity: t | ||
3196 | }, e, n, r) | ||
3197 | }, | ||
3198 | animate: function(e, t, n, r) { | ||
3199 | var i = x.isEmptyObject(e), | ||
3200 | o = x.speed(t, n, r), | ||
3201 | a = function() { | ||
3202 | var t = er(this, x.extend({}, e), o); | ||
3203 | (i || x._data(this, "finish")) && t.stop(!0) | ||
3204 | }; | ||
3205 | return a.finish = a, i || o.queue === !1 ? this.each(a) : this.queue(o.queue, a) | ||
3206 | }, | ||
3207 | stop: function(e, n, r) { | ||
3208 | var i = function(e) { | ||
3209 | var t = e.stop; | ||
3210 | delete e.stop, t(r) | ||
3211 | }; | ||
3212 | return "string" != typeof e && (r = n, n = e, e = t), n && e !== !1 && this.queue(e || "fx", []), this.each(function() { | ||
3213 | var t = !0, | ||
3214 | n = null != e && e + "queueHooks", | ||
3215 | o = x.timers, | ||
3216 | a = x._data(this); | ||
3217 | if (n) a[n] && a[n].stop && i(a[n]); | ||
3218 | else | ||
3219 | for (n in a) a[n] && a[n].stop && Jn.test(n) && i(a[n]); | ||
3220 | for (n = o.length; n--;) o[n].elem !== this || null != e && o[n].queue !== e || (o[n].anim.stop(r), t = !1, o.splice(n, 1)); | ||
3221 | (t || !r) && x.dequeue(this, e) | ||
3222 | }) | ||
3223 | }, | ||
3224 | finish: function(e) { | ||
3225 | return e !== !1 && (e = e || "fx"), this.each(function() { | ||
3226 | var t, n = x._data(this), | ||
3227 | r = n[e + "queue"], | ||
3228 | i = n[e + "queueHooks"], | ||
3229 | o = x.timers, | ||
3230 | a = r ? r.length : 0; | ||
3231 | for (n.finish = !0, x.queue(this, e, []), i && i.stop && i.stop.call(this, !0), t = o.length; t--;) o[t].elem === this && o[t].queue === e && (o[t].anim.stop(!0), o.splice(t, 1)); | ||
3232 | for (t = 0; a > t; t++) r[t] && r[t].finish && r[t].finish.call(this); | ||
3233 | delete n.finish | ||
3234 | }) | ||
3235 | } | ||
3236 | }); | ||
3237 | |||
3238 | function ir(e, t) { | ||
3239 | var n, r = { | ||
3240 | height: e | ||
3241 | }, | ||
3242 | i = 0; | ||
3243 | for (t = t ? 1 : 0; 4 > i; i += 2 - t) n = Zt[i], r["margin" + n] = r["padding" + n] = e; | ||
3244 | return t && (r.opacity = r.width = e), r | ||
3245 | } | ||
3246 | x.each({ | ||
3247 | slideDown: ir("show"), | ||
3248 | slideUp: ir("hide"), | ||
3249 | slideToggle: ir("toggle"), | ||
3250 | fadeIn: { | ||
3251 | opacity: "show" | ||
3252 | }, | ||
3253 | fadeOut: { | ||
3254 | opacity: "hide" | ||
3255 | }, | ||
3256 | fadeToggle: { | ||
3257 | opacity: "toggle" | ||
3258 | } | ||
3259 | }, function(e, t) { | ||
3260 | x.fn[e] = function(e, n, r) { | ||
3261 | return this.animate(t, e, n, r) | ||
3262 | } | ||
3263 | }), x.speed = function(e, t, n) { | ||
3264 | var r = e && "object" == typeof e ? x.extend({}, e) : { | ||
3265 | complete: n || !n && t || x.isFunction(e) && e, | ||
3266 | duration: e, | ||
3267 | easing: n && t || t && !x.isFunction(t) && t | ||
3268 | }; | ||
3269 | return r.duration = x.fx.off ? 0 : "number" == typeof r.duration ? r.duration : r.duration in x.fx.speeds ? x.fx.speeds[r.duration] : x.fx.speeds._default, (null == r.queue || r.queue === !0) && (r.queue = "fx"), r.old = r.complete, r.complete = function() { | ||
3270 | x.isFunction(r.old) && r.old.call(this), r.queue && x.dequeue(this, r.queue) | ||
3271 | }, r | ||
3272 | }, x.easing = { | ||
3273 | linear: function(e) { | ||
3274 | return e | ||
3275 | }, | ||
3276 | swing: function(e) { | ||
3277 | return .5 - Math.cos(e * Math.PI) / 2 | ||
3278 | } | ||
3279 | }, x.timers = [], x.fx = rr.prototype.init, x.fx.tick = function() { | ||
3280 | var e, n = x.timers, | ||
3281 | r = 0; | ||
3282 | for (Xn = x.now(); n.length > r; r++) e = n[r], e() || n[r] !== e || n.splice(r--, 1); | ||
3283 | n.length || x.fx.stop(), Xn = t | ||
3284 | }, x.fx.timer = function(e) { | ||
3285 | e() && x.timers.push(e) && x.fx.start() | ||
3286 | }, x.fx.interval = 13, x.fx.start = function() { | ||
3287 | Un || (Un = setInterval(x.fx.tick, x.fx.interval)) | ||
3288 | }, x.fx.stop = function() { | ||
3289 | clearInterval(Un), Un = null | ||
3290 | }, x.fx.speeds = { | ||
3291 | slow: 600, | ||
3292 | fast: 200, | ||
3293 | _default: 400 | ||
3294 | }, x.fx.step = {}, x.expr && x.expr.filters && (x.expr.filters.animated = function(e) { | ||
3295 | return x.grep(x.timers, function(t) { | ||
3296 | return e === t.elem | ||
3297 | }).length | ||
3298 | }), x.fn.offset = function(e) { | ||
3299 | if (arguments.length) return e === t ? this : this.each(function(t) { | ||
3300 | x.offset.setOffset(this, e, t) | ||
3301 | }); | ||
3302 | var n, r, o = { | ||
3303 | top: 0, | ||
3304 | left: 0 | ||
3305 | }, | ||
3306 | a = this[0], | ||
3307 | s = a && a.ownerDocument; | ||
3308 | if (s) return n = s.documentElement, x.contains(n, a) ? (typeof a.getBoundingClientRect !== i && (o = a.getBoundingClientRect()), r = or(s), { | ||
3309 | top: o.top + (r.pageYOffset || n.scrollTop) - (n.clientTop || 0), | ||
3310 | left: o.left + (r.pageXOffset || n.scrollLeft) - (n.clientLeft || 0) | ||
3311 | }) : o | ||
3312 | }, x.offset = { | ||
3313 | setOffset: function(e, t, n) { | ||
3314 | var r = x.css(e, "position"); | ||
3315 | "static" === r && (e.style.position = "relative"); | ||
3316 | var i = x(e), | ||
3317 | o = i.offset(), | ||
3318 | a = x.css(e, "top"), | ||
3319 | s = x.css(e, "left"), | ||
3320 | l = ("absolute" === r || "fixed" === r) && x.inArray("auto", [a, s]) > -1, | ||
3321 | u = {}, | ||
3322 | c = {}, | ||
3323 | p, f; | ||
3324 | l ? (c = i.position(), p = c.top, f = c.left) : (p = parseFloat(a) || 0, f = parseFloat(s) || 0), x.isFunction(t) && (t = t.call(e, n, o)), null != t.top && (u.top = t.top - o.top + p), null != t.left && (u.left = t.left - o.left + f), "using" in t ? t.using.call(e, u) : i.css(u) | ||
3325 | } | ||
3326 | }, x.fn.extend({ | ||
3327 | position: function() { | ||
3328 | if (this[0]) { | ||
3329 | var e, t, n = { | ||
3330 | top: 0, | ||
3331 | left: 0 | ||
3332 | }, | ||
3333 | r = this[0]; | ||
3334 | return "fixed" === x.css(r, "position") ? t = r.getBoundingClientRect() : (e = this.offsetParent(), t = this.offset(), x.nodeName(e[0], "html") || (n = e.offset()), n.top += x.css(e[0], "borderTopWidth", !0), n.left += x.css(e[0], "borderLeftWidth", !0)), { | ||
3335 | top: t.top - n.top - x.css(r, "marginTop", !0), | ||
3336 | left: t.left - n.left - x.css(r, "marginLeft", !0) | ||
3337 | } | ||
3338 | } | ||
3339 | }, | ||
3340 | offsetParent: function() { | ||
3341 | return this.map(function() { | ||
3342 | var e = this.offsetParent || s; | ||
3343 | while (e && !x.nodeName(e, "html") && "static" === x.css(e, "position")) e = e.offsetParent; | ||
3344 | return e || s | ||
3345 | }) | ||
3346 | } | ||
3347 | }), x.each({ | ||
3348 | scrollLeft: "pageXOffset", | ||
3349 | scrollTop: "pageYOffset" | ||
3350 | }, function(e, n) { | ||
3351 | var r = /Y/.test(n); | ||
3352 | x.fn[e] = function(i) { | ||
3353 | return x.access(this, function(e, i, o) { | ||
3354 | var a = or(e); | ||
3355 | return o === t ? a ? n in a ? a[n] : a.document.documentElement[i] : e[i] : (a ? a.scrollTo(r ? x(a).scrollLeft() : o, r ? o : x(a).scrollTop()) : e[i] = o, t) | ||
3356 | }, e, i, arguments.length, null) | ||
3357 | } | ||
3358 | }); | ||
3359 | |||
3360 | function or(e) { | ||
3361 | return x.isWindow(e) ? e : 9 === e.nodeType ? e.defaultView || e.parentWindow : !1 | ||
3362 | } | ||
3363 | x.each({ | ||
3364 | Height: "height", | ||
3365 | Width: "width" | ||
3366 | }, function(e, n) { | ||
3367 | x.each({ | ||
3368 | padding: "inner" + e, | ||
3369 | content: n, | ||
3370 | "": "outer" + e | ||
3371 | }, function(r, i) { | ||
3372 | x.fn[i] = function(i, o) { | ||
3373 | var a = arguments.length && (r || "boolean" != typeof i), | ||
3374 | s = r || (i === !0 || o === !0 ? "margin" : "border"); | ||
3375 | return x.access(this, function(n, r, i) { | ||
3376 | var o; | ||
3377 | return x.isWindow(n) ? n.document.documentElement["client" + e] : 9 === n.nodeType ? (o = n.documentElement, Math.max(n.body["scroll" + e], o["scroll" + e], n.body["offset" + e], o["offset" + e], o["client" + e])) : i === t ? x.css(n, r, s) : x.style(n, r, i, s) | ||
3378 | }, n, a ? i : t, a, null) | ||
3379 | } | ||
3380 | }) | ||
3381 | }), x.fn.size = function() { | ||
3382 | return this.length | ||
3383 | }, x.fn.andSelf = x.fn.addBack, "object" == typeof module && module && "object" == typeof module.exports ? module.exports = x : (e.jQuery = e.$ = x, "function" == typeof define && define.amd && define("jquery", [], function() { | ||
3384 | return x | ||
3385 | })) | ||
3386 | })(window); \ No newline at end of file | ||