Lines Matching refs:j

20 	b.prototype.close = function (j) {  argument
27 j && j.preventDefault();
29 h.trigger(j = d.Event("close"));
30 if (j.isDefaultPrevented()) {
159 …var m = this.$element.find(".item.active"), d = f || m[k](), j = this.interval, l = k == "next" ? …
161 j && this.pause();
211 j && this.cycle();
340 a.prototype = {constructor: a, toggle: function (j) { argument
354 var k, m, g, j, i, h; variable
364 j = e(k);
365 i = j.hasClass("open");
369 m = f("[role=menu] li:not(.divider):visible a", j);
608 var h, d, j, f, i, e, g;
618 j = this.getPosition(d);
623 g = {top: j.top + j.height, left: j.left + j.width / 2 - f / 2};
626 g = {top: j.top - i, left: j.left + j.width / 2 - f / 2};
629 g = {top: j.top + j.height / 2 - i / 2, left: j.left - f};
632 g = {top: j.top + j.height / 2 - i / 2, left: j.left + j.width};
777 …var j = this.$scrollElement.scrollTop() + this.options.offset, f = this.$scrollElement[0].scrollHe…
778 if (j >= h) {
782 k != d[e] && j >= g[e] && (!g[e + 1] || j <= g[e + 1]) && this.activate(d[e])
825 var j = this.element, g = j.closest("ul:not(.dropdown-menu)"), f = j.attr("data-target"), h, d, i;
827 f = j.attr("href");
830 if (j.parent("li").hasClass("active")) {
835 j.trigger(i);
840 this.activate(j.parent("li"), g);
842 j.trigger({type: "shown", relatedTarget: h})
1096 …var h = c(document).height(), j = this.$window.scrollTop(), d = this.$element.offset(), k = this.o…
1106 …unpin != null && (j + this.unpin <= d.top) ? false : f != null && (d.top + this.$element.height() …
1111 this.unpin = e == "bottom" ? d.top - j : null;