Lines Matching +full:- +full:u

2  Slimbox v2.05 - The ultimate lightweight Lightbox clone for jQuery
3 (c) 2007-2013 Christophe Beyls <http://www.digitalia.be>
4 MIT-style license.
7 …var E = w(window), u, f, F = -1, n, x, D, v, y, L, r, m = !window.XMLHttpRequest, s = [], l = docu…
14u = w.extend({loop: false, overlayOpacity: 0.8, overlayFadeDuration: 400, resizeDuration: 400, res…
22 L = u.initialWidth;
23 r = u.initialHeight;
24 w(a).css({top: Math.max(0, y - (r / 2)), width: L, height: r, marginLeft: -L / 2}).show();
29 w(H).css("opacity", u.overlayOpacity).fadeIn(u.overlayFadeDuration);
33 u.loop = u.loop && (f.length > 1);
45 var S = this, U = 0, T, Q = 0, R;
51 U = Q
55 return w.slimbox(T, U, M)
85 …return(M(N, u.closeKeys) >= 0) ? C() : (M(N, u.nextKeys) >= 0) ? e() : (M(N, u.previousKeys) >= 0)…
100 x = (F || (u.loop ? f.length : 0)) - 1;
101 D = ((F + 1) % f.length) || (u.loop ? 0 : -1);
117 …w(K).html((((f.length > 1) && u.counterText) || "").replace(/{x}/, F + 1).replace(/{y}/, f.length)…
126 var M = Math.max(0, y - (r / 2));
128 w(a).animate({height: r, top: M}, u.resizeDuration, u.resizeEasing)
131 w(a).animate({width: L, marginLeft: -L / 2}, u.resizeDuration, u.resizeEasing)
134 w(G).css({width: L, top: M + r, marginLeft: -L / 2, visibility: "hidden", display: ""});
135 w(g).css({display: "none", visibility: "", opacity: ""}).fadeIn(u.imageFadeDuration, h)
146 w(c).css("marginTop", -c.offsetHeight).animate({marginTop: 0}, u.captionAnimationDuration);
160 F = x = D = -1;
162 w(H).stop().fadeOut(u.overlayFadeDuration, j)
171 $("a[rel^='cyberchimps-lightbox']").slimbox({/* Put custom options here */}, null, function (el) {
178 $("a[rel^='cyberchimps-lightbox']").click(function (e) {
182 $("a[rel^='cyberchimps-lightbox']").click(function (e) {