Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {yellow dot:{sourceId:window1,targetId:window2,source:{length:1,0:[object HTMLDivElement],context:[object HTMLDocument],selector:#window1,init:function (a, b) {
  2.     var d, f;
  3.     if (!a) {
  4.         return this;
  5.     }
  6.     if (a.nodeType) {
  7.         this.context = this[0] = a;
  8.         this.length = 1;
  9.         return this;
  10.     }
  11.     if (a === "body" && !b) {
  12.         this.context = s;
  13.         this[0] = s.body;
  14.         this.selector = "body";
  15.         this.length = 1;
  16.         return this;
  17.     }
  18.     if (typeof a === "string") {
  19.         if ((d = Ta.exec(a)) && (d[1] || !b)) {
  20.             if (d[1]) {
  21.                 f = b ? b.ownerDocument || b : s;
  22.                 if ((a = Xa.exec(a))) {
  23.                     if (c.isPlainObject(b)) {
  24.                         a = [s.createElement(a[1])];
  25.                         c.fn.attr.call(a, b, true);
  26.                     } else {
  27.                         a = [f.createElement(a[1])];
  28.                     }
  29.                 } else {
  30.                     a = sa([d[1]], [f]);
  31.                     a = (a.cacheable ? a.fragment.cloneNode(true) : a.fragment).childNodes;
  32.                 }
  33.                 return c.merge(this, a);
  34.             } else {
  35.                 if ((b = s.getElementById(d[2]))) {
  36.                     if (b.id !== d[2]) {
  37.                         return T.find(a);
  38.                     }
  39.                     this.length = 1;
  40.                     this[0] = b;
  41.                 }
  42.                 this.context = s;
  43.                 this.selector = a;
  44.                 return this;
  45.             }
  46.         } else if (!b && /^\w+$/.test(a)) {
  47.             this.selector = a;
  48.             this.context = s;
  49.             a = s.getElementsByTagName(a);
  50.             return c.merge(this, a);
  51.         } else {
  52.             return !b || b.jquery ? (b || T).find(a) : c(b).find(a);
  53.         }
  54.     } else if (c.isFunction(a)) {
  55.         return T.ready(a);
  56.     }
  57.     if (a.selector !== w) {
  58.         this.selector = a.selector;
  59.         this.context = a.context;
  60.     }
  61.     return c.makeArray(a, this);
  62. },jquery:1.4.2,size:function () {
  63.     return this.length;
  64. },toArray:function () {
  65.     return R.call(this, 0);
  66. },get:function (a) {
  67.     return a == null ? this.toArray() : a < 0 ? this.slice(a)[0] : this[a];
  68. },pushStack:function (a, b, d) {
  69.     var f = c();
  70.     c.isArray(a) ? ba.apply(f, a) : c.merge(f, a);
  71.     f.prevObject = this;
  72.     f.context = this.context;
  73.     if (b === "find") {
  74.         f.selector = this.selector + (this.selector ? " " : "") + d;
  75.     } else if (b) {
  76.         f.selector = this.selector + ("." + b + "(" + d + ")");
  77.     }
  78.     return f;
  79. },each:function (a, b) {
  80.     return c.each(this, a, b);
  81. },ready:function (a) {
  82.     c.bindReady();
  83.     if (c.isReady) {
  84.         a.call(s, c);
  85.     } else {
  86.         Q && Q.push(a);
  87.     }
  88.     return this;
  89. },eq:function (a) {
  90.     return a === -1 ? this.slice(a) : this.slice(a, + a + 1);
  91. },first:function () {
  92.     return this.eq(0);
  93. },last:function () {
  94.     return this.eq(-1);
  95. },slice:function () {
  96.     return this.pushStack(R.apply(this, arguments), "slice", R.call(arguments).join(","));
  97. },map:function (a) {
  98.     return this.pushStack(c.map(this, function (b, d) {return a.call(b, d, b);}));
  99. },end:function () {
  100.     return this.prevObject || c(null);
  101. },push:function push() {
  102.     [native code]
  103. },sort:function sort() {
  104.     [native code]
  105. },splice:function splice() {
  106.     [native code]
  107. },extend:function () {
  108.     var a = arguments[0] || {}, b = 1, d = arguments.length, f = false, e, j, i, o;
  109.     if (typeof a === "boolean") {
  110.         f = a;
  111.         a = arguments[1] || {};
  112.         b = 2;
  113.     }
  114.     if (typeof a !== "object" && !c.isFunction(a)) {
  115.         a = {};
  116.     }
  117.     if (d === b) {
  118.         a = this;
  119.         --b;
  120.     }
  121.     for (; b < d; b++) {
  122.         if ((e = arguments[b]) != null) {
  123.             for (j in e) {
  124.                 i = a[j];
  125.                 o = e[j];
  126.                 if (a !== o) {
  127.                     if (f && o && (c.isPlainObject(o) || c.isArray(o))) {
  128.                         i = i && (c.isPlainObject(i) || c.isArray(i)) ? i : c.isArray(o) ? [] : {};
  129.                         a[j] = c.extend(f, i, o);
  130.                     } else if (o !== w) {
  131.                         a[j] = o;
  132.                     }
  133.                 }
  134.             }
  135.         }
  136.     }
  137.     return a;
  138. },data:function (a, b) {
  139.     if (typeof a === "undefined" && this.length) {
  140.         return c.data(this[0]);
  141.     } else if (typeof a === "object") {
  142.         return this.each(function () {c.data(this, a);});
  143.     }
  144.     var d = a.split(".");
  145.     d[1] = d[1] ? "." + d[1] : "";
  146.     if (b === w) {
  147.         var f = this.triggerHandler("getData" + d[1] + "!", [d[0]]);
  148.         if (f === w && this.length) {
  149.             f = c.data(this[0], a);
  150.         }
  151.         return f === w && d[1] ? this.data(d[0]) : f;
  152.     } else {
  153.         return this.trigger("setData" + d[1] + "!", [d[0], b]).each(function () {c.data(this, a, b);});
  154.     }
  155. },removeData:function (a) {
  156.     return this.each(function () {c.removeData(this, a);});
  157. },queue:function (a, b) {
  158.     if (typeof a !== "string") {
  159.         b = a;
  160.         a = "fx";
  161.     }
  162.     if (b === w) {
  163.         return c.queue(this[0], a);
  164.     }
  165.     return this.each(function () {var d = c.queue(this, a, b);a === "fx" && d[0] !== "inprogress" && c.dequeue(this, a);});
  166. },dequeue:function (a) {
  167.     return this.each(function () {c.dequeue(this, a);});
  168. },delay:function (a, b) {
  169.     a = c.fx ? c.fx.speeds[a] || a : a;
  170.     b = b || "fx";
  171.     return this.queue(b, function () {var d = this;setTimeout(function () {c.dequeue(d, b);}, a);});
  172. },clearQueue:function (a) {
  173.     return this.queue(a || "fx", []);
  174. },attr:function (a, b) {
  175.     return X(this, a, b, true, c.attr);
  176. },removeAttr:function (a) {
  177.     return this.each(function () {c.attr(this, a, "");this.nodeType === 1 && this.removeAttribute(a);});
  178. },addClass:function (c, a, b, d) {
  179.     return a ? f.effects.animateClass.apply(this, [{add: c}, a, b, d]) : this._addClass(c);
  180. },removeClass:function (c, a, b, d) {
  181.     return a ? f.effects.animateClass.apply(this, [{remove: c}, a, b, d]) : this._removeClass(c);
  182. },toggleClass:function (c, a, b, d, e) {
  183.     return typeof a == "boolean" || a === j ? b ? f.effects.animateClass.apply(this, [a ? {add: c} : {remove: c}, b, d, e]) : this._toggleClass(c, a) : f.effects.animateClass.apply(this, [{toggle: c}, a, b, d]);
  184. },hasClass:function (a) {
  185.     a = " " + a + " ";
  186.     for (var b = 0, d = this.length; b < d; b++) {
  187.         if ((" " + this[b].className + " ").replace(Aa, " ").indexOf(a) > -1) {
  188.             return true;
  189.         }
  190.     }
  191.     return false;
  192. },val:function (a) {
  193.     if (a === w) {
  194.         var b = this[0];
  195.         if (b) {
  196.             if (c.nodeName(b, "option")) {
  197.                 return (b.attributes.value || {}).specified ? b.value : b.text;
  198.             }
  199.             if (c.nodeName(b, "select")) {
  200.                 var d = b.selectedIndex, f = [], e = b.options;
  201.                 b = b.type === "select-one";
  202.                 if (d < 0) {
  203.                     return null;
  204.                 }
  205.                 var j = b ? d : 0;
  206.                 for (d = b ? d + 1 : e.length; j < d; j++) {
  207.                     var i = e[j];
  208.                     if (i.selected) {
  209.                         a = c(i).val();
  210.                         if (b) {
  211.                             return a;
  212.                         }
  213.                         f.push(a);
  214.                     }
  215.                 }
  216.                 return f;
  217.             }
  218.             if (Ba.test(b.type) && !c.support.checkOn) {
  219.                 return b.getAttribute("value") === null ? "on" : b.value;
  220.             }
  221.             return (b.value || "").replace(Za, "");
  222.         }
  223.         return w;
  224.     }
  225.     var o = c.isFunction(a);
  226.     return this.each(function (k) {var n = c(this), r = a;if (this.nodeType === 1) {if (o) {r = a.call(this, k, n.val());}if (typeof r === "number") {r += "";}if (c.isArray(r) && Ba.test(this.type)) {this.checked = c.inArray(n.val(), r) >= 0;} else if (c.nodeName(this, "select")) {var u = c.makeArray(r);c("option", this).each(function () {this.selected = c.inArray(c(this).val(), u) >= 0;});if (!u.length) {this.selectedIndex = -1;}} else {this.value = r;}}});
  227. },bind:function (d, f, e) {
  228.     if (typeof d === "object") {
  229.         for (var j in d) {
  230.             this[b](j, f, d[j], e);
  231.         }
  232.         return this;
  233.     }
  234.     if (c.isFunction(f)) {
  235.         e = f;
  236.         f = w;
  237.     }
  238.     var i = b === "one" ? c.proxy(e, function (k) {c(this).unbind(k, i);return e.apply(this, arguments);}) : e;
  239.     if (d === "unload" && b !== "one") {
  240.         this.one(d, f, e);
  241.     } else {
  242.         j = 0;
  243.         for (var o = this.length; j < o; j++) {
  244.             c.event.add(this[j], d, i, f);
  245.         }
  246.     }
  247.     return this;
  248. },one:function (d, f, e) {
  249.     if (typeof d === "object") {
  250.         for (var j in d) {
  251.             this[b](j, f, d[j], e);
  252.         }
  253.         return this;
  254.     }
  255.     if (c.isFunction(f)) {
  256.         e = f;
  257.         f = w;
  258.     }
  259.     var i = b === "one" ? c.proxy(e, function (k) {c(this).unbind(k, i);return e.apply(this, arguments);}) : e;
  260.     if (d === "unload" && b !== "one") {
  261.         this.one(d, f, e);
  262.     } else {
  263.         j = 0;
  264.         for (var o = this.length; j < o; j++) {
  265.             c.event.add(this[j], d, i, f);
  266.         }
  267.     }
  268.     return this;
  269. },unbind:function (a, b) {
  270.     if (typeof a === "object" && !a.preventDefault) {
  271.         for (var d in a) {
  272.             this.unbind(d, a[d]);
  273.         }
  274.     } else {
  275.         d = 0;
  276.         for (var f = this.length; d < f; d++) {
  277.             c.event.remove(this[d], a, b);
  278.         }
  279.     }
  280.     return this;
  281. },delegate:function (a, b, d, f) {
  282.     return this.live(b, d, f, a);
  283. },undelegate:function (a, b, d) {
  284.     return arguments.length === 0 ? this.unbind("live") : this.die(b, null, d, a);
  285. },trigger:function (a, b) {
  286.     return this.each(function () {c.event.trigger(a, b, this);});
  287. },triggerHandler:function (a, b) {
  288.     if (this[0]) {
  289.         a = c.Event(a);
  290.         a.preventDefault();
  291.         a.stopPropagation();
  292.         c.event.trigger(a, b, t
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement