You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
klhis/open6.0.js

1 line
1.6 MiB

3 months ago
!function(_,$){"object"==typeof module&&"object"==typeof module.exports?module.exports=_.document?$(_,!0):function(_){if(!_.document)throw new Error("jQuery requires a window with a document");return $(_)}:$(_)}("undefined"!=typeof window?window:this,function(V0,S0){var T0=[],Q0=T0.slice,R0=T0.concat,N0=T0.push,O0=T0.indexOf,e0={},g0=e0.toString,b0=e0.hasOwnProperty,c0={},Y0="1.11.1",Z0=function(_,$){return new Z0.fn.init(_,$)},W0=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,X0=/^-ms-/,s0=/-([\da-z])/gi,r0=function(_,$){return $.toUpperCase()};Z0.fn=Z0.prototype={jquery:Y0,constructor:Z0,selector:"",length:0,toArray:function(){return Q0.call(this)},get:function($){return null!=$?0>$?this[$+this.length]:this[$]:Q0.call(this)},pushStack:function(_){var $=Z0.merge(this.constructor(),_);return $.prevObject=this,$.context=this.context,$},each:function(_,$){return Z0.each(this,_,$)},map:function($){return this.pushStack(Z0.map(this,function(_,A){return $.call(_,A,_)}))},slice:function(){return this.pushStack(Q0.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(A){var $=this.length,_=+A+(0>A?$:0);return this.pushStack(_>=0&&$>_?[this[_]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:N0,sort:T0.sort,splice:T0.splice},Z0.extend=Z0.fn.extend=function(){var E,C,D,A,B,$,_=arguments[0]||{},G=1,H=arguments.length,F=!1;for("boolean"==typeof _&&(F=_,_=arguments[G]||{},G++),"object"==typeof _||Z0.isFunction(_)||(_={}),G===H&&(_=this,G--);H>G;G++)if(null!=(B=arguments[G]))for(A in B)E=_[A],D=B[A],_!==D&&(F&&D&&(Z0.isPlainObject(D)||(C=Z0.isArray(D)))?(C?(C=!1,$=E&&Z0.isArray(E)?E:[]):$=E&&Z0.isPlainObject(E)?E:{},_[A]=Z0.extend(F,$,D)):void 0!==D&&(_[A]=D));return _},Z0.extend({expando:"jQuery"+(Y0+Math.random()).replace(/\D/g,""),isReady:!0,error:function($){throw new Error($)},noop:function(){},isFunction:function($){return"function"===Z0.type($)},isArray:Array.isArray||function($){return"array"===Z0.type($)},isWindow:function($){return null!=$&&$==$.window},isNumeric:function($){return!Z0.isArray($)&&$-parseFloat($)>=0},isEmptyObject:function(_){var $;for($ in _)return!1;return!0},isPlainObject:function(A){var $;if(!A||"object"!==Z0.type(A)||A.nodeType||Z0.isWindow(A))return!1;try{if(A.constructor&&!b0.call(A,"constructor")&&!b0.call(A.constructor.prototype,"isPrototypeOf"))return!1}catch(_){return!1}if(c0.ownLast)for($ in A)return b0.call(A,$);for($ in A);return void 0===$||b0.call(A,$)},type:function($){return null==$?$+"":"object"==typeof $||"function"==typeof $?e0[g0.call($)]||"object":typeof $},globalEval:function($){$&&Z0.trim($)&&(V0.execScript||function($){V0.eval.call(V0,$)})($)},camelCase:function($){return $.replace(X0,"ms-").replace(s0,r0)},nodeName:function(_,$){return _.nodeName&&_.nodeName.toLowerCase()===$.toLowerCase()},each:function(E,C,D){var A,B=0,$=E.length,_=p0(E);if(D){if(_){for(;$>B;B++)if(A=C.apply(E[B],D),A===!1)break}else for(B in E)if(A=C.apply(E[B],D),A===!1)break}else if(_){for(;$>B;B++)if(A=C.call(E[B],B,E[B]),A===!1)break}else for(B in E)if(A=C.call(E[B],B,E[B]),A===!1)break;return E},trim:function($){return null==$?"":($+"").replace(W0,"")},makeArray:function(A,$){var _=$||[];return null!=A&&(p0(Object(A))?Z0.merge(_,"string"==typeof A?[A]:A):N0.call(_,A)),_},inArray:function(B,_,A){var $;if(_){if(O0)return O0.call(_,B,A);for($=_.length,A=A?0>A?Math.max(0,$+A):A:0;$>A;A++)if(A in _&&_[A]===B)return A}return-1},merge:function(C,A){var B=+A.length,$=0,_=C.length;while(B>$)C[_++]=A[$++];if(B!==B)while(void 0!==A[$])C[_++]=A[$++];return C.length=_,C},grep:function(E,C,D){for(var A,B=[],$=0,_=E.length,F=!D;_>$;$++)A=!C(E[$],$),A!==F&&B.push(E[$]);return B},map:function(D,B,C){var A,$=0,_=D.length,E=p0(D),F=[];if(E){for(;_>$;$++)A=B(D[$],$,C),null!=A&&F.push(A)}else for($ in D)A=B(D[$],$,C),null!=A&&F.push(A);return R0.apply([],F)},guid:1,proxy:function(C,A){var B,_,$;return"string"==typeof A&&($=C[A],A=C,C=$),Z0.isFunction(C)?(B=Q0.call(arguments,2),_=function(){return C.apply(A||this,B.concat(Q0.call(arguments)))},_.guid=C.guid=C.