Lines Matching refs:index
141 var i = this._target && this.index(this._target) >= 0 ? this._target : this.closest();
163 index: function (t) {
164 return this.items().index(t)
200 …return i >= 0 && (t && "first" !== t || i > this.index(this._last) || this.tail && !this.inTail) ?…
205 …return this.items().size() > 0 && (t && "last" !== t || this.index(this._first) > 0 || this.tail &…
223 var v = this.index(this._last);
224 …== m || "last" === m ? this._scroll(0, e, r) : this._scroll(Math.min(this.index(this._target) + p,…
225 …else if (o = this.index(this._target), this.underflow && o === _ && ("circular" === m || "both" ==…
227 …this.items().get(-1); l > d++;) u = this.items().eq(0), c = this._visible.index(u) >= 0, c && u.af…
230 } else if (this.inTail) this._scroll(Math.max(this.index(this._first) - p + 1, 0), e, r);
231 …else if (a = this.index(this._first), o = this.index(this._target), h = this.underflow ? o : a, l …
234 …u = this.items().eq(-1), c = this._visible.index(u) >= 0, c && u.after(u.clone(!0).attr("data-jcar…
314 var e, r, n, o = this.index(i),
331 if (e = this.items().eq(0), r = this._visible.index(e) >= 0, i.get(0) === e.get(0)) break;
346 …ar" === this.options("wrap") || "custom" === this.options("wrap") || this.index(f.last) !== this.i…
353 …his.clipping() - this.dimension(i), s += r) : s -= r, !e && (this.index(t) > this.index(i) || this…
363 }, n = this.index(i.first || r.first) < this.index(r.first),
368 0 > r[s].index(this) && o.push(this)
370 0 > i[s].index(this) && a.push(this)
382 o = this.index(this._fullyvisible.first()),
383 a = this.index(this._fullyvisible.last());
384 … n.target) : a + n.target : "object" != typeof n.target ? n.target : this.index(n.target), o > r) …
429 i = e.jcarousel("target").index(r) >= 0
478 var e = l.index(l.target()),
479 r = l.index(t);