Lines Matching refs:that
382 var that = this
387 …if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) })…
421 var that = this
453 that.sliding = false
455 that.$element.trigger(slidEvent)
968 var that = this
987 that.$element.one('mouseup.dismiss.bs.modal', function (e) {
988 if ($(e.target).is(that.$element)) that.ignoreBackdropClick = true
993 var transition = $.support.transition && that.$element.hasClass('fade')
995 if (!that.$element.parent().length) {
996 that.$element.appendTo(that.$body) // don't move modals dom position
999 that.$element
1003 that.adjustDialog()
1006 that.$element[0].offsetWidth // force reflow
1009 that.$element.addClass('in')
1011 that.enforceFocus()
1016 that.$dialog // wait for modal to slide in
1018 that.$element.trigger('focus').trigger(e)
1021 that.$element.trigger('focus').trigger(e)
1086 var that = this
1089 that.$body.removeClass('modal-open')
1090 that.resetAdjustments()
1091 that.resetScrollbar()
1092 that.$element.trigger('hidden.bs.modal')
1102 var that = this
1139 that.removeBackdrop()
1437 var that = this
1490 var prevHoverState = that.hoverState
1491 that.$element.trigger('shown.bs.' + that.type)
1492 that.hoverState = null
1494 if (prevHoverState == 'out') that.leave(that)
1570 var that = this
1575 if (that.hoverState != 'in') $tip.detach()
1576 … if (that.$element) { // TODO: Check whether guarding this code with this `if` is really necessary.
1577 that.$element
1579 .trigger('hidden.bs.' + that.type)
1732 var that = this
1735 that.$element.off('.' + that.type).removeData('bs.' + that.type)
1736 if (that.$tip) {
1737 that.$tip.detach()
1739 that.$tip = null
1740 that.$arrow = null
1741 that.$viewport = null
1742 that.$element = null
1928 var that = this
1955 that.offsets.push(this[0])
1956 that.targets.push(this[1])