diff --git "a/asserts2/js/libs.min.js" "b/asserts2/js/libs.min.js" new file mode 100644--- /dev/null +++ "b/asserts2/js/libs.min.js" @@ -0,0 +1,13014 @@ +/*! + * jQuery JavaScript Library v3.7.1 + * https://jquery.com/ + * + * Copyright OpenJS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2023-08-28T13:37Z + */ +! function(e, t) { + "use strict"; + "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function(e) { + if (!e.document) throw new Error("jQuery requires a window with a document"); + return t(e) + } : t(e) +}("undefined" != typeof window ? window : this, (function(e, t) { + "use strict"; + var n = [], + i = Object.getPrototypeOf, + r = n.slice, + s = n.flat ? function(e) { + return n.flat.call(e) + } : function(e) { + return n.concat.apply([], e) + }, + a = n.push, + o = n.indexOf, + l = {}, + c = l.toString, + d = l.hasOwnProperty, + u = d.toString, + p = u.call(Object), + f = {}, + m = function(e) { + return "function" == typeof e && "number" != typeof e.nodeType && "function" != typeof e.item + }, + h = function(e) { + return null != e && e === e.window + }, + g = e.document, + v = { + type: !0, + src: !0, + nonce: !0, + noModule: !0 + }; + + function y(e, t, n) { + var i, r, s = (n = n || g).createElement("script"); + if (s.text = e, t) + for (i in v)(r = t[i] || t.getAttribute && t.getAttribute(i)) && s.setAttribute(i, r); + n.head.appendChild(s).parentNode.removeChild(s) + } + + function b(e) { + return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? l[c.call(e)] || "object" : typeof e + } + var w = "3.7.1", + x = /HTML$/i, + T = function(e, t) { + return new T.fn.init(e, t) + }; + + function E(e) { + var t = !!e && "length" in e && e.length, + n = b(e); + return !m(e) && !h(e) && ("array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e) + } + + function C(e, t) { + return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() + } + T.fn = T.prototype = { + jquery: w, + constructor: T, + length: 0, + toArray: function() { + return r.call(this) + }, + get: function(e) { + return null == e ? r.call(this) : e < 0 ? this[e + this.length] : this[e] + }, + pushStack: function(e) { + var t = T.merge(this.constructor(), e); + return t.prevObject = this, t + }, + each: function(e) { + return T.each(this, e) + }, + map: function(e) { + return this.pushStack(T.map(this, (function(t, n) { + return e.call(t, n, t) + }))) + }, + slice: function() { + return this.pushStack(r.apply(this, arguments)) + }, + first: function() { + return this.eq(0) + }, + last: function() { + return this.eq(-1) + }, + even: function() { + return this.pushStack(T.grep(this, (function(e, t) { + return (t + 1) % 2 + }))) + }, + odd: function() { + return this.pushStack(T.grep(this, (function(e, t) { + return t % 2 + }))) + }, + eq: function(e) { + var t = this.length, + n = +e + (e < 0 ? t : 0); + return this.pushStack(n >= 0 && n < t ? [this[n]] : []) + }, + end: function() { + return this.prevObject || this.constructor() + }, + push: a, + sort: n.sort, + splice: n.splice + }, T.extend = T.fn.extend = function() { + var e, t, n, i, r, s, a = arguments[0] || {}, + o = 1, + l = arguments.length, + c = !1; + for ("boolean" == typeof a && (c = a, a = arguments[o] || {}, o++), "object" == typeof a || m(a) || (a = {}), o === l && (a = this, o--); o < l; o++) + if (null != (e = arguments[o])) + for (t in e) i = e[t], "__proto__" !== t && a !== i && (c && i && (T.isPlainObject(i) || (r = Array.isArray(i))) ? (n = a[t], s = r && !Array.isArray(n) ? [] : r || T.isPlainObject(n) ? n : {}, r = !1, a[t] = T.extend(c, s, i)) : void 0 !== i && (a[t] = i)); + return a + }, T.extend({ + expando: "jQuery" + (w + Math.random()).replace(/\D/g, ""), + isReady: !0, + error: function(e) { + throw new Error(e) + }, + noop: function() {}, + isPlainObject: function(e) { + var t, n; + return !(!e || "[object Object]" !== c.call(e) || (t = i(e)) && ("function" != typeof(n = d.call(t, "constructor") && t.constructor) || u.call(n) !== p)) + }, + isEmptyObject: function(e) { + var t; + for (t in e) return !1; + return !0 + }, + globalEval: function(e, t, n) { + y(e, { + nonce: t && t.nonce + }, n) + }, + each: function(e, t) { + var n, i = 0; + if (E(e)) + for (n = e.length; i < n && !1 !== t.call(e[i], i, e[i]); i++); + else + for (i in e) + if (!1 === t.call(e[i], i, e[i])) break; + return e + }, + text: function(e) { + var t, n = "", + i = 0, + r = e.nodeType; + if (!r) + for (; t = e[i++];) n += T.text(t); + return 1 === r || 11 === r ? e.textContent : 9 === r ? e.documentElement.textContent : 3 === r || 4 === r ? e.nodeValue : n + }, + makeArray: function(e, t) { + var n = t || []; + return null != e && (E(Object(e)) ? T.merge(n, "string" == typeof e ? [e] : e) : a.call(n, e)), n + }, + inArray: function(e, t, n) { + return null == t ? -1 : o.call(t, e, n) + }, + isXMLDoc: function(e) { + var t = e && e.namespaceURI, + n = e && (e.ownerDocument || e).documentElement; + return !x.test(t || n && n.nodeName || "HTML") + }, + merge: function(e, t) { + for (var n = +t.length, i = 0, r = e.length; i < n; i++) e[r++] = t[i]; + return e.length = r, e + }, + grep: function(e, t, n) { + for (var i = [], r = 0, s = e.length, a = !n; r < s; r++) !t(e[r], r) !== a && i.push(e[r]); + return i + }, + map: function(e, t, n) { + var i, r, a = 0, + o = []; + if (E(e)) + for (i = e.length; a < i; a++) null != (r = t(e[a], a, n)) && o.push(r); + else + for (a in e) null != (r = t(e[a], a, n)) && o.push(r); + return s(o) + }, + guid: 1, + support: f + }), "function" == typeof Symbol && (T.fn[Symbol.iterator] = n[Symbol.iterator]), T.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), (function(e, t) { + l["[object " + t + "]"] = t.toLowerCase() + })); + var S = n.pop, + M = n.sort, + _ = n.splice, + k = "[\\x20\\t\\r\\n\\f]", + I = new RegExp("^" + k + "+|((?:^|[^\\\\])(?:\\\\.)*)" + k + "+$", "g"); + T.contains = function(e, t) { + var n = t && t.parentNode; + return e === n || !(!n || 1 !== n.nodeType || !(e.contains ? e.contains(n) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(n))) + }; + var P = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g; + + function A(e, t) { + return t ? "\0" === e ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e + } + T.escapeSelector = function(e) { + return (e + "").replace(P, A) + }; + var D = g, + L = a; + ! function() { + var t, i, s, a, l, c, u, p, m, h, g = L, + v = T.expando, + y = 0, + b = 0, + w = ee(), + x = ee(), + E = ee(), + P = ee(), + A = function(e, t) { + return e === t && (l = !0), 0 + }, + O = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + z = "(?:\\\\[\\da-fA-F]{1,6}" + k + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", + $ = "\\[" + k + "*(" + z + ")(?:" + k + "*([*^$|!~]?=)" + k + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + z + "))|)" + k + "*\\]", + F = ":(" + z + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + $ + ")*)|.*)\\)|)", + N = new RegExp(k + "+", "g"), + j = new RegExp("^" + k + "*," + k + "*"), + R = new RegExp("^" + k + "*([>+~]|" + k + ")" + k + "*"), + H = new RegExp(k + "|>"), + q = new RegExp(F), + B = new RegExp("^" + z + "$"), + W = { + ID: new RegExp("^#(" + z + ")"), + CLASS: new RegExp("^\\.(" + z + ")"), + TAG: new RegExp("^(" + z + "|[*])"), + ATTR: new RegExp("^" + $), + PSEUDO: new RegExp("^" + F), + CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + k + "*(even|odd|(([+-]|)(\\d*)n|)" + k + "*(?:([+-]|)" + k + "*(\\d+)|))" + k + "*\\)|)", "i"), + bool: new RegExp("^(?:" + O + ")$", "i"), + needsContext: new RegExp("^" + k + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + k + "*((?:-\\d)?\\d*)" + k + "*\\)|)(?=[^-]|$)", "i") + }, + G = /^(?:input|select|textarea|button)$/i, + Y = /^h\d$/i, + X = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + V = /[+~]/, + U = new RegExp("\\\\[\\da-fA-F]{1,6}" + k + "?|\\\\([^\\r\\n\\f])", "g"), + Z = function(e, t) { + var n = "0x" + e.slice(1) - 65536; + return t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode(n >> 10 | 55296, 1023 & n | 56320)) + }, + K = function() { + le() + }, + J = pe((function(e) { + return !0 === e.disabled && C(e, "fieldset") + }), { + dir: "parentNode", + next: "legend" + }); + try { + g.apply(n = r.call(D.childNodes), D.childNodes), n[D.childNodes.length].nodeType + } catch (e) { + g = { + apply: function(e, t) { + L.apply(e, r.call(t)) + }, + call: function(e) { + L.apply(e, r.call(arguments, 1)) + } + } + } + + function Q(e, t, n, i) { + var r, s, a, o, l, d, u, h = t && t.ownerDocument, + y = t ? t.nodeType : 9; + if (n = n || [], "string" != typeof e || !e || 1 !== y && 9 !== y && 11 !== y) return n; + if (!i && (le(t), t = t || c, p)) { + if (11 !== y && (l = X.exec(e))) + if (r = l[1]) { + if (9 === y) { + if (!(a = t.getElementById(r))) return n; + if (a.id === r) return g.call(n, a), n + } else if (h && (a = h.getElementById(r)) && Q.contains(t, a) && a.id === r) return g.call(n, a), n + } else { + if (l[2]) return g.apply(n, t.getElementsByTagName(e)), n; + if ((r = l[3]) && t.getElementsByClassName) return g.apply(n, t.getElementsByClassName(r)), n + } + if (!(P[e + " "] || m && m.test(e))) { + if (u = e, h = t, 1 === y && (H.test(e) || R.test(e))) { + for ((h = V.test(e) && oe(t.parentNode) || t) == t && f.scope || ((o = t.getAttribute("id")) ? o = T.escapeSelector(o) : t.setAttribute("id", o = v)), s = (d = de(e)).length; s--;) d[s] = (o ? "#" + o : ":scope") + " " + ue(d[s]); + u = d.join(",") + } + try { + return g.apply(n, h.querySelectorAll(u)), n + } catch (t) { + P(e, !0) + } finally { + o === v && t.removeAttribute("id") + } + } + } + return ye(e.replace(I, "$1"), t, n, i) + } + + function ee() { + var e = []; + return function t(n, r) { + return e.push(n + " ") > i.cacheLength && delete t[e.shift()], t[n + " "] = r + } + } + + function te(e) { + return e[v] = !0, e + } + + function ne(e) { + var t = c.createElement("fieldset"); + try { + return !!e(t) + } catch (e) { + return !1 + } finally { + t.parentNode && t.parentNode.removeChild(t), t = null + } + } + + function ie(e) { + return function(t) { + return C(t, "input") && t.type === e + } + } + + function re(e) { + return function(t) { + return (C(t, "input") || C(t, "button")) && t.type === e + } + } + + function se(e) { + return function(t) { + return "form" in t ? t.parentNode && !1 === t.disabled ? "label" in t ? "label" in t.parentNode ? t.parentNode.disabled === e : t.disabled === e : t.isDisabled === e || t.isDisabled !== !e && J(t) === e : t.disabled === e : "label" in t && t.disabled === e + } + } + + function ae(e) { + return te((function(t) { + return t = +t, te((function(n, i) { + for (var r, s = e([], n.length, t), a = s.length; a--;) n[r = s[a]] && (n[r] = !(i[r] = n[r])) + })) + })) + } + + function oe(e) { + return e && void 0 !== e.getElementsByTagName && e + } + + function le(e) { + var t, n = e ? e.ownerDocument || e : D; + return n != c && 9 === n.nodeType && n.documentElement ? (u = (c = n).documentElement, p = !T.isXMLDoc(c), h = u.matches || u.webkitMatchesSelector || u.msMatchesSelector, u.msMatchesSelector && D != c && (t = c.defaultView) && t.top !== t && t.addEventListener("unload", K), f.getById = ne((function(e) { + return u.appendChild(e).id = T.expando, !c.getElementsByName || !c.getElementsByName(T.expando).length + })), f.disconnectedMatch = ne((function(e) { + return h.call(e, "*") + })), f.scope = ne((function() { + return c.querySelectorAll(":scope") + })), f.cssHas = ne((function() { + try { + return c.querySelector(":has(*,:jqfake)"), !1 + } catch (e) { + return !0 + } + })), f.getById ? (i.filter.ID = function(e) { + var t = e.replace(U, Z); + return function(e) { + return e.getAttribute("id") === t + } + }, i.find.ID = function(e, t) { + if (void 0 !== t.getElementById && p) { + var n = t.getElementById(e); + return n ? [n] : [] + } + }) : (i.filter.ID = function(e) { + var t = e.replace(U, Z); + return function(e) { + var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); + return n && n.value === t + } + }, i.find.ID = function(e, t) { + if (void 0 !== t.getElementById && p) { + var n, i, r, s = t.getElementById(e); + if (s) { + if ((n = s.getAttributeNode("id")) && n.value === e) return [s]; + for (r = t.getElementsByName(e), i = 0; s = r[i++];) + if ((n = s.getAttributeNode("id")) && n.value === e) return [s] + } + return [] + } + }), i.find.TAG = function(e, t) { + return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : t.querySelectorAll(e) + }, i.find.CLASS = function(e, t) { + if (void 0 !== t.getElementsByClassName && p) return t.getElementsByClassName(e) + }, m = [], ne((function(e) { + var t; + u.appendChild(e).innerHTML = "", e.querySelectorAll("[selected]").length || m.push("\\[" + k + "*(?:value|" + O + ")"), e.querySelectorAll("[id~=" + v + "-]").length || m.push("~="), e.querySelectorAll("a#" + v + "+*").length || m.push(".#.+[+~]"), e.querySelectorAll(":checked").length || m.push(":checked"), (t = c.createElement("input")).setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", "D"), u.appendChild(e).disabled = !0, 2 !== e.querySelectorAll(":disabled").length && m.push(":enabled", ":disabled"), (t = c.createElement("input")).setAttribute("name", ""), e.appendChild(t), e.querySelectorAll("[name='']").length || m.push("\\[" + k + "*name" + k + "*=" + k + "*(?:''|\"\")") + })), f.cssHas || m.push(":has"), m = m.length && new RegExp(m.join("|")), A = function(e, t) { + if (e === t) return l = !0, 0; + var n = !e.compareDocumentPosition - !t.compareDocumentPosition; + return n || (1 & (n = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || !f.sortDetached && t.compareDocumentPosition(e) === n ? e === c || e.ownerDocument == D && Q.contains(D, e) ? -1 : t === c || t.ownerDocument == D && Q.contains(D, t) ? 1 : a ? o.call(a, e) - o.call(a, t) : 0 : 4 & n ? -1 : 1) + }, c) : c + } + for (t in Q.matches = function(e, t) { + return Q(e, null, null, t) + }, Q.matchesSelector = function(e, t) { + if (le(e), p && !P[t + " "] && (!m || !m.test(t))) try { + var n = h.call(e, t); + if (n || f.disconnectedMatch || e.document && 11 !== e.document.nodeType) return n + } catch (e) { + P(t, !0) + } + return Q(t, c, null, [e]).length > 0 + }, Q.contains = function(e, t) { + return (e.ownerDocument || e) != c && le(e), T.contains(e, t) + }, Q.attr = function(e, t) { + (e.ownerDocument || e) != c && le(e); + var n = i.attrHandle[t.toLowerCase()], + r = n && d.call(i.attrHandle, t.toLowerCase()) ? n(e, t, !p) : void 0; + return void 0 !== r ? r : e.getAttribute(t) + }, Q.error = function(e) { + throw new Error("Syntax error, unrecognized expression: " + e) + }, T.uniqueSort = function(e) { + var t, n = [], + i = 0, + s = 0; + if (l = !f.sortStable, a = !f.sortStable && r.call(e, 0), M.call(e, A), l) { + for (; t = e[s++];) t === e[s] && (i = n.push(s)); + for (; i--;) _.call(e, n[i], 1) + } + return a = null, e + }, T.fn.uniqueSort = function() { + return this.pushStack(T.uniqueSort(r.apply(this))) + }, i = T.expr = { + cacheLength: 50, + createPseudo: te, + match: W, + attrHandle: {}, + find: {}, + relative: { + ">": { + dir: "parentNode", + first: !0 + }, + " ": { + dir: "parentNode" + }, + "+": { + dir: "previousSibling", + first: !0 + }, + "~": { + dir: "previousSibling" + } + }, + preFilter: { + ATTR: function(e) { + return e[1] = e[1].replace(U, Z), e[3] = (e[3] || e[4] || e[5] || "").replace(U, Z), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4) + }, + CHILD: function(e) { + return e[1] = e[1].toLowerCase(), "nth" === e[1].slice(0, 3) ? (e[3] || Q.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] && Q.error(e[0]), e + }, + PSEUDO: function(e) { + var t, n = !e[6] && e[2]; + return W.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && q.test(n) && (t = de(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)) + } + }, + filter: { + TAG: function(e) { + var t = e.replace(U, Z).toLowerCase(); + return "*" === e ? function() { + return !0 + } : function(e) { + return C(e, t) + } + }, + CLASS: function(e) { + var t = w[e + " "]; + return t || (t = new RegExp("(^|" + k + ")" + e + "(" + k + "|$)")) && w(e, (function(e) { + return t.test("string" == typeof e.className && e.className || void 0 !== e.getAttribute && e.getAttribute("class") || "") + })) + }, + ATTR: function(e, t, n) { + return function(i) { + var r = Q.attr(i, e); + return null == r ? "!=" === t : !t || (r += "", "=" === t ? r === n : "!=" === t ? r !== n : "^=" === t ? n && 0 === r.indexOf(n) : "*=" === t ? n && r.indexOf(n) > -1 : "$=" === t ? n && r.slice(-n.length) === n : "~=" === t ? (" " + r.replace(N, " ") + " ").indexOf(n) > -1 : "|=" === t && (r === n || r.slice(0, n.length + 1) === n + "-")) + } + }, + CHILD: function(e, t, n, i, r) { + var s = "nth" !== e.slice(0, 3), + a = "last" !== e.slice(-4), + o = "of-type" === t; + return 1 === i && 0 === r ? function(e) { + return !!e.parentNode + } : function(t, n, l) { + var c, d, u, p, f, m = s !== a ? "nextSibling" : "previousSibling", + h = t.parentNode, + g = o && t.nodeName.toLowerCase(), + b = !l && !o, + w = !1; + if (h) { + if (s) { + for (; m;) { + for (u = t; u = u[m];) + if (o ? C(u, g) : 1 === u.nodeType) return !1; + f = m = "only" === e && !f && "nextSibling" + } + return !0 + } + if (f = [a ? h.firstChild : h.lastChild], a && b) { + for (w = (p = (c = (d = h[v] || (h[v] = {}))[e] || [])[0] === y && c[1]) && c[2], u = p && h.childNodes[p]; u = ++p && u && u[m] || (w = p = 0) || f.pop();) + if (1 === u.nodeType && ++w && u === t) { + d[e] = [y, p, w]; + break + } + } else if (b && (w = p = (c = (d = t[v] || (t[v] = {}))[e] || [])[0] === y && c[1]), !1 === w) + for (; + (u = ++p && u && u[m] || (w = p = 0) || f.pop()) && (!(o ? C(u, g) : 1 === u.nodeType) || !++w || (b && ((d = u[v] || (u[v] = {}))[e] = [y, w]), u !== t));); + return (w -= r) === i || w % i == 0 && w / i >= 0 + } + } + }, + PSEUDO: function(e, t) { + var n, r = i.pseudos[e] || i.setFilters[e.toLowerCase()] || Q.error("unsupported pseudo: " + e); + return r[v] ? r(t) : r.length > 1 ? (n = [e, e, "", t], i.setFilters.hasOwnProperty(e.toLowerCase()) ? te((function(e, n) { + for (var i, s = r(e, t), a = s.length; a--;) e[i = o.call(e, s[a])] = !(n[i] = s[a]) + })) : function(e) { + return r(e, 0, n) + }) : r + } + }, + pseudos: { + not: te((function(e) { + var t = [], + n = [], + i = ve(e.replace(I, "$1")); + return i[v] ? te((function(e, t, n, r) { + for (var s, a = i(e, null, r, []), o = e.length; o--;)(s = a[o]) && (e[o] = !(t[o] = s)) + })) : function(e, r, s) { + return t[0] = e, i(t, null, s, n), t[0] = null, !n.pop() + } + })), + has: te((function(e) { + return function(t) { + return Q(e, t).length > 0 + } + })), + contains: te((function(e) { + return e = e.replace(U, Z), + function(t) { + return (t.textContent || T.text(t)).indexOf(e) > -1 + } + })), + lang: te((function(e) { + return B.test(e || "") || Q.error("unsupported lang: " + e), e = e.replace(U, Z).toLowerCase(), + function(t) { + var n; + do { + if (n = p ? t.lang : t.getAttribute("xml:lang") || t.getAttribute("lang")) return (n = n.toLowerCase()) === e || 0 === n.indexOf(e + "-") + } while ((t = t.parentNode) && 1 === t.nodeType); + return !1 + } + })), + target: function(t) { + var n = e.location && e.location.hash; + return n && n.slice(1) === t.id + }, + root: function(e) { + return e === u + }, + focus: function(e) { + return e === function() { + try { + return c.activeElement + } catch (e) {} + }() && c.hasFocus() && !!(e.type || e.href || ~e.tabIndex) + }, + enabled: se(!1), + disabled: se(!0), + checked: function(e) { + return C(e, "input") && !!e.checked || C(e, "option") && !!e.selected + }, + selected: function(e) { + return e.parentNode && e.parentNode.selectedIndex, !0 === e.selected + }, + empty: function(e) { + for (e = e.firstChild; e; e = e.nextSibling) + if (e.nodeType < 6) return !1; + return !0 + }, + parent: function(e) { + return !i.pseudos.empty(e) + }, + header: function(e) { + return Y.test(e.nodeName) + }, + input: function(e) { + return G.test(e.nodeName) + }, + button: function(e) { + return C(e, "input") && "button" === e.type || C(e, "button") + }, + text: function(e) { + var t; + return C(e, "input") && "text" === e.type && (null == (t = e.getAttribute("type")) || "text" === t.toLowerCase()) + }, + first: ae((function() { + return [0] + })), + last: ae((function(e, t) { + return [t - 1] + })), + eq: ae((function(e, t, n) { + return [n < 0 ? n + t : n] + })), + even: ae((function(e, t) { + for (var n = 0; n < t; n += 2) e.push(n); + return e + })), + odd: ae((function(e, t) { + for (var n = 1; n < t; n += 2) e.push(n); + return e + })), + lt: ae((function(e, t, n) { + var i; + for (i = n < 0 ? n + t : n > t ? t : n; --i >= 0;) e.push(i); + return e + })), + gt: ae((function(e, t, n) { + for (var i = n < 0 ? n + t : n; ++i < t;) e.push(i); + return e + })) + } + }, i.pseudos.nth = i.pseudos.eq, { + radio: !0, + checkbox: !0, + file: !0, + password: !0, + image: !0 + }) i.pseudos[t] = ie(t); + for (t in { + submit: !0, + reset: !0 + }) i.pseudos[t] = re(t); + + function ce() {} + + function de(e, t) { + var n, r, s, a, o, l, c, d = x[e + " "]; + if (d) return t ? 0 : d.slice(0); + for (o = e, l = [], c = i.preFilter; o;) { + for (a in n && !(r = j.exec(o)) || (r && (o = o.slice(r[0].length) || o), l.push(s = [])), n = !1, (r = R.exec(o)) && (n = r.shift(), s.push({ + value: n, + type: r[0].replace(I, " ") + }), o = o.slice(n.length)), i.filter) !(r = W[a].exec(o)) || c[a] && !(r = c[a](r)) || (n = r.shift(), s.push({ + value: n, + type: a, + matches: r + }), o = o.slice(n.length)); + if (!n) break + } + return t ? o.length : o ? Q.error(e) : x(e, l).slice(0) + } + + function ue(e) { + for (var t = 0, n = e.length, i = ""; t < n; t++) i += e[t].value; + return i + } + + function pe(e, t, n) { + var i = t.dir, + r = t.next, + s = r || i, + a = n && "parentNode" === s, + o = b++; + return t.first ? function(t, n, r) { + for (; t = t[i];) + if (1 === t.nodeType || a) return e(t, n, r); + return !1 + } : function(t, n, l) { + var c, d, u = [y, o]; + if (l) { + for (; t = t[i];) + if ((1 === t.nodeType || a) && e(t, n, l)) return !0 + } else + for (; t = t[i];) + if (1 === t.nodeType || a) + if (d = t[v] || (t[v] = {}), r && C(t, r)) t = t[i] || t; + else { + if ((c = d[s]) && c[0] === y && c[1] === o) return u[2] = c[2]; + if (d[s] = u, u[2] = e(t, n, l)) return !0 + } return !1 + } + } + + function fe(e) { + return e.length > 1 ? function(t, n, i) { + for (var r = e.length; r--;) + if (!e[r](t, n, i)) return !1; + return !0 + } : e[0] + } + + function me(e, t, n, i, r) { + for (var s, a = [], o = 0, l = e.length, c = null != t; o < l; o++)(s = e[o]) && (n && !n(s, i, r) || (a.push(s), c && t.push(o))); + return a + } + + function he(e, t, n, i, r, s) { + return i && !i[v] && (i = he(i)), r && !r[v] && (r = he(r, s)), te((function(s, a, l, c) { + var d, u, p, f, m = [], + h = [], + v = a.length, + y = s || function(e, t, n) { + for (var i = 0, r = t.length; i < r; i++) Q(e, t[i], n); + return n + }(t || "*", l.nodeType ? [l] : l, []), + b = !e || !s && t ? y : me(y, m, e, l, c); + if (n ? n(b, f = r || (s ? e : v || i) ? [] : a, l, c) : f = b, i) + for (d = me(f, h), i(d, [], l, c), u = d.length; u--;)(p = d[u]) && (f[h[u]] = !(b[h[u]] = p)); + if (s) { + if (r || e) { + if (r) { + for (d = [], u = f.length; u--;)(p = f[u]) && d.push(b[u] = p); + r(null, f = [], d, c) + } + for (u = f.length; u--;)(p = f[u]) && (d = r ? o.call(s, p) : m[u]) > -1 && (s[d] = !(a[d] = p)) + } + } else f = me(f === a ? f.splice(v, f.length) : f), r ? r(null, a, f, c) : g.apply(a, f) + })) + } + + function ge(e) { + for (var t, n, r, a = e.length, l = i.relative[e[0].type], c = l || i.relative[" "], d = l ? 1 : 0, u = pe((function(e) { + return e === t + }), c, !0), p = pe((function(e) { + return o.call(t, e) > -1 + }), c, !0), f = [function(e, n, i) { + var r = !l && (i || n != s) || ((t = n).nodeType ? u(e, n, i) : p(e, n, i)); + return t = null, r + }]; d < a; d++) + if (n = i.relative[e[d].type]) f = [pe(fe(f), n)]; + else { + if ((n = i.filter[e[d].type].apply(null, e[d].matches))[v]) { + for (r = ++d; r < a && !i.relative[e[r].type]; r++); + return he(d > 1 && fe(f), d > 1 && ue(e.slice(0, d - 1).concat({ + value: " " === e[d - 2].type ? "*" : "" + })).replace(I, "$1"), n, d < r && ge(e.slice(d, r)), r < a && ge(e = e.slice(r)), r < a && ue(e)) + } + f.push(n) + } + return fe(f) + } + + function ve(e, t) { + var n, r = [], + a = [], + o = E[e + " "]; + if (!o) { + for (t || (t = de(e)), n = t.length; n--;)(o = ge(t[n]))[v] ? r.push(o) : a.push(o); + o = E(e, function(e, t) { + var n = t.length > 0, + r = e.length > 0, + a = function(a, o, l, d, u) { + var f, m, h, v = 0, + b = "0", + w = a && [], + x = [], + E = s, + C = a || r && i.find.TAG("*", u), + M = y += null == E ? 1 : Math.random() || .1, + _ = C.length; + for (u && (s = o == c || o || u); b !== _ && null != (f = C[b]); b++) { + if (r && f) { + for (m = 0, o || f.ownerDocument == c || (le(f), l = !p); h = e[m++];) + if (h(f, o || c, l)) { + g.call(d, f); + break + } + u && (y = M) + } + n && ((f = !h && f) && v--, a && w.push(f)) + } + if (v += b, n && b !== v) { + for (m = 0; h = t[m++];) h(w, x, o, l); + if (a) { + if (v > 0) + for (; b--;) w[b] || x[b] || (x[b] = S.call(d)); + x = me(x) + } + g.apply(d, x), u && !a && x.length > 0 && v + t.length > 1 && T.uniqueSort(d) + } + return u && (y = M, s = E), w + }; + return n ? te(a) : a + }(a, r)), o.selector = e + } + return o + } + + function ye(e, t, n, r) { + var s, a, o, l, c, d = "function" == typeof e && e, + u = !r && de(e = d.selector || e); + if (n = n || [], 1 === u.length) { + if ((a = u[0] = u[0].slice(0)).length > 2 && "ID" === (o = a[0]).type && 9 === t.nodeType && p && i.relative[a[1].type]) { + if (!(t = (i.find.ID(o.matches[0].replace(U, Z), t) || [])[0])) return n; + d && (t = t.parentNode), e = e.slice(a.shift().value.length) + } + for (s = W.needsContext.test(e) ? 0 : a.length; s-- && (o = a[s], !i.relative[l = o.type]);) + if ((c = i.find[l]) && (r = c(o.matches[0].replace(U, Z), V.test(a[0].type) && oe(t.parentNode) || t))) { + if (a.splice(s, 1), !(e = r.length && ue(a))) return g.apply(n, r), n; + break + } + } + return (d || ve(e, u))(r, t, !p, n, !t || V.test(e) && oe(t.parentNode) || t), n + } + ce.prototype = i.filters = i.pseudos, i.setFilters = new ce, f.sortStable = v.split("").sort(A).join("") === v, le(), f.sortDetached = ne((function(e) { + return 1 & e.compareDocumentPosition(c.createElement("fieldset")) + })), T.find = Q, T.expr[":"] = T.expr.pseudos, T.unique = T.uniqueSort, Q.compile = ve, Q.select = ye, Q.setDocument = le, Q.tokenize = de, Q.escape = T.escapeSelector, Q.getText = T.text, Q.isXML = T.isXMLDoc, Q.selectors = T.expr, Q.support = T.support, Q.uniqueSort = T.uniqueSort + }(); + var O = function(e, t, n) { + for (var i = [], r = void 0 !== n; + (e = e[t]) && 9 !== e.nodeType;) + if (1 === e.nodeType) { + if (r && T(e).is(n)) break; + i.push(e) + } + return i + }, + z = function(e, t) { + for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); + return n + }, + $ = T.expr.match.needsContext, + F = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; + + function N(e, t, n) { + return m(t) ? T.grep(e, (function(e, i) { + return !!t.call(e, i, e) !== n + })) : t.nodeType ? T.grep(e, (function(e) { + return e === t !== n + })) : "string" != typeof t ? T.grep(e, (function(e) { + return o.call(t, e) > -1 !== n + })) : T.filter(t, e, n) + } + T.filter = function(e, t, n) { + var i = t[0]; + return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === i.nodeType ? T.find.matchesSelector(i, e) ? [i] : [] : T.find.matches(e, T.grep(t, (function(e) { + return 1 === e.nodeType + }))) + }, T.fn.extend({ + find: function(e) { + var t, n, i = this.length, + r = this; + if ("string" != typeof e) return this.pushStack(T(e).filter((function() { + for (t = 0; t < i; t++) + if (T.contains(r[t], this)) return !0 + }))); + for (n = this.pushStack([]), t = 0; t < i; t++) T.find(e, r[t], n); + return i > 1 ? T.uniqueSort(n) : n + }, + filter: function(e) { + return this.pushStack(N(this, e || [], !1)) + }, + not: function(e) { + return this.pushStack(N(this, e || [], !0)) + }, + is: function(e) { + return !!N(this, "string" == typeof e && $.test(e) ? T(e) : e || [], !1).length + } + }); + var j, R = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; + (T.fn.init = function(e, t, n) { + var i, r; + if (!e) return this; + if (n = n || j, "string" == typeof e) { + if (!(i = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : R.exec(e)) || !i[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); + if (i[1]) { + if (t = t instanceof T ? t[0] : t, T.merge(this, T.parseHTML(i[1], t && t.nodeType ? t.ownerDocument || t : g, !0)), F.test(i[1]) && T.isPlainObject(t)) + for (i in t) m(this[i]) ? this[i](t[i]) : this.attr(i, t[i]); + return this + } + return (r = g.getElementById(i[2])) && (this[0] = r, this.length = 1), this + } + return e.nodeType ? (this[0] = e, this.length = 1, this) : m(e) ? void 0 !== n.ready ? n.ready(e) : e(T) : T.makeArray(e, this) + }).prototype = T.fn, j = T(g); + var H = /^(?:parents|prev(?:Until|All))/, + q = { + children: !0, + contents: !0, + next: !0, + prev: !0 + }; + + function B(e, t) { + for (; + (e = e[t]) && 1 !== e.nodeType;); + return e + } + T.fn.extend({ + has: function(e) { + var t = T(e, this), + n = t.length; + return this.filter((function() { + for (var e = 0; e < n; e++) + if (T.contains(this, t[e])) return !0 + })) + }, + closest: function(e, t) { + var n, i = 0, + r = this.length, + s = [], + a = "string" != typeof e && T(e); + if (!$.test(e)) + for (; i < r; i++) + for (n = this[i]; n && n !== t; n = n.parentNode) + if (n.nodeType < 11 && (a ? a.index(n) > -1 : 1 === n.nodeType && T.find.matchesSelector(n, e))) { + s.push(n); + break + } + return this.pushStack(s.length > 1 ? T.uniqueSort(s) : s) + }, + index: function(e) { + return e ? "string" == typeof e ? o.call(T(e), this[0]) : o.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 + }, + add: function(e, t) { + return this.pushStack(T.uniqueSort(T.merge(this.get(), T(e, t)))) + }, + addBack: function(e) { + return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) + } + }), T.each({ + parent: function(e) { + var t = e.parentNode; + return t && 11 !== t.nodeType ? t : null + }, + parents: function(e) { + return O(e, "parentNode") + }, + parentsUntil: function(e, t, n) { + return O(e, "parentNode", n) + }, + next: function(e) { + return B(e, "nextSibling") + }, + prev: function(e) { + return B(e, "previousSibling") + }, + nextAll: function(e) { + return O(e, "nextSibling") + }, + prevAll: function(e) { + return O(e, "previousSibling") + }, + nextUntil: function(e, t, n) { + return O(e, "nextSibling", n) + }, + prevUntil: function(e, t, n) { + return O(e, "previousSibling", n) + }, + siblings: function(e) { + return z((e.parentNode || {}).firstChild, e) + }, + children: function(e) { + return z(e.firstChild) + }, + contents: function(e) { + return null != e.contentDocument && i(e.contentDocument) ? e.contentDocument : (C(e, "template") && (e = e.content || e), T.merge([], e.childNodes)) + } + }, (function(e, t) { + T.fn[e] = function(n, i) { + var r = T.map(this, t, n); + return "Until" !== e.slice(-5) && (i = n), i && "string" == typeof i && (r = T.filter(i, r)), this.length > 1 && (q[e] || T.uniqueSort(r), H.test(e) && r.reverse()), this.pushStack(r) + } + })); + var W = /[^\x20\t\r\n\f]+/g; + + function G(e) { + return e + } + + function Y(e) { + throw e + } + + function X(e, t, n, i) { + var r; + try { + e && m(r = e.promise) ? r.call(e).done(t).fail(n) : e && m(r = e.then) ? r.call(e, t, n) : t.apply(void 0, [e].slice(i)) + } catch (e) { + n.apply(void 0, [e]) + } + } + T.Callbacks = function(e) { + e = "string" == typeof e ? function(e) { + var t = {}; + return T.each(e.match(W) || [], (function(e, n) { + t[n] = !0 + })), t + }(e) : T.extend({}, e); + var t, n, i, r, s = [], + a = [], + o = -1, + l = function() { + for (r = r || e.once, i = t = !0; a.length; o = -1) + for (n = a.shift(); ++o < s.length;) !1 === s[o].apply(n[0], n[1]) && e.stopOnFalse && (o = s.length, n = !1); + e.memory || (n = !1), t = !1, r && (s = n ? [] : "") + }, + c = { + add: function() { + return s && (n && !t && (o = s.length - 1, a.push(n)), function t(n) { + T.each(n, (function(n, i) { + m(i) ? e.unique && c.has(i) || s.push(i) : i && i.length && "string" !== b(i) && t(i) + })) + }(arguments), n && !t && l()), this + }, + remove: function() { + return T.each(arguments, (function(e, t) { + for (var n; + (n = T.inArray(t, s, n)) > -1;) s.splice(n, 1), n <= o && o-- + })), this + }, + has: function(e) { + return e ? T.inArray(e, s) > -1 : s.length > 0 + }, + empty: function() { + return s && (s = []), this + }, + disable: function() { + return r = a = [], s = n = "", this + }, + disabled: function() { + return !s + }, + lock: function() { + return r = a = [], n || t || (s = n = ""), this + }, + locked: function() { + return !!r + }, + fireWith: function(e, n) { + return r || (n = [e, (n = n || []).slice ? n.slice() : n], a.push(n), t || l()), this + }, + fire: function() { + return c.fireWith(this, arguments), this + }, + fired: function() { + return !!i + } + }; + return c + }, T.extend({ + Deferred: function(t) { + var n = [ + ["notify", "progress", T.Callbacks("memory"), T.Callbacks("memory"), 2], + ["resolve", "done", T.Callbacks("once memory"), T.Callbacks("once memory"), 0, "resolved"], + ["reject", "fail", T.Callbacks("once memory"), T.Callbacks("once memory"), 1, "rejected"] + ], + i = "pending", + r = { + state: function() { + return i + }, + always: function() { + return s.done(arguments).fail(arguments), this + }, + catch: function(e) { + return r.then(null, e) + }, + pipe: function() { + var e = arguments; + return T.Deferred((function(t) { + T.each(n, (function(n, i) { + var r = m(e[i[4]]) && e[i[4]]; + s[i[1]]((function() { + var e = r && r.apply(this, arguments); + e && m(e.promise) ? e.promise().progress(t.notify).done(t.resolve).fail(t.reject) : t[i[0] + "With"](this, r ? [e] : arguments) + })) + })), e = null + })).promise() + }, + then: function(t, i, r) { + var s = 0; + + function a(t, n, i, r) { + return function() { + var o = this, + l = arguments, + c = function() { + var e, c; + if (!(t < s)) { + if ((e = i.apply(o, l)) === n.promise()) throw new TypeError("Thenable self-resolution"); + c = e && ("object" == typeof e || "function" == typeof e) && e.then, m(c) ? r ? c.call(e, a(s, n, G, r), a(s, n, Y, r)) : (s++, c.call(e, a(s, n, G, r), a(s, n, Y, r), a(s, n, G, n.notifyWith))) : (i !== G && (o = void 0, l = [e]), (r || n.resolveWith)(o, l)) + } + }, + d = r ? c : function() { + try { + c() + } catch (e) { + T.Deferred.exceptionHook && T.Deferred.exceptionHook(e, d.error), t + 1 >= s && (i !== Y && (o = void 0, l = [e]), n.rejectWith(o, l)) + } + }; + t ? d() : (T.Deferred.getErrorHook ? d.error = T.Deferred.getErrorHook() : T.Deferred.getStackHook && (d.error = T.Deferred.getStackHook()), e.setTimeout(d)) + } + } + return T.Deferred((function(e) { + n[0][3].add(a(0, e, m(r) ? r : G, e.notifyWith)), n[1][3].add(a(0, e, m(t) ? t : G)), n[2][3].add(a(0, e, m(i) ? i : Y)) + })).promise() + }, + promise: function(e) { + return null != e ? T.extend(e, r) : r + } + }, + s = {}; + return T.each(n, (function(e, t) { + var a = t[2], + o = t[5]; + r[t[1]] = a.add, o && a.add((function() { + i = o + }), n[3 - e][2].disable, n[3 - e][3].disable, n[0][2].lock, n[0][3].lock), a.add(t[3].fire), s[t[0]] = function() { + return s[t[0] + "With"](this === s ? void 0 : this, arguments), this + }, s[t[0] + "With"] = a.fireWith + })), r.promise(s), t && t.call(s, s), s + }, + when: function(e) { + var t = arguments.length, + n = t, + i = Array(n), + s = r.call(arguments), + a = T.Deferred(), + o = function(e) { + return function(n) { + i[e] = this, s[e] = arguments.length > 1 ? r.call(arguments) : n, --t || a.resolveWith(i, s) + } + }; + if (t <= 1 && (X(e, a.done(o(n)).resolve, a.reject, !t), "pending" === a.state() || m(s[n] && s[n].then))) return a.then(); + for (; n--;) X(s[n], o(n), a.reject); + return a.promise() + } + }); + var V = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; + T.Deferred.exceptionHook = function(t, n) { + e.console && e.console.warn && t && V.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n) + }, T.readyException = function(t) { + e.setTimeout((function() { + throw t + })) + }; + var U = T.Deferred(); + + function Z() { + g.removeEventListener("DOMContentLoaded", Z), e.removeEventListener("load", Z), T.ready() + } + T.fn.ready = function(e) { + return U.then(e).catch((function(e) { + T.readyException(e) + })), this + }, T.extend({ + isReady: !1, + readyWait: 1, + ready: function(e) { + (!0 === e ? --T.readyWait : T.isReady) || (T.isReady = !0, !0 !== e && --T.readyWait > 0 || U.resolveWith(g, [T])) + } + }), T.ready.then = U.then, "complete" === g.readyState || "loading" !== g.readyState && !g.documentElement.doScroll ? e.setTimeout(T.ready) : (g.addEventListener("DOMContentLoaded", Z), e.addEventListener("load", Z)); + var K = function(e, t, n, i, r, s, a) { + var o = 0, + l = e.length, + c = null == n; + if ("object" === b(n)) + for (o in r = !0, n) K(e, t, o, n[o], !0, s, a); + else if (void 0 !== i && (r = !0, m(i) || (a = !0), c && (a ? (t.call(e, i), t = null) : (c = t, t = function(e, t, n) { + return c.call(T(e), n) + })), t)) + for (; o < l; o++) t(e[o], n, a ? i : i.call(e[o], o, t(e[o], n))); + return r ? e : c ? t.call(e) : l ? t(e[0], n) : s + }, + J = /^-ms-/, + Q = /-([a-z])/g; + + function ee(e, t) { + return t.toUpperCase() + } + + function te(e) { + return e.replace(J, "ms-").replace(Q, ee) + } + var ne = function(e) { + return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType + }; + + function ie() { + this.expando = T.expando + ie.uid++ + } + ie.uid = 1, ie.prototype = { + cache: function(e) { + var t = e[this.expando]; + return t || (t = {}, ne(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, { + value: t, + configurable: !0 + }))), t + }, + set: function(e, t, n) { + var i, r = this.cache(e); + if ("string" == typeof t) r[te(t)] = n; + else + for (i in t) r[te(i)] = t[i]; + return r + }, + get: function(e, t) { + return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][te(t)] + }, + access: function(e, t, n) { + 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) + }, + remove: function(e, t) { + var n, i = e[this.expando]; + if (void 0 !== i) { + if (void 0 !== t) { + n = (t = Array.isArray(t) ? t.map(te) : (t = te(t)) in i ? [t] : t.match(W) || []).length; + for (; n--;) delete i[t[n]] + }(void 0 === t || T.isEmptyObject(i)) && (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando]) + } + }, + hasData: function(e) { + var t = e[this.expando]; + return void 0 !== t && !T.isEmptyObject(t) + } + }; + var re = new ie, + se = new ie, + ae = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + oe = /[A-Z]/g; + + function le(e, t, n) { + var i; + if (void 0 === n && 1 === e.nodeType) + if (i = "data-" + t.replace(oe, "-$&").toLowerCase(), "string" == typeof(n = e.getAttribute(i))) { + try { + n = function(e) { + return "true" === e || "false" !== e && ("null" === e ? null : e === +e + "" ? +e : ae.test(e) ? JSON.parse(e) : e) + }(n) + } catch (e) {} + se.set(e, t, n) + } else n = void 0; + return n + } + T.extend({ + hasData: function(e) { + return se.hasData(e) || re.hasData(e) + }, + data: function(e, t, n) { + return se.access(e, t, n) + }, + removeData: function(e, t) { + se.remove(e, t) + }, + _data: function(e, t, n) { + return re.access(e, t, n) + }, + _removeData: function(e, t) { + re.remove(e, t) + } + }), T.fn.extend({ + data: function(e, t) { + var n, i, r, s = this[0], + a = s && s.attributes; + if (void 0 === e) { + if (this.length && (r = se.get(s), 1 === s.nodeType && !re.get(s, "hasDataAttrs"))) { + for (n = a.length; n--;) a[n] && 0 === (i = a[n].name).indexOf("data-") && (i = te(i.slice(5)), le(s, i, r[i])); + re.set(s, "hasDataAttrs", !0) + } + return r + } + return "object" == typeof e ? this.each((function() { + se.set(this, e) + })) : K(this, (function(t) { + var n; + if (s && void 0 === t) return void 0 !== (n = se.get(s, e)) || void 0 !== (n = le(s, e)) ? n : void 0; + this.each((function() { + se.set(this, e, t) + })) + }), null, t, arguments.length > 1, null, !0) + }, + removeData: function(e) { + return this.each((function() { + se.remove(this, e) + })) + } + }), T.extend({ + queue: function(e, t, n) { + var i; + if (e) return t = (t || "fx") + "queue", i = re.get(e, t), n && (!i || Array.isArray(n) ? i = re.access(e, t, T.makeArray(n)) : i.push(n)), i || [] + }, + dequeue: function(e, t) { + t = t || "fx"; + var n = T.queue(e, t), + i = n.length, + r = n.shift(), + s = T._queueHooks(e, t); + "inprogress" === r && (r = n.shift(), i--), r && ("fx" === t && n.unshift("inprogress"), delete s.stop, r.call(e, (function() { + T.dequeue(e, t) + }), s)), !i && s && s.empty.fire() + }, + _queueHooks: function(e, t) { + var n = t + "queueHooks"; + return re.get(e, n) || re.access(e, n, { + empty: T.Callbacks("once memory").add((function() { + re.remove(e, [t + "queue", n]) + })) + }) + } + }), T.fn.extend({ + queue: function(e, t) { + var n = 2; + return "string" != typeof e && (t = e, e = "fx", n--), arguments.length < n ? T.queue(this[0], e) : void 0 === t ? this : this.each((function() { + var n = T.queue(this, e, t); + T._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && T.dequeue(this, e) + })) + }, + dequeue: function(e) { + return this.each((function() { + T.dequeue(this, e) + })) + }, + clearQueue: function(e) { + return this.queue(e || "fx", []) + }, + promise: function(e, t) { + var n, i = 1, + r = T.Deferred(), + s = this, + a = this.length, + o = function() { + --i || r.resolveWith(s, [s]) + }; + for ("string" != typeof e && (t = e, e = void 0), e = e || "fx"; a--;)(n = re.get(s[a], e + "queueHooks")) && n.empty && (i++, n.empty.add(o)); + return o(), r.promise(t) + } + }); + var ce = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, + de = new RegExp("^(?:([+-])=|)(" + ce + ")([a-z%]*)$", "i"), + ue = ["Top", "Right", "Bottom", "Left"], + pe = g.documentElement, + fe = function(e) { + return T.contains(e.ownerDocument, e) + }, + me = { + composed: !0 + }; + pe.getRootNode && (fe = function(e) { + return T.contains(e.ownerDocument, e) || e.getRootNode(me) === e.ownerDocument + }); + var he = function(e, t) { + return "none" === (e = t || e).style.display || "" === e.style.display && fe(e) && "none" === T.css(e, "display") + }; + + function ge(e, t, n, i) { + var r, s, a = 20, + o = i ? function() { + return i.cur() + } : function() { + return T.css(e, t, "") + }, + l = o(), + c = n && n[3] || (T.cssNumber[t] ? "" : "px"), + d = e.nodeType && (T.cssNumber[t] || "px" !== c && +l) && de.exec(T.css(e, t)); + if (d && d[3] !== c) { + for (l /= 2, c = c || d[3], d = +l || 1; a--;) T.style(e, t, d + c), (1 - s) * (1 - (s = o() / l || .5)) <= 0 && (a = 0), d /= s; + d *= 2, T.style(e, t, d + c), n = n || [] + } + return n && (d = +d || +l || 0, r = n[1] ? d + (n[1] + 1) * n[2] : +n[2], i && (i.unit = c, i.start = d, i.end = r)), r + } + var ve = {}; + + function ye(e) { + var t, n = e.ownerDocument, + i = e.nodeName, + r = ve[i]; + return r || (t = n.body.appendChild(n.createElement(i)), r = T.css(t, "display"), t.parentNode.removeChild(t), "none" === r && (r = "block"), ve[i] = r, r) + } + + function be(e, t) { + for (var n, i, r = [], s = 0, a = e.length; s < a; s++)(i = e[s]).style && (n = i.style.display, t ? ("none" === n && (r[s] = re.get(i, "display") || null, r[s] || (i.style.display = "")), "" === i.style.display && he(i) && (r[s] = ye(i))) : "none" !== n && (r[s] = "none", re.set(i, "display", n))); + for (s = 0; s < a; s++) null != r[s] && (e[s].style.display = r[s]); + return e + } + T.fn.extend({ + show: function() { + return be(this, !0) + }, + hide: function() { + return be(this) + }, + toggle: function(e) { + return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each((function() { + he(this) ? T(this).show() : T(this).hide() + })) + } + }); + var we, xe, Te = /^(?:checkbox|radio)$/i, + Ee = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, + Ce = /^$|^module$|\/(?:java|ecma)script/i; + we = g.createDocumentFragment().appendChild(g.createElement("div")), (xe = g.createElement("input")).setAttribute("type", "radio"), xe.setAttribute("checked", "checked"), xe.setAttribute("name", "t"), we.appendChild(xe), f.checkClone = we.cloneNode(!0).cloneNode(!0).lastChild.checked, we.innerHTML = "", f.noCloneChecked = !!we.cloneNode(!0).lastChild.defaultValue, we.innerHTML = "", f.option = !!we.lastChild; + var Se = { + thead: [1, "", "
"], + col: [2, "", "
"], + tr: [2, "", "
"], + td: [3, "", "
"], + _default: [0, "", ""] + }; + + function Me(e, t) { + var n; + return n = void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t || "*") : void 0 !== e.querySelectorAll ? e.querySelectorAll(t || "*") : [], void 0 === t || t && C(e, t) ? T.merge([e], n) : n + } + + function _e(e, t) { + for (var n = 0, i = e.length; n < i; n++) re.set(e[n], "globalEval", !t || re.get(t[n], "globalEval")) + } + Se.tbody = Se.tfoot = Se.colgroup = Se.caption = Se.thead, Se.th = Se.td, f.option || (Se.optgroup = Se.option = [1, ""]); + var ke = /<|&#?\w+;/; + + function Ie(e, t, n, i, r) { + for (var s, a, o, l, c, d, u = t.createDocumentFragment(), p = [], f = 0, m = e.length; f < m; f++) + if ((s = e[f]) || 0 === s) + if ("object" === b(s)) T.merge(p, s.nodeType ? [s] : s); + else if (ke.test(s)) { + for (a = a || u.appendChild(t.createElement("div")), o = (Ee.exec(s) || ["", ""])[1].toLowerCase(), l = Se[o] || Se._default, a.innerHTML = l[1] + T.htmlPrefilter(s) + l[2], d = l[0]; d--;) a = a.lastChild; + T.merge(p, a.childNodes), (a = u.firstChild).textContent = "" + } else p.push(t.createTextNode(s)); + for (u.textContent = "", f = 0; s = p[f++];) + if (i && T.inArray(s, i) > -1) r && r.push(s); + else if (c = fe(s), a = Me(u.appendChild(s), "script"), c && _e(a), n) + for (d = 0; s = a[d++];) Ce.test(s.type || "") && n.push(s); + return u + } + var Pe = /^([^.]*)(?:\.(.+)|)/; + + function Ae() { + return !0 + } + + function De() { + return !1 + } + + function Le(e, t, n, i, r, s) { + var a, o; + if ("object" == typeof t) { + for (o in "string" != typeof n && (i = i || n, n = void 0), t) Le(e, o, n, i, t[o], s); + return e + } + if (null == i && null == r ? (r = n, i = n = void 0) : null == r && ("string" == typeof n ? (r = i, i = void 0) : (r = i, i = n, n = void 0)), !1 === r) r = De; + else if (!r) return e; + return 1 === s && (a = r, r = function(e) { + return T().off(e), a.apply(this, arguments) + }, r.guid = a.guid || (a.guid = T.guid++)), e.each((function() { + T.event.add(this, t, r, i, n) + })) + } + + function Oe(e, t, n) { + n ? (re.set(e, t, !1), T.event.add(e, t, { + namespace: !1, + handler: function(e) { + var n, i = re.get(this, t); + if (1 & e.isTrigger && this[t]) { + if (i)(T.event.special[t] || {}).delegateType && e.stopPropagation(); + else if (i = r.call(arguments), re.set(this, t, i), this[t](), n = re.get(this, t), re.set(this, t, !1), i !== n) return e.stopImmediatePropagation(), e.preventDefault(), n + } else i && (re.set(this, t, T.event.trigger(i[0], i.slice(1), this)), e.stopPropagation(), e.isImmediatePropagationStopped = Ae) + } + })) : void 0 === re.get(e, t) && T.event.add(e, t, Ae) + } + T.event = { + global: {}, + add: function(e, t, n, i, r) { + var s, a, o, l, c, d, u, p, f, m, h, g = re.get(e); + if (ne(e)) + for (n.handler && (n = (s = n).handler, r = s.selector), r && T.find.matchesSelector(pe, r), n.guid || (n.guid = T.guid++), (l = g.events) || (l = g.events = Object.create(null)), (a = g.handle) || (a = g.handle = function(t) { + return void 0 !== T && T.event.triggered !== t.type ? T.event.dispatch.apply(e, arguments) : void 0 + }), c = (t = (t || "").match(W) || [""]).length; c--;) f = h = (o = Pe.exec(t[c]) || [])[1], m = (o[2] || "").split(".").sort(), f && (u = T.event.special[f] || {}, f = (r ? u.delegateType : u.bindType) || f, u = T.event.special[f] || {}, d = T.extend({ + type: f, + origType: h, + data: i, + handler: n, + guid: n.guid, + selector: r, + needsContext: r && T.expr.match.needsContext.test(r), + namespace: m.join(".") + }, s), (p = l[f]) || ((p = l[f] = []).delegateCount = 0, u.setup && !1 !== u.setup.call(e, i, m, a) || e.addEventListener && e.addEventListener(f, a)), u.add && (u.add.call(e, d), d.handler.guid || (d.handler.guid = n.guid)), r ? p.splice(p.delegateCount++, 0, d) : p.push(d), T.event.global[f] = !0) + }, + remove: function(e, t, n, i, r) { + var s, a, o, l, c, d, u, p, f, m, h, g = re.hasData(e) && re.get(e); + if (g && (l = g.events)) { + for (c = (t = (t || "").match(W) || [""]).length; c--;) + if (f = h = (o = Pe.exec(t[c]) || [])[1], m = (o[2] || "").split(".").sort(), f) { + for (u = T.event.special[f] || {}, p = l[f = (i ? u.delegateType : u.bindType) || f] || [], o = o[2] && new RegExp("(^|\\.)" + m.join("\\.(?:.*\\.|)") + "(\\.|$)"), a = s = p.length; s--;) d = p[s], !r && h !== d.origType || n && n.guid !== d.guid || o && !o.test(d.namespace) || i && i !== d.selector && ("**" !== i || !d.selector) || (p.splice(s, 1), d.selector && p.delegateCount--, u.remove && u.remove.call(e, d)); + a && !p.length && (u.teardown && !1 !== u.teardown.call(e, m, g.handle) || T.removeEvent(e, f, g.handle), delete l[f]) + } else + for (f in l) T.event.remove(e, f + t[c], n, i, !0); + T.isEmptyObject(l) && re.remove(e, "handle events") + } + }, + dispatch: function(e) { + var t, n, i, r, s, a, o = new Array(arguments.length), + l = T.event.fix(e), + c = (re.get(this, "events") || Object.create(null))[l.type] || [], + d = T.event.special[l.type] || {}; + for (o[0] = l, t = 1; t < arguments.length; t++) o[t] = arguments[t]; + if (l.delegateTarget = this, !d.preDispatch || !1 !== d.preDispatch.call(this, l)) { + for (a = T.event.handlers.call(this, l, c), t = 0; + (r = a[t++]) && !l.isPropagationStopped();) + for (l.currentTarget = r.elem, n = 0; + (s = r.handlers[n++]) && !l.isImmediatePropagationStopped();) l.rnamespace && !1 !== s.namespace && !l.rnamespace.test(s.namespace) || (l.handleObj = s, l.data = s.data, void 0 !== (i = ((T.event.special[s.origType] || {}).handle || s.handler).apply(r.elem, o)) && !1 === (l.result = i) && (l.preventDefault(), l.stopPropagation())); + return d.postDispatch && d.postDispatch.call(this, l), l.result + } + }, + handlers: function(e, t) { + var n, i, r, s, a, o = [], + l = t.delegateCount, + c = e.target; + if (l && c.nodeType && !("click" === e.type && e.button >= 1)) + for (; c !== this; c = c.parentNode || this) + if (1 === c.nodeType && ("click" !== e.type || !0 !== c.disabled)) { + for (s = [], a = {}, n = 0; n < l; n++) void 0 === a[r = (i = t[n]).selector + " "] && (a[r] = i.needsContext ? T(r, this).index(c) > -1 : T.find(r, this, null, [c]).length), a[r] && s.push(i); + s.length && o.push({ + elem: c, + handlers: s + }) + } + return c = this, l < t.length && o.push({ + elem: c, + handlers: t.slice(l) + }), o + }, + addProp: function(e, t) { + Object.defineProperty(T.Event.prototype, e, { + enumerable: !0, + configurable: !0, + get: m(t) ? function() { + if (this.originalEvent) return t(this.originalEvent) + } : function() { + if (this.originalEvent) return this.originalEvent[e] + }, + set: function(t) { + Object.defineProperty(this, e, { + enumerable: !0, + configurable: !0, + writable: !0, + value: t + }) + } + }) + }, + fix: function(e) { + return e[T.expando] ? e : new T.Event(e) + }, + special: { + load: { + noBubble: !0 + }, + click: { + setup: function(e) { + var t = this || e; + return Te.test(t.type) && t.click && C(t, "input") && Oe(t, "click", !0), !1 + }, + trigger: function(e) { + var t = this || e; + return Te.test(t.type) && t.click && C(t, "input") && Oe(t, "click"), !0 + }, + _default: function(e) { + var t = e.target; + return Te.test(t.type) && t.click && C(t, "input") && re.get(t, "click") || C(t, "a") + } + }, + beforeunload: { + postDispatch: function(e) { + void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result) + } + } + } + }, T.removeEvent = function(e, t, n) { + e.removeEventListener && e.removeEventListener(t, n) + }, T.Event = function(e, t) { + if (!(this instanceof T.Event)) return new T.Event(e, t); + e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e.defaultPrevented || void 0 === e.defaultPrevented && !1 === e.returnValue ? Ae : De, this.target = e.target && 3 === e.target.nodeType ? e.target.parentNode : e.target, this.currentTarget = e.currentTarget, this.relatedTarget = e.relatedTarget) : this.type = e, t && T.extend(this, t), this.timeStamp = e && e.timeStamp || Date.now(), this[T.expando] = !0 + }, T.Event.prototype = { + constructor: T.Event, + isDefaultPrevented: De, + isPropagationStopped: De, + isImmediatePropagationStopped: De, + isSimulated: !1, + preventDefault: function() { + var e = this.originalEvent; + this.isDefaultPrevented = Ae, e && !this.isSimulated && e.preventDefault() + }, + stopPropagation: function() { + var e = this.originalEvent; + this.isPropagationStopped = Ae, e && !this.isSimulated && e.stopPropagation() + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + this.isImmediatePropagationStopped = Ae, e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation() + } + }, T.each({ + altKey: !0, + bubbles: !0, + cancelable: !0, + changedTouches: !0, + ctrlKey: !0, + detail: !0, + eventPhase: !0, + metaKey: !0, + pageX: !0, + pageY: !0, + shiftKey: !0, + view: !0, + char: !0, + code: !0, + charCode: !0, + key: !0, + keyCode: !0, + button: !0, + buttons: !0, + clientX: !0, + clientY: !0, + offsetX: !0, + offsetY: !0, + pointerId: !0, + pointerType: !0, + screenX: !0, + screenY: !0, + targetTouches: !0, + toElement: !0, + touches: !0, + which: !0 + }, T.event.addProp), T.each({ + focus: "focusin", + blur: "focusout" + }, (function(e, t) { + function n(e) { + if (g.documentMode) { + var n = re.get(this, "handle"), + i = T.event.fix(e); + i.type = "focusin" === e.type ? "focus" : "blur", i.isSimulated = !0, n(e), i.target === i.currentTarget && n(i) + } else T.event.simulate(t, e.target, T.event.fix(e)) + } + T.event.special[e] = { + setup: function() { + var i; + if (Oe(this, e, !0), !g.documentMode) return !1; + (i = re.get(this, t)) || this.addEventListener(t, n), re.set(this, t, (i || 0) + 1) + }, + trigger: function() { + return Oe(this, e), !0 + }, + teardown: function() { + var e; + if (!g.documentMode) return !1; + (e = re.get(this, t) - 1) ? re.set(this, t, e): (this.removeEventListener(t, n), re.remove(this, t)) + }, + _default: function(t) { + return re.get(t.target, e) + }, + delegateType: t + }, T.event.special[t] = { + setup: function() { + var i = this.ownerDocument || this.document || this, + r = g.documentMode ? this : i, + s = re.get(r, t); + s || (g.documentMode ? this.addEventListener(t, n) : i.addEventListener(e, n, !0)), re.set(r, t, (s || 0) + 1) + }, + teardown: function() { + var i = this.ownerDocument || this.document || this, + r = g.documentMode ? this : i, + s = re.get(r, t) - 1; + s ? re.set(r, t, s) : (g.documentMode ? this.removeEventListener(t, n) : i.removeEventListener(e, n, !0), re.remove(r, t)) + } + } + })), T.each({ + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" + }, (function(e, t) { + T.event.special[e] = { + delegateType: t, + bindType: t, + handle: function(e) { + var n, i = e.relatedTarget, + r = e.handleObj; + return i && (i === this || T.contains(this, i)) || (e.type = r.origType, n = r.handler.apply(this, arguments), e.type = t), n + } + } + })), T.fn.extend({ + on: function(e, t, n, i) { + return Le(this, e, t, n, i) + }, + one: function(e, t, n, i) { + return Le(this, e, t, n, i, 1) + }, + off: function(e, t, n) { + var i, r; + if (e && e.preventDefault && e.handleObj) return i = e.handleObj, T(e.delegateTarget).off(i.namespace ? i.origType + "." + i.namespace : i.origType, i.selector, i.handler), this; + if ("object" == typeof e) { + for (r in e) this.off(r, t, e[r]); + return this + } + return !1 !== t && "function" != typeof t || (n = t, t = void 0), !1 === n && (n = De), this.each((function() { + T.event.remove(this, e, n, t) + })) + } + }); + var ze = /\s*$/g; + + function Ne(e, t) { + return C(e, "table") && C(11 !== t.nodeType ? t : t.firstChild, "tr") && T(e).children("tbody")[0] || e + } + + function je(e) { + return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e + } + + function Re(e) { + return "true/" === (e.type || "").slice(0, 5) ? e.type = e.type.slice(5) : e.removeAttribute("type"), e + } + + function He(e, t) { + var n, i, r, s, a, o; + if (1 === t.nodeType) { + if (re.hasData(e) && (o = re.get(e).events)) + for (r in re.remove(t, "handle events"), o) + for (n = 0, i = o[r].length; n < i; n++) T.event.add(t, r, o[r][n]); + se.hasData(e) && (s = se.access(e), a = T.extend({}, s), se.set(t, a)) + } + } + + function qe(e, t) { + var n = t.nodeName.toLowerCase(); + "input" === n && Te.test(e.type) ? t.checked = e.checked : "input" !== n && "textarea" !== n || (t.defaultValue = e.defaultValue) + } + + function Be(e, t, n, i) { + t = s(t); + var r, a, o, l, c, d, u = 0, + p = e.length, + h = p - 1, + g = t[0], + v = m(g); + if (v || p > 1 && "string" == typeof g && !f.checkClone && $e.test(g)) return e.each((function(r) { + var s = e.eq(r); + v && (t[0] = g.call(this, r, s.html())), Be(s, t, n, i) + })); + if (p && (a = (r = Ie(t, e[0].ownerDocument, !1, e, i)).firstChild, 1 === r.childNodes.length && (r = a), a || i)) { + for (l = (o = T.map(Me(r, "script"), je)).length; u < p; u++) c = r, u !== h && (c = T.clone(c, !0, !0), l && T.merge(o, Me(c, "script"))), n.call(e[u], c, u); + if (l) + for (d = o[o.length - 1].ownerDocument, T.map(o, Re), u = 0; u < l; u++) c = o[u], Ce.test(c.type || "") && !re.access(c, "globalEval") && T.contains(d, c) && (c.src && "module" !== (c.type || "").toLowerCase() ? T._evalUrl && !c.noModule && T._evalUrl(c.src, { + nonce: c.nonce || c.getAttribute("nonce") + }, d) : y(c.textContent.replace(Fe, ""), c, d)) + } + return e + } + + function We(e, t, n) { + for (var i, r = t ? T.filter(t, e) : e, s = 0; null != (i = r[s]); s++) n || 1 !== i.nodeType || T.cleanData(Me(i)), i.parentNode && (n && fe(i) && _e(Me(i, "script")), i.parentNode.removeChild(i)); + return e + } + T.extend({ + htmlPrefilter: function(e) { + return e + }, + clone: function(e, t, n) { + var i, r, s, a, o = e.cloneNode(!0), + l = fe(e); + if (!(f.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || T.isXMLDoc(e))) + for (a = Me(o), i = 0, r = (s = Me(e)).length; i < r; i++) qe(s[i], a[i]); + if (t) + if (n) + for (s = s || Me(e), a = a || Me(o), i = 0, r = s.length; i < r; i++) He(s[i], a[i]); + else He(e, o); + return (a = Me(o, "script")).length > 0 && _e(a, !l && Me(e, "script")), o + }, + cleanData: function(e) { + for (var t, n, i, r = T.event.special, s = 0; void 0 !== (n = e[s]); s++) + if (ne(n)) { + if (t = n[re.expando]) { + if (t.events) + for (i in t.events) r[i] ? T.event.remove(n, i) : T.removeEvent(n, i, t.handle); + n[re.expando] = void 0 + } + n[se.expando] && (n[se.expando] = void 0) + } + } + }), T.fn.extend({ + detach: function(e) { + return We(this, e, !0) + }, + remove: function(e) { + return We(this, e) + }, + text: function(e) { + return K(this, (function(e) { + return void 0 === e ? T.text(this) : this.empty().each((function() { + 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || (this.textContent = e) + })) + }), null, e, arguments.length) + }, + append: function() { + return Be(this, arguments, (function(e) { + 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || Ne(this, e).appendChild(e) + })) + }, + prepend: function() { + return Be(this, arguments, (function(e) { + if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { + var t = Ne(this, e); + t.insertBefore(e, t.firstChild) + } + })) + }, + before: function() { + return Be(this, arguments, (function(e) { + this.parentNode && this.parentNode.insertBefore(e, this) + })) + }, + after: function() { + return Be(this, arguments, (function(e) { + this.parentNode && this.parentNode.insertBefore(e, this.nextSibling) + })) + }, + empty: function() { + for (var e, t = 0; null != (e = this[t]); t++) 1 === e.nodeType && (T.cleanData(Me(e, !1)), e.textContent = ""); + return this + }, + clone: function(e, t) { + return e = null != e && e, t = null == t ? e : t, this.map((function() { + return T.clone(this, e, t) + })) + }, + html: function(e) { + return K(this, (function(e) { + var t = this[0] || {}, + n = 0, + i = this.length; + if (void 0 === e && 1 === t.nodeType) return t.innerHTML; + if ("string" == typeof e && !ze.test(e) && !Se[(Ee.exec(e) || ["", ""])[1].toLowerCase()]) { + e = T.htmlPrefilter(e); + try { + for (; n < i; n++) 1 === (t = this[n] || {}).nodeType && (T.cleanData(Me(t, !1)), t.innerHTML = e); + t = 0 + } catch (e) {} + } + t && this.empty().append(e) + }), null, e, arguments.length) + }, + replaceWith: function() { + var e = []; + return Be(this, arguments, (function(t) { + var n = this.parentNode; + T.inArray(this, e) < 0 && (T.cleanData(Me(this)), n && n.replaceChild(t, this)) + }), e) + } + }), T.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" + }, (function(e, t) { + T.fn[e] = function(e) { + for (var n, i = [], r = T(e), s = r.length - 1, o = 0; o <= s; o++) n = o === s ? this : this.clone(!0), T(r[o])[t](n), a.apply(i, n.get()); + return this.pushStack(i) + } + })); + var Ge = new RegExp("^(" + ce + ")(?!px)[a-z%]+$", "i"), + Ye = /^--/, + Xe = function(t) { + var n = t.ownerDocument.defaultView; + return n && n.opener || (n = e), n.getComputedStyle(t) + }, + Ve = function(e, t, n) { + var i, r, s = {}; + for (r in t) s[r] = e.style[r], e.style[r] = t[r]; + for (r in i = n.call(e), t) e.style[r] = s[r]; + return i + }, + Ue = new RegExp(ue.join("|"), "i"); + + function Ze(e, t, n) { + var i, r, s, a, o = Ye.test(t), + l = e.style; + return (n = n || Xe(e)) && (a = n.getPropertyValue(t) || n[t], o && a && (a = a.replace(I, "$1") || void 0), "" !== a || fe(e) || (a = T.style(e, t)), !f.pixelBoxStyles() && Ge.test(a) && Ue.test(t) && (i = l.width, r = l.minWidth, s = l.maxWidth, l.minWidth = l.maxWidth = l.width = a, a = n.width, l.width = i, l.minWidth = r, l.maxWidth = s)), void 0 !== a ? a + "" : a + } + + function Ke(e, t) { + return { + get: function() { + if (!e()) return (this.get = t).apply(this, arguments); + delete this.get + } + } + }! function() { + function t() { + if (d) { + c.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0", d.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%", pe.appendChild(c).appendChild(d); + var t = e.getComputedStyle(d); + i = "1%" !== t.top, l = 12 === n(t.marginLeft), d.style.right = "60%", a = 36 === n(t.right), r = 36 === n(t.width), d.style.position = "absolute", s = 12 === n(d.offsetWidth / 3), pe.removeChild(c), d = null + } + } + + function n(e) { + return Math.round(parseFloat(e)) + } + var i, r, s, a, o, l, c = g.createElement("div"), + d = g.createElement("div"); + d.style && (d.style.backgroundClip = "content-box", d.cloneNode(!0).style.backgroundClip = "", f.clearCloneStyle = "content-box" === d.style.backgroundClip, T.extend(f, { + boxSizingReliable: function() { + return t(), r + }, + pixelBoxStyles: function() { + return t(), a + }, + pixelPosition: function() { + return t(), i + }, + reliableMarginLeft: function() { + return t(), l + }, + scrollboxSize: function() { + return t(), s + }, + reliableTrDimensions: function() { + var t, n, i, r; + return null == o && (t = g.createElement("table"), n = g.createElement("tr"), i = g.createElement("div"), t.style.cssText = "position:absolute;left:-11111px;border-collapse:separate", n.style.cssText = "box-sizing:content-box;border:1px solid", n.style.height = "1px", i.style.height = "9px", i.style.display = "block", pe.appendChild(t).appendChild(n).appendChild(i), r = e.getComputedStyle(n), o = parseInt(r.height, 10) + parseInt(r.borderTopWidth, 10) + parseInt(r.borderBottomWidth, 10) === n.offsetHeight, pe.removeChild(t)), o + } + })) + }(); + var Je = ["Webkit", "Moz", "ms"], + Qe = g.createElement("div").style, + et = {}; + + function tt(e) { + return T.cssProps[e] || et[e] || (e in Qe ? e : et[e] = function(e) { + for (var t = e[0].toUpperCase() + e.slice(1), n = Je.length; n--;) + if ((e = Je[n] + t) in Qe) return e + }(e) || e) + } + var nt = /^(none|table(?!-c[ea]).+)/, + it = { + position: "absolute", + visibility: "hidden", + display: "block" + }, + rt = { + letterSpacing: "0", + fontWeight: "400" + }; + + function st(e, t, n) { + var i = de.exec(t); + return i ? Math.max(0, i[2] - (n || 0)) + (i[3] || "px") : t + } + + function at(e, t, n, i, r, s) { + var a = "width" === t ? 1 : 0, + o = 0, + l = 0, + c = 0; + if (n === (i ? "border" : "content")) return 0; + for (; a < 4; a += 2) "margin" === n && (c += T.css(e, n + ue[a], !0, r)), i ? ("content" === n && (l -= T.css(e, "padding" + ue[a], !0, r)), "margin" !== n && (l -= T.css(e, "border" + ue[a] + "Width", !0, r))) : (l += T.css(e, "padding" + ue[a], !0, r), "padding" !== n ? l += T.css(e, "border" + ue[a] + "Width", !0, r) : o += T.css(e, "border" + ue[a] + "Width", !0, r)); + return !i && s >= 0 && (l += Math.max(0, Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - s - l - o - .5)) || 0), l + c + } + + function ot(e, t, n) { + var i = Xe(e), + r = (!f.boxSizingReliable() || n) && "border-box" === T.css(e, "boxSizing", !1, i), + s = r, + a = Ze(e, t, i), + o = "offset" + t[0].toUpperCase() + t.slice(1); + if (Ge.test(a)) { + if (!n) return a; + a = "auto" + } + return (!f.boxSizingReliable() && r || !f.reliableTrDimensions() && C(e, "tr") || "auto" === a || !parseFloat(a) && "inline" === T.css(e, "display", !1, i)) && e.getClientRects().length && (r = "border-box" === T.css(e, "boxSizing", !1, i), (s = o in e) && (a = e[o])), (a = parseFloat(a) || 0) + at(e, t, n || (r ? "border" : "content"), s, i, a) + "px" + } + + function lt(e, t, n, i, r) { + return new lt.prototype.init(e, t, n, i, r) + } + T.extend({ + cssHooks: { + opacity: { + get: function(e, t) { + if (t) { + var n = Ze(e, "opacity"); + return "" === n ? "1" : n + } + } + } + }, + cssNumber: { + animationIterationCount: !0, + aspectRatio: !0, + borderImageSlice: !0, + columnCount: !0, + flexGrow: !0, + flexShrink: !0, + fontWeight: !0, + gridArea: !0, + gridColumn: !0, + gridColumnEnd: !0, + gridColumnStart: !0, + gridRow: !0, + gridRowEnd: !0, + gridRowStart: !0, + lineHeight: !0, + opacity: !0, + order: !0, + orphans: !0, + scale: !0, + widows: !0, + zIndex: !0, + zoom: !0, + fillOpacity: !0, + floodOpacity: !0, + stopOpacity: !0, + strokeMiterlimit: !0, + strokeOpacity: !0 + }, + cssProps: {}, + style: function(e, t, n, i) { + if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { + var r, s, a, o = te(t), + l = Ye.test(t), + c = e.style; + if (l || (t = tt(o)), a = T.cssHooks[t] || T.cssHooks[o], void 0 === n) return a && "get" in a && void 0 !== (r = a.get(e, !1, i)) ? r : c[t]; + "string" == (s = typeof n) && (r = de.exec(n)) && r[1] && (n = ge(e, t, r), s = "number"), null != n && n == n && ("number" !== s || l || (n += r && r[3] || (T.cssNumber[o] ? "" : "px")), f.clearCloneStyle || "" !== n || 0 !== t.indexOf("background") || (c[t] = "inherit"), a && "set" in a && void 0 === (n = a.set(e, n, i)) || (l ? c.setProperty(t, n) : c[t] = n)) + } + }, + css: function(e, t, n, i) { + var r, s, a, o = te(t); + return Ye.test(t) || (t = tt(o)), (a = T.cssHooks[t] || T.cssHooks[o]) && "get" in a && (r = a.get(e, !0, n)), void 0 === r && (r = Ze(e, t, i)), "normal" === r && t in rt && (r = rt[t]), "" === n || n ? (s = parseFloat(r), !0 === n || isFinite(s) ? s || 0 : r) : r + } + }), T.each(["height", "width"], (function(e, t) { + T.cssHooks[t] = { + get: function(e, n, i) { + if (n) return !nt.test(T.css(e, "display")) || e.getClientRects().length && e.getBoundingClientRect().width ? ot(e, t, i) : Ve(e, it, (function() { + return ot(e, t, i) + })) + }, + set: function(e, n, i) { + var r, s = Xe(e), + a = !f.scrollboxSize() && "absolute" === s.position, + o = (a || i) && "border-box" === T.css(e, "boxSizing", !1, s), + l = i ? at(e, t, i, o, s) : 0; + return o && a && (l -= Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(s[t]) - at(e, t, "border", !1, s) - .5)), l && (r = de.exec(n)) && "px" !== (r[3] || "px") && (e.style[t] = n, n = T.css(e, t)), st(0, n, l) + } + } + })), T.cssHooks.marginLeft = Ke(f.reliableMarginLeft, (function(e, t) { + if (t) return (parseFloat(Ze(e, "marginLeft")) || e.getBoundingClientRect().left - Ve(e, { + marginLeft: 0 + }, (function() { + return e.getBoundingClientRect().left + }))) + "px" + })), T.each({ + margin: "", + padding: "", + border: "Width" + }, (function(e, t) { + T.cssHooks[e + t] = { + expand: function(n) { + for (var i = 0, r = {}, s = "string" == typeof n ? n.split(" ") : [n]; i < 4; i++) r[e + ue[i] + t] = s[i] || s[i - 2] || s[0]; + return r + } + }, "margin" !== e && (T.cssHooks[e + t].set = st) + })), T.fn.extend({ + css: function(e, t) { + return K(this, (function(e, t, n) { + var i, r, s = {}, + a = 0; + if (Array.isArray(t)) { + for (i = Xe(e), r = t.length; a < r; a++) s[t[a]] = T.css(e, t[a], !1, i); + return s + } + return void 0 !== n ? T.style(e, t, n) : T.css(e, t) + }), e, t, arguments.length > 1) + } + }), T.Tween = lt, lt.prototype = { + constructor: lt, + init: function(e, t, n, i, r, s) { + this.elem = e, this.prop = n, this.easing = r || T.easing._default, this.options = t, this.start = this.now = this.cur(), this.end = i, this.unit = s || (T.cssNumber[n] ? "" : "px") + }, + cur: function() { + var e = lt.propHooks[this.prop]; + return e && e.get ? e.get(this) : lt.propHooks._default.get(this) + }, + run: function(e) { + var t, n = lt.propHooks[this.prop]; + return this.options.duration ? this.pos = t = T.easing[this.easing](e, this.options.duration * e, 0, 1, this.options.duration) : this.pos = t = e, this.now = (this.end - this.start) * t + this.start, this.options.step && this.options.step.call(this.elem, this.now, this), n && n.set ? n.set(this) : lt.propHooks._default.set(this), this + } + }, lt.prototype.init.prototype = lt.prototype, lt.propHooks = { + _default: { + get: function(e) { + var t; + return 1 !== e.elem.nodeType || null != e.elem[e.prop] && null == e.elem.style[e.prop] ? e.elem[e.prop] : (t = T.css(e.elem, e.prop, "")) && "auto" !== t ? t : 0 + }, + set: function(e) { + T.fx.step[e.prop] ? T.fx.step[e.prop](e) : 1 !== e.elem.nodeType || !T.cssHooks[e.prop] && null == e.elem.style[tt(e.prop)] ? e.elem[e.prop] = e.now : T.style(e.elem, e.prop, e.now + e.unit) + } + } + }, lt.propHooks.scrollTop = lt.propHooks.scrollLeft = { + set: function(e) { + e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now) + } + }, T.easing = { + linear: function(e) { + return e + }, + swing: function(e) { + return .5 - Math.cos(e * Math.PI) / 2 + }, + _default: "swing" + }, T.fx = lt.prototype.init, T.fx.step = {}; + var ct, dt, ut = /^(?:toggle|show|hide)$/, + pt = /queueHooks$/; + + function ft() { + dt && (!1 === g.hidden && e.requestAnimationFrame ? e.requestAnimationFrame(ft) : e.setTimeout(ft, T.fx.interval), T.fx.tick()) + } + + function mt() { + return e.setTimeout((function() { + ct = void 0 + })), ct = Date.now() + } + + function ht(e, t) { + var n, i = 0, + r = { + height: e + }; + for (t = t ? 1 : 0; i < 4; i += 2 - t) r["margin" + (n = ue[i])] = r["padding" + n] = e; + return t && (r.opacity = r.width = e), r + } + + function gt(e, t, n) { + for (var i, r = (vt.tweeners[t] || []).concat(vt.tweeners["*"]), s = 0, a = r.length; s < a; s++) + if (i = r[s].call(n, t, e)) return i + } + + function vt(e, t, n) { + var i, r, s = 0, + a = vt.prefilters.length, + o = T.Deferred().always((function() { + delete l.elem + })), + l = function() { + if (r) return !1; + for (var t = ct || mt(), n = Math.max(0, c.startTime + c.duration - t), i = 1 - (n / c.duration || 0), s = 0, a = c.tweens.length; s < a; s++) c.tweens[s].run(i); + return o.notifyWith(e, [c, i, n]), i < 1 && a ? n : (a || o.notifyWith(e, [c, 1, 0]), o.resolveWith(e, [c]), !1) + }, + c = o.promise({ + elem: e, + props: T.extend({}, t), + opts: T.extend(!0, { + specialEasing: {}, + easing: T.easing._default + }, n), + originalProperties: t, + originalOptions: n, + startTime: ct || mt(), + duration: n.duration, + tweens: [], + createTween: function(t, n) { + var i = T.Tween(e, c.opts, t, n, c.opts.specialEasing[t] || c.opts.easing); + return c.tweens.push(i), i + }, + stop: function(t) { + var n = 0, + i = t ? c.tweens.length : 0; + if (r) return this; + for (r = !0; n < i; n++) c.tweens[n].run(1); + return t ? (o.notifyWith(e, [c, 1, 0]), o.resolveWith(e, [c, t])) : o.rejectWith(e, [c, t]), this + } + }), + d = c.props; + for (function(e, t) { + var n, i, r, s, a; + for (n in e) + if (r = t[i = te(n)], s = e[n], Array.isArray(s) && (r = s[1], s = e[n] = s[0]), n !== i && (e[i] = s, delete e[n]), (a = T.cssHooks[i]) && "expand" in a) + for (n in s = a.expand(s), delete e[i], s) n in e || (e[n] = s[n], t[n] = r); + else t[i] = r + }(d, c.opts.specialEasing); s < a; s++) + if (i = vt.prefilters[s].call(c, e, d, c.opts)) return m(i.stop) && (T._queueHooks(c.elem, c.opts.queue).stop = i.stop.bind(i)), i; + return T.map(d, gt, c), m(c.opts.start) && c.opts.start.call(e, c), c.progress(c.opts.progress).done(c.opts.done, c.opts.complete).fail(c.opts.fail).always(c.opts.always), T.fx.timer(T.extend(l, { + elem: e, + anim: c, + queue: c.opts.queue + })), c + } + T.Animation = T.extend(vt, { + tweeners: { + "*": [function(e, t) { + var n = this.createTween(e, t); + return ge(n.elem, e, de.exec(t), n), n + }] + }, + tweener: function(e, t) { + m(e) ? (t = e, e = ["*"]) : e = e.match(W); + for (var n, i = 0, r = e.length; i < r; i++) n = e[i], vt.tweeners[n] = vt.tweeners[n] || [], vt.tweeners[n].unshift(t) + }, + prefilters: [function(e, t, n) { + var i, r, s, a, o, l, c, d, u = "width" in t || "height" in t, + p = this, + f = {}, + m = e.style, + h = e.nodeType && he(e), + g = re.get(e, "fxshow"); + for (i in n.queue || (null == (a = T._queueHooks(e, "fx")).unqueued && (a.unqueued = 0, o = a.empty.fire, a.empty.fire = function() { + a.unqueued || o() + }), a.unqueued++, p.always((function() { + p.always((function() { + a.unqueued--, T.queue(e, "fx").length || a.empty.fire() + })) + }))), t) + if (r = t[i], ut.test(r)) { + if (delete t[i], s = s || "toggle" === r, r === (h ? "hide" : "show")) { + if ("show" !== r || !g || void 0 === g[i]) continue; + h = !0 + } + f[i] = g && g[i] || T.style(e, i) + } + if ((l = !T.isEmptyObject(t)) || !T.isEmptyObject(f)) + for (i in u && 1 === e.nodeType && (n.overflow = [m.overflow, m.overflowX, m.overflowY], null == (c = g && g.display) && (c = re.get(e, "display")), "none" === (d = T.css(e, "display")) && (c ? d = c : (be([e], !0), c = e.style.display || c, d = T.css(e, "display"), be([e]))), ("inline" === d || "inline-block" === d && null != c) && "none" === T.css(e, "float") && (l || (p.done((function() { + m.display = c + })), null == c && (d = m.display, c = "none" === d ? "" : d)), m.display = "inline-block")), n.overflow && (m.overflow = "hidden", p.always((function() { + m.overflow = n.overflow[0], m.overflowX = n.overflow[1], m.overflowY = n.overflow[2] + }))), l = !1, f) l || (g ? "hidden" in g && (h = g.hidden) : g = re.access(e, "fxshow", { + display: c + }), s && (g.hidden = !h), h && be([e], !0), p.done((function() { + for (i in h || be([e]), re.remove(e, "fxshow"), f) T.style(e, i, f[i]) + }))), l = gt(h ? g[i] : 0, i, p), i in g || (g[i] = l.start, h && (l.end = l.start, l.start = 0)) + }], + prefilter: function(e, t) { + t ? vt.prefilters.unshift(e) : vt.prefilters.push(e) + } + }), T.speed = function(e, t, n) { + var i = e && "object" == typeof e ? T.extend({}, e) : { + complete: n || !n && t || m(e) && e, + duration: e, + easing: n && t || t && !m(t) && t + }; + return T.fx.off ? i.duration = 0 : "number" != typeof i.duration && (i.duration in T.fx.speeds ? i.duration = T.fx.speeds[i.duration] : i.duration = T.fx.speeds._default), null != i.queue && !0 !== i.queue || (i.queue = "fx"), i.old = i.complete, i.complete = function() { + m(i.old) && i.old.call(this), i.queue && T.dequeue(this, i.queue) + }, i + }, T.fn.extend({ + fadeTo: function(e, t, n, i) { + return this.filter(he).css("opacity", 0).show().end().animate({ + opacity: t + }, e, n, i) + }, + animate: function(e, t, n, i) { + var r = T.isEmptyObject(e), + s = T.speed(t, n, i), + a = function() { + var t = vt(this, T.extend({}, e), s); + (r || re.get(this, "finish")) && t.stop(!0) + }; + return a.finish = a, r || !1 === s.queue ? this.each(a) : this.queue(s.queue, a) + }, + stop: function(e, t, n) { + var i = function(e) { + var t = e.stop; + delete e.stop, t(n) + }; + return "string" != typeof e && (n = t, t = e, e = void 0), t && this.queue(e || "fx", []), this.each((function() { + var t = !0, + r = null != e && e + "queueHooks", + s = T.timers, + a = re.get(this); + if (r) a[r] && a[r].stop && i(a[r]); + else + for (r in a) a[r] && a[r].stop && pt.test(r) && i(a[r]); + for (r = s.length; r--;) s[r].elem !== this || null != e && s[r].queue !== e || (s[r].anim.stop(n), t = !1, s.splice(r, 1)); + !t && n || T.dequeue(this, e) + })) + }, + finish: function(e) { + return !1 !== e && (e = e || "fx"), this.each((function() { + var t, n = re.get(this), + i = n[e + "queue"], + r = n[e + "queueHooks"], + s = T.timers, + a = i ? i.length : 0; + for (n.finish = !0, T.queue(this, e, []), r && r.stop && r.stop.call(this, !0), t = s.length; t--;) s[t].elem === this && s[t].queue === e && (s[t].anim.stop(!0), s.splice(t, 1)); + for (t = 0; t < a; t++) i[t] && i[t].finish && i[t].finish.call(this); + delete n.finish + })) + } + }), T.each(["toggle", "show", "hide"], (function(e, t) { + var n = T.fn[t]; + T.fn[t] = function(e, i, r) { + return null == e || "boolean" == typeof e ? n.apply(this, arguments) : this.animate(ht(t, !0), e, i, r) + } + })), T.each({ + slideDown: ht("show"), + slideUp: ht("hide"), + slideToggle: ht("toggle"), + fadeIn: { + opacity: "show" + }, + fadeOut: { + opacity: "hide" + }, + fadeToggle: { + opacity: "toggle" + } + }, (function(e, t) { + T.fn[e] = function(e, n, i) { + return this.animate(t, e, n, i) + } + })), T.timers = [], T.fx.tick = function() { + var e, t = 0, + n = T.timers; + for (ct = Date.now(); t < n.length; t++)(e = n[t])() || n[t] !== e || n.splice(t--, 1); + n.length || T.fx.stop(), ct = void 0 + }, T.fx.timer = function(e) { + T.timers.push(e), T.fx.start() + }, T.fx.interval = 13, T.fx.start = function() { + dt || (dt = !0, ft()) + }, T.fx.stop = function() { + dt = null + }, T.fx.speeds = { + slow: 600, + fast: 200, + _default: 400 + }, T.fn.delay = function(t, n) { + return t = T.fx && T.fx.speeds[t] || t, n = n || "fx", this.queue(n, (function(n, i) { + var r = e.setTimeout(n, t); + i.stop = function() { + e.clearTimeout(r) + } + })) + }, + function() { + var e = g.createElement("input"), + t = g.createElement("select").appendChild(g.createElement("option")); + e.type = "checkbox", f.checkOn = "" !== e.value, f.optSelected = t.selected, (e = g.createElement("input")).value = "t", e.type = "radio", f.radioValue = "t" === e.value + }(); + var yt, bt = T.expr.attrHandle; + T.fn.extend({ + attr: function(e, t) { + return K(this, T.attr, e, t, arguments.length > 1) + }, + removeAttr: function(e) { + return this.each((function() { + T.removeAttr(this, e) + })) + } + }), T.extend({ + attr: function(e, t, n) { + var i, r, s = e.nodeType; + if (3 !== s && 8 !== s && 2 !== s) return void 0 === e.getAttribute ? T.prop(e, t, n) : (1 === s && T.isXMLDoc(e) || (r = T.attrHooks[t.toLowerCase()] || (T.expr.match.bool.test(t) ? yt : void 0)), void 0 !== n ? null === n ? void T.removeAttr(e, t) : r && "set" in r && void 0 !== (i = r.set(e, n, t)) ? i : (e.setAttribute(t, n + ""), n) : r && "get" in r && null !== (i = r.get(e, t)) ? i : null == (i = T.find.attr(e, t)) ? void 0 : i) + }, + attrHooks: { + type: { + set: function(e, t) { + if (!f.radioValue && "radio" === t && C(e, "input")) { + var n = e.value; + return e.setAttribute("type", t), n && (e.value = n), t + } + } + } + }, + removeAttr: function(e, t) { + var n, i = 0, + r = t && t.match(W); + if (r && 1 === e.nodeType) + for (; n = r[i++];) e.removeAttribute(n) + } + }), yt = { + set: function(e, t, n) { + return !1 === t ? T.removeAttr(e, n) : e.setAttribute(n, n), n + } + }, T.each(T.expr.match.bool.source.match(/\w+/g), (function(e, t) { + var n = bt[t] || T.find.attr; + bt[t] = function(e, t, i) { + var r, s, a = t.toLowerCase(); + return i || (s = bt[a], bt[a] = r, r = null != n(e, t, i) ? a : null, bt[a] = s), r + } + })); + var wt = /^(?:input|select|textarea|button)$/i, + xt = /^(?:a|area)$/i; + + function Tt(e) { + return (e.match(W) || []).join(" ") + } + + function Et(e) { + return e.getAttribute && e.getAttribute("class") || "" + } + + function Ct(e) { + return Array.isArray(e) ? e : "string" == typeof e && e.match(W) || [] + } + T.fn.extend({ + prop: function(e, t) { + return K(this, T.prop, e, t, arguments.length > 1) + }, + removeProp: function(e) { + return this.each((function() { + delete this[T.propFix[e] || e] + })) + } + }), T.extend({ + prop: function(e, t, n) { + var i, r, s = e.nodeType; + if (3 !== s && 8 !== s && 2 !== s) return 1 === s && T.isXMLDoc(e) || (t = T.propFix[t] || t, r = T.propHooks[t]), void 0 !== n ? r && "set" in r && void 0 !== (i = r.set(e, n, t)) ? i : e[t] = n : r && "get" in r && null !== (i = r.get(e, t)) ? i : e[t] + }, + propHooks: { + tabIndex: { + get: function(e) { + var t = T.find.attr(e, "tabindex"); + return t ? parseInt(t, 10) : wt.test(e.nodeName) || xt.test(e.nodeName) && e.href ? 0 : -1 + } + } + }, + propFix: { + for: "htmlFor", + class: "className" + } + }), f.optSelected || (T.propHooks.selected = { + get: function(e) { + var t = e.parentNode; + return t && t.parentNode && t.parentNode.selectedIndex, null + }, + set: function(e) { + var t = e.parentNode; + t && (t.selectedIndex, t.parentNode && t.parentNode.selectedIndex) + } + }), T.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], (function() { + T.propFix[this.toLowerCase()] = this + })), T.fn.extend({ + addClass: function(e) { + var t, n, i, r, s, a; + return m(e) ? this.each((function(t) { + T(this).addClass(e.call(this, t, Et(this))) + })) : (t = Ct(e)).length ? this.each((function() { + if (i = Et(this), n = 1 === this.nodeType && " " + Tt(i) + " ") { + for (s = 0; s < t.length; s++) r = t[s], n.indexOf(" " + r + " ") < 0 && (n += r + " "); + a = Tt(n), i !== a && this.setAttribute("class", a) + } + })) : this + }, + removeClass: function(e) { + var t, n, i, r, s, a; + return m(e) ? this.each((function(t) { + T(this).removeClass(e.call(this, t, Et(this))) + })) : arguments.length ? (t = Ct(e)).length ? this.each((function() { + if (i = Et(this), n = 1 === this.nodeType && " " + Tt(i) + " ") { + for (s = 0; s < t.length; s++) + for (r = t[s]; n.indexOf(" " + r + " ") > -1;) n = n.replace(" " + r + " ", " "); + a = Tt(n), i !== a && this.setAttribute("class", a) + } + })) : this : this.attr("class", "") + }, + toggleClass: function(e, t) { + var n, i, r, s, a = typeof e, + o = "string" === a || Array.isArray(e); + return m(e) ? this.each((function(n) { + T(this).toggleClass(e.call(this, n, Et(this), t), t) + })) : "boolean" == typeof t && o ? t ? this.addClass(e) : this.removeClass(e) : (n = Ct(e), this.each((function() { + if (o) + for (s = T(this), r = 0; r < n.length; r++) i = n[r], s.hasClass(i) ? s.removeClass(i) : s.addClass(i); + else void 0 !== e && "boolean" !== a || ((i = Et(this)) && re.set(this, "__className__", i), this.setAttribute && this.setAttribute("class", i || !1 === e ? "" : re.get(this, "__className__") || "")) + }))) + }, + hasClass: function(e) { + var t, n, i = 0; + for (t = " " + e + " "; n = this[i++];) + if (1 === n.nodeType && (" " + Tt(Et(n)) + " ").indexOf(t) > -1) return !0; + return !1 + } + }); + var St = /\r/g; + T.fn.extend({ + val: function(e) { + var t, n, i, r = this[0]; + return arguments.length ? (i = m(e), this.each((function(n) { + var r; + 1 === this.nodeType && (null == (r = i ? e.call(this, n, T(this).val()) : e) ? r = "" : "number" == typeof r ? r += "" : Array.isArray(r) && (r = T.map(r, (function(e) { + return null == e ? "" : e + "" + }))), (t = T.valHooks[this.type] || T.valHooks[this.nodeName.toLowerCase()]) && "set" in t && void 0 !== t.set(this, r, "value") || (this.value = r)) + }))) : r ? (t = T.valHooks[r.type] || T.valHooks[r.nodeName.toLowerCase()]) && "get" in t && void 0 !== (n = t.get(r, "value")) ? n : "string" == typeof(n = r.value) ? n.replace(St, "") : null == n ? "" : n : void 0 + } + }), T.extend({ + valHooks: { + option: { + get: function(e) { + var t = T.find.attr(e, "value"); + return null != t ? t : Tt(T.text(e)) + } + }, + select: { + get: function(e) { + var t, n, i, r = e.options, + s = e.selectedIndex, + a = "select-one" === e.type, + o = a ? null : [], + l = a ? s + 1 : r.length; + for (i = s < 0 ? l : a ? s : 0; i < l; i++) + if (((n = r[i]).selected || i === s) && !n.disabled && (!n.parentNode.disabled || !C(n.parentNode, "optgroup"))) { + if (t = T(n).val(), a) return t; + o.push(t) + } + return o + }, + set: function(e, t) { + for (var n, i, r = e.options, s = T.makeArray(t), a = r.length; a--;)((i = r[a]).selected = T.inArray(T.valHooks.option.get(i), s) > -1) && (n = !0); + return n || (e.selectedIndex = -1), s + } + } + } + }), T.each(["radio", "checkbox"], (function() { + T.valHooks[this] = { + set: function(e, t) { + if (Array.isArray(t)) return e.checked = T.inArray(T(e).val(), t) > -1 + } + }, f.checkOn || (T.valHooks[this].get = function(e) { + return null === e.getAttribute("value") ? "on" : e.value + }) + })); + var Mt = e.location, + _t = { + guid: Date.now() + }, + kt = /\?/; + T.parseXML = function(t) { + var n, i; + if (!t || "string" != typeof t) return null; + try { + n = (new e.DOMParser).parseFromString(t, "text/xml") + } catch (e) {} + return i = n && n.getElementsByTagName("parsererror")[0], n && !i || T.error("Invalid XML: " + (i ? T.map(i.childNodes, (function(e) { + return e.textContent + })).join("\n") : t)), n + }; + var It = /^(?:focusinfocus|focusoutblur)$/, + Pt = function(e) { + e.stopPropagation() + }; + T.extend(T.event, { + trigger: function(t, n, i, r) { + var s, a, o, l, c, u, p, f, v = [i || g], + y = d.call(t, "type") ? t.type : t, + b = d.call(t, "namespace") ? t.namespace.split(".") : []; + if (a = f = o = i = i || g, 3 !== i.nodeType && 8 !== i.nodeType && !It.test(y + T.event.triggered) && (y.indexOf(".") > -1 && (b = y.split("."), y = b.shift(), b.sort()), c = y.indexOf(":") < 0 && "on" + y, (t = t[T.expando] ? t : new T.Event(y, "object" == typeof t && t)).isTrigger = r ? 2 : 3, t.namespace = b.join("."), t.rnamespace = t.namespace ? new RegExp("(^|\\.)" + b.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, t.result = void 0, t.target || (t.target = i), n = null == n ? [t] : T.makeArray(n, [t]), p = T.event.special[y] || {}, r || !p.trigger || !1 !== p.trigger.apply(i, n))) { + if (!r && !p.noBubble && !h(i)) { + for (l = p.delegateType || y, It.test(l + y) || (a = a.parentNode); a; a = a.parentNode) v.push(a), o = a; + o === (i.ownerDocument || g) && v.push(o.defaultView || o.parentWindow || e) + } + for (s = 0; + (a = v[s++]) && !t.isPropagationStopped();) f = a, t.type = s > 1 ? l : p.bindType || y, (u = (re.get(a, "events") || Object.create(null))[t.type] && re.get(a, "handle")) && u.apply(a, n), (u = c && a[c]) && u.apply && ne(a) && (t.result = u.apply(a, n), !1 === t.result && t.preventDefault()); + return t.type = y, r || t.isDefaultPrevented() || p._default && !1 !== p._default.apply(v.pop(), n) || !ne(i) || c && m(i[y]) && !h(i) && ((o = i[c]) && (i[c] = null), T.event.triggered = y, t.isPropagationStopped() && f.addEventListener(y, Pt), i[y](), t.isPropagationStopped() && f.removeEventListener(y, Pt), T.event.triggered = void 0, o && (i[c] = o)), t.result + } + }, + simulate: function(e, t, n) { + var i = T.extend(new T.Event, n, { + type: e, + isSimulated: !0 + }); + T.event.trigger(i, null, t) + } + }), T.fn.extend({ + trigger: function(e, t) { + return this.each((function() { + T.event.trigger(e, t, this) + })) + }, + triggerHandler: function(e, t) { + var n = this[0]; + if (n) return T.event.trigger(e, t, n, !0) + } + }); + var At = /\[\]$/, + Dt = /\r?\n/g, + Lt = /^(?:submit|button|image|reset|file)$/i, + Ot = /^(?:input|select|textarea|keygen)/i; + + function zt(e, t, n, i) { + var r; + if (Array.isArray(t)) T.each(t, (function(t, r) { + n || At.test(e) ? i(e, r) : zt(e + "[" + ("object" == typeof r && null != r ? t : "") + "]", r, n, i) + })); + else if (n || "object" !== b(t)) i(e, t); + else + for (r in t) zt(e + "[" + r + "]", t[r], n, i) + } + T.param = function(e, t) { + var n, i = [], + r = function(e, t) { + var n = m(t) ? t() : t; + i[i.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n) + }; + if (null == e) return ""; + if (Array.isArray(e) || e.jquery && !T.isPlainObject(e)) T.each(e, (function() { + r(this.name, this.value) + })); + else + for (n in e) zt(n, e[n], t, r); + return i.join("&") + }, T.fn.extend({ + serialize: function() { + return T.param(this.serializeArray()) + }, + serializeArray: function() { + return this.map((function() { + var e = T.prop(this, "elements"); + return e ? T.makeArray(e) : this + })).filter((function() { + var e = this.type; + return this.name && !T(this).is(":disabled") && Ot.test(this.nodeName) && !Lt.test(e) && (this.checked || !Te.test(e)) + })).map((function(e, t) { + var n = T(this).val(); + return null == n ? null : Array.isArray(n) ? T.map(n, (function(e) { + return { + name: t.name, + value: e.replace(Dt, "\r\n") + } + })) : { + name: t.name, + value: n.replace(Dt, "\r\n") + } + })).get() + } + }); + var $t = /%20/g, + Ft = /#.*$/, + Nt = /([?&])_=[^&]*/, + jt = /^(.*?):[ \t]*([^\r\n]*)$/gm, + Rt = /^(?:GET|HEAD)$/, + Ht = /^\/\//, + qt = {}, + Bt = {}, + Wt = "*/".concat("*"), + Gt = g.createElement("a"); + + function Yt(e) { + return function(t, n) { + "string" != typeof t && (n = t, t = "*"); + var i, r = 0, + s = t.toLowerCase().match(W) || []; + if (m(n)) + for (; i = s[r++];) "+" === i[0] ? (i = i.slice(1) || "*", (e[i] = e[i] || []).unshift(n)) : (e[i] = e[i] || []).push(n) + } + } + + function Xt(e, t, n, i) { + var r = {}, + s = e === Bt; + + function a(o) { + var l; + return r[o] = !0, T.each(e[o] || [], (function(e, o) { + var c = o(t, n, i); + return "string" != typeof c || s || r[c] ? s ? !(l = c) : void 0 : (t.dataTypes.unshift(c), a(c), !1) + })), l + } + return a(t.dataTypes[0]) || !r["*"] && a("*") + } + + function Vt(e, t) { + var n, i, r = T.ajaxSettings.flatOptions || {}; + for (n in t) void 0 !== t[n] && ((r[n] ? e : i || (i = {}))[n] = t[n]); + return i && T.extend(!0, e, i), e + } + Gt.href = Mt.href, T.extend({ + active: 0, + lastModified: {}, + etag: {}, + ajaxSettings: { + url: Mt.href, + type: "GET", + isLocal: /^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Mt.protocol), + global: !0, + processData: !0, + async: !0, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + accepts: { + "*": Wt, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + converters: { + "* text": String, + "text html": !0, + "text json": JSON.parse, + "text xml": T.parseXML + }, + flatOptions: { + url: !0, + context: !0 + } + }, + ajaxSetup: function(e, t) { + return t ? Vt(Vt(e, T.ajaxSettings), t) : Vt(T.ajaxSettings, e) + }, + ajaxPrefilter: Yt(qt), + ajaxTransport: Yt(Bt), + ajax: function(t, n) { + "object" == typeof t && (n = t, t = void 0), n = n || {}; + var i, r, s, a, o, l, c, d, u, p, f = T.ajaxSetup({}, n), + m = f.context || f, + h = f.context && (m.nodeType || m.jquery) ? T(m) : T.event, + v = T.Deferred(), + y = T.Callbacks("once memory"), + b = f.statusCode || {}, + w = {}, + x = {}, + E = "canceled", + C = { + readyState: 0, + getResponseHeader: function(e) { + var t; + if (c) { + if (!a) + for (a = {}; t = jt.exec(s);) a[t[1].toLowerCase() + " "] = (a[t[1].toLowerCase() + " "] || []).concat(t[2]); + t = a[e.toLowerCase() + " "] + } + return null == t ? null : t.join(", ") + }, + getAllResponseHeaders: function() { + return c ? s : null + }, + setRequestHeader: function(e, t) { + return null == c && (e = x[e.toLowerCase()] = x[e.toLowerCase()] || e, w[e] = t), this + }, + overrideMimeType: function(e) { + return null == c && (f.mimeType = e), this + }, + statusCode: function(e) { + var t; + if (e) + if (c) C.always(e[C.status]); + else + for (t in e) b[t] = [b[t], e[t]]; + return this + }, + abort: function(e) { + var t = e || E; + return i && i.abort(t), S(0, t), this + } + }; + if (v.promise(C), f.url = ((t || f.url || Mt.href) + "").replace(Ht, Mt.protocol + "//"), f.type = n.method || n.type || f.method || f.type, f.dataTypes = (f.dataType || "*").toLowerCase().match(W) || [""], null == f.crossDomain) { + l = g.createElement("a"); + try { + l.href = f.url, l.href = l.href, f.crossDomain = Gt.protocol + "//" + Gt.host != l.protocol + "//" + l.host + } catch (e) { + f.crossDomain = !0 + } + } + if (f.data && f.processData && "string" != typeof f.data && (f.data = T.param(f.data, f.traditional)), Xt(qt, f, n, C), c) return C; + for (u in (d = T.event && f.global) && 0 == T.active++ && T.event.trigger("ajaxStart"), f.type = f.type.toUpperCase(), f.hasContent = !Rt.test(f.type), r = f.url.replace(Ft, ""), f.hasContent ? f.data && f.processData && 0 === (f.contentType || "").indexOf("application/x-www-form-urlencoded") && (f.data = f.data.replace($t, "+")) : (p = f.url.slice(r.length), f.data && (f.processData || "string" == typeof f.data) && (r += (kt.test(r) ? "&" : "?") + f.data, delete f.data), !1 === f.cache && (r = r.replace(Nt, "$1"), p = (kt.test(r) ? "&" : "?") + "_=" + _t.guid++ + p), f.url = r + p), f.ifModified && (T.lastModified[r] && C.setRequestHeader("If-Modified-Since", T.lastModified[r]), T.etag[r] && C.setRequestHeader("If-None-Match", T.etag[r])), (f.data && f.hasContent && !1 !== f.contentType || n.contentType) && C.setRequestHeader("Content-Type", f.contentType), C.setRequestHeader("Accept", f.dataTypes[0] && f.accepts[f.dataTypes[0]] ? f.accepts[f.dataTypes[0]] + ("*" !== f.dataTypes[0] ? ", " + Wt + "; q=0.01" : "") : f.accepts["*"]), f.headers) C.setRequestHeader(u, f.headers[u]); + if (f.beforeSend && (!1 === f.beforeSend.call(m, C, f) || c)) return C.abort(); + if (E = "abort", y.add(f.complete), C.done(f.success), C.fail(f.error), i = Xt(Bt, f, n, C)) { + if (C.readyState = 1, d && h.trigger("ajaxSend", [C, f]), c) return C; + f.async && f.timeout > 0 && (o = e.setTimeout((function() { + C.abort("timeout") + }), f.timeout)); + try { + c = !1, i.send(w, S) + } catch (e) { + if (c) throw e; + S(-1, e) + } + } else S(-1, "No Transport"); + + function S(t, n, a, l) { + var u, p, g, w, x, E = n; + c || (c = !0, o && e.clearTimeout(o), i = void 0, s = l || "", C.readyState = t > 0 ? 4 : 0, u = t >= 200 && t < 300 || 304 === t, a && (w = function(e, t, n) { + for (var i, r, s, a, o = e.contents, l = e.dataTypes; + "*" === l[0];) l.shift(), void 0 === i && (i = e.mimeType || t.getResponseHeader("Content-Type")); + if (i) + for (r in o) + if (o[r] && o[r].test(i)) { + l.unshift(r); + break + } + if (l[0] in n) s = l[0]; + else { + for (r in n) { + if (!l[0] || e.converters[r + " " + l[0]]) { + s = r; + break + } + a || (a = r) + } + s = s || a + } + if (s) return s !== l[0] && l.unshift(s), n[s] + }(f, C, a)), !u && T.inArray("script", f.dataTypes) > -1 && T.inArray("json", f.dataTypes) < 0 && (f.converters["text script"] = function() {}), w = function(e, t, n, i) { + var r, s, a, o, l, c = {}, + d = e.dataTypes.slice(); + if (d[1]) + for (a in e.converters) c[a.toLowerCase()] = e.converters[a]; + for (s = d.shift(); s;) + if (e.responseFields[s] && (n[e.responseFields[s]] = t), !l && i && e.dataFilter && (t = e.dataFilter(t, e.dataType)), l = s, s = d.shift()) + if ("*" === s) s = l; + else if ("*" !== l && l !== s) { + if (!(a = c[l + " " + s] || c["* " + s])) + for (r in c) + if ((o = r.split(" "))[1] === s && (a = c[l + " " + o[0]] || c["* " + o[0]])) { + !0 === a ? a = c[r] : !0 !== c[r] && (s = o[0], d.unshift(o[1])); + break + } + if (!0 !== a) + if (a && e.throws) t = a(t); + else try { + t = a(t) + } catch (e) { + return { + state: "parsererror", + error: a ? e : "No conversion from " + l + " to " + s + } + } + } + return { + state: "success", + data: t + } + }(f, w, C, u), u ? (f.ifModified && ((x = C.getResponseHeader("Last-Modified")) && (T.lastModified[r] = x), (x = C.getResponseHeader("etag")) && (T.etag[r] = x)), 204 === t || "HEAD" === f.type ? E = "nocontent" : 304 === t ? E = "notmodified" : (E = w.state, p = w.data, u = !(g = w.error))) : (g = E, !t && E || (E = "error", t < 0 && (t = 0))), C.status = t, C.statusText = (n || E) + "", u ? v.resolveWith(m, [p, E, C]) : v.rejectWith(m, [C, E, g]), C.statusCode(b), b = void 0, d && h.trigger(u ? "ajaxSuccess" : "ajaxError", [C, f, u ? p : g]), y.fireWith(m, [C, E]), d && (h.trigger("ajaxComplete", [C, f]), --T.active || T.event.trigger("ajaxStop"))) + } + return C + }, + getJSON: function(e, t, n) { + return T.get(e, t, n, "json") + }, + getScript: function(e, t) { + return T.get(e, void 0, t, "script") + } + }), T.each(["get", "post"], (function(e, t) { + T[t] = function(e, n, i, r) { + return m(n) && (r = r || i, i = n, n = void 0), T.ajax(T.extend({ + url: e, + type: t, + dataType: r, + data: n, + success: i + }, T.isPlainObject(e) && e)) + } + })), T.ajaxPrefilter((function(e) { + var t; + for (t in e.headers) "content-type" === t.toLowerCase() && (e.contentType = e.headers[t] || "") + })), T._evalUrl = function(e, t, n) { + return T.ajax({ + url: e, + type: "GET", + dataType: "script", + cache: !0, + async: !1, + global: !1, + converters: { + "text script": function() {} + }, + dataFilter: function(e) { + T.globalEval(e, t, n) + } + }) + }, T.fn.extend({ + wrapAll: function(e) { + var t; + return this[0] && (m(e) && (e = e.call(this[0])), t = T(e, this[0].ownerDocument).eq(0).clone(!0), this[0].parentNode && t.insertBefore(this[0]), t.map((function() { + for (var e = this; e.firstElementChild;) e = e.firstElementChild; + return e + })).append(this)), this + }, + wrapInner: function(e) { + return m(e) ? this.each((function(t) { + T(this).wrapInner(e.call(this, t)) + })) : this.each((function() { + var t = T(this), + n = t.contents(); + n.length ? n.wrapAll(e) : t.append(e) + })) + }, + wrap: function(e) { + var t = m(e); + return this.each((function(n) { + T(this).wrapAll(t ? e.call(this, n) : e) + })) + }, + unwrap: function(e) { + return this.parent(e).not("body").each((function() { + T(this).replaceWith(this.childNodes) + })), this + } + }), T.expr.pseudos.hidden = function(e) { + return !T.expr.pseudos.visible(e) + }, T.expr.pseudos.visible = function(e) { + return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length) + }, T.ajaxSettings.xhr = function() { + try { + return new e.XMLHttpRequest + } catch (e) {} + }; + var Ut = { + 0: 200, + 1223: 204 + }, + Zt = T.ajaxSettings.xhr(); + f.cors = !!Zt && "withCredentials" in Zt, f.ajax = Zt = !!Zt, T.ajaxTransport((function(t) { + var n, i; + if (f.cors || Zt && !t.crossDomain) return { + send: function(r, s) { + var a, o = t.xhr(); + if (o.open(t.type, t.url, t.async, t.username, t.password), t.xhrFields) + for (a in t.xhrFields) o[a] = t.xhrFields[a]; + for (a in t.mimeType && o.overrideMimeType && o.overrideMimeType(t.mimeType), t.crossDomain || r["X-Requested-With"] || (r["X-Requested-With"] = "XMLHttpRequest"), r) o.setRequestHeader(a, r[a]); + n = function(e) { + return function() { + n && (n = i = o.onload = o.onerror = o.onabort = o.ontimeout = o.onreadystatechange = null, "abort" === e ? o.abort() : "error" === e ? "number" != typeof o.status ? s(0, "error") : s(o.status, o.statusText) : s(Ut[o.status] || o.status, o.statusText, "text" !== (o.responseType || "text") || "string" != typeof o.responseText ? { + binary: o.response + } : { + text: o.responseText + }, o.getAllResponseHeaders())) + } + }, o.onload = n(), i = o.onerror = o.ontimeout = n("error"), void 0 !== o.onabort ? o.onabort = i : o.onreadystatechange = function() { + 4 === o.readyState && e.setTimeout((function() { + n && i() + })) + }, n = n("abort"); + try { + o.send(t.hasContent && t.data || null) + } catch (e) { + if (n) throw e + } + }, + abort: function() { + n && n() + } + } + })), T.ajaxPrefilter((function(e) { + e.crossDomain && (e.contents.script = !1) + })), T.ajaxSetup({ + accepts: { + script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function(e) { + return T.globalEval(e), e + } + } + }), T.ajaxPrefilter("script", (function(e) { + void 0 === e.cache && (e.cache = !1), e.crossDomain && (e.type = "GET") + })), T.ajaxTransport("script", (function(e) { + var t, n; + if (e.crossDomain || e.scriptAttrs) return { + send: function(i, r) { + t = T("