1
/*! jQuery v3.7.0 | (c) OpenJS 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(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}
5
:function(e){return oe.concat.apply([],e)}
6
,s=oe.push,se=oe.indexOf,n={}
7
,i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={}
8
,v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item}
9
,y=function(e){return null!=e&&e===e.window}
10
,C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0}
11
;function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}
12
function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}
13
var t="3.7.0",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)}
14
;function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}
15
function fe(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}
16
ce.fn=ce.prototype={jquery:t,constructor:ce,length:0,toArray:function(){return ae.call(this)}
17
,get:function(e){return null==e?ae.call(this):e<0?this[e+this.length]:this[e]}
18
,pushStack:function(e){var t=ce.merge(this.constructor(),e);return t.prevObject=this,t}
19
,each:function(e){return ce.each(this,e)}
20
,map:function(n){return this.pushStack(ce.map(this,function(e,t){return n.call(e,t,e)}
21
))}
22
,slice:function(){return this.pushStack(ae.apply(this,arguments))}
23
,first:function(){return this.eq(0)}
24
,last:function(){return this.eq(-1)}
25
,even:function(){return this.pushStack(ce.grep(this,function(e,t){return(t+1)%2}
26
))}
27
,odd:function(){return this.pushStack(ce.grep(this,function(e,t){return t%2}
28
))}
29
,eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])}
30
,end:function(){return this.prevObject||this.constructor()}
31
,push:s,sort:oe.sort,splice:oe.splice}
32
,ce.extend=ce.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{}
33
,s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{}
34
,s++),"object"==typeof a||v(a)||(a={}
35
),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&&(ce.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||ce.isPlainObject(n)?n:{}
36
,i=!1,a[t]=ce.extend(l,o,r)):void 0!==r&&(a[t]=r));return a}
37
,ce.extend({expando:"jQuery"+(t+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)}
38
,noop:function(){}
39
,isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==i.call(e))&&(!(t=r(e))||"function"==typeof(n=ue.call(t,"constructor")&&t.constructor)&&o.call(n)===a)}
40
,isEmptyObject:function(e){var t;for(t in e)return!1;return!0}
...
</html>