1
/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
2
!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}
3
:t(e)}
4
("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={}
5
,o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={}
6
,m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType}
7
,x=function(e){return null!=e&&e===e.window}
8
,c={type:!0,src:!0,nonce:!0,noModule:!0}
9
;function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}
10
function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}
11
var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)}
12
,p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}
13
k.fn=k.prototype={jquery:f,constructor:k,length:0,toArray:function(){return s.call(this)}
14
,get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]}
15
,pushStack:function(e){var t=k.merge(this.constructor(),e);return t.prevObject=this,t}
16
,each:function(e){return k.each(this,e)}
17
,map:function(n){return this.pushStack(k.map(this,function(e,t){return n.call(e,t,e)}
18
))}
19
,slice:function(){return this.pushStack(s.apply(this,arguments))}
20
,first:function(){return this.eq(0)}
21
,last:function(){return this.eq(-1)}
22
,eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])}
23
,end:function(){return this.prevObject||this.constructor()}
24
,push:u,sort:t.sort,splice:t.splice}
25
,k.extend=k.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{}
26
,s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{}
27
,s++),"object"==typeof a||m(a)||(a={}
28
),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(k.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||k.isPlainObject(n)?n:{}
29
,i=!1,a[t]=k.extend(l,o,r)):void 0!==r&&(a[t]=r));return a}
30
,k.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)}
31
,noop:function(){}
32
,isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=v.call(t,"constructor")&&t.constructor)&&a.call(n)===l)}
33
,isEmptyObject:function(e){var t;for(t in e)return!1;return!0}
34
,globalEval:function(e,t){b(e,{nonce:t&&t.nonce}
35
)}
36
,each:function(e,t){var n,r=0;if(d(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}
37
else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e}
38
,trim:function(e){return null==e?"":(e+"").replace(p,"")}
39
,makeArray:function(e,t){var n=t||[];return null!=e&&(d(Object(e))?k.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n}
40
,inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)}
...
</html>