Advertisement
Guest User

Untitled

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