Lines Matching refs:that
325 var that = this
330 …if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) })…
364 var that = this
396 that.sliding = false
398 that.$element.trigger(slidEvent)
698 var that = this
717 that.$element.one('mouseup.dismiss.bs.modal', function (e) {
718 if ($(e.target).is(that.$element)) that.ignoreBackdropClick = true
723 var transition = $.support.transition && that.$element.hasClass('fade')
725 if (!that.$element.parent().length) {
726 that.$element.appendTo(that.$body) // don't move modals dom position
729 that.$element
733 that.adjustDialog()
736 that.$element[0].offsetWidth // force reflow
739 that.$element.addClass('in')
741 that.enforceFocus()
746 that.$dialog // wait for modal to slide in
748 that.$element.trigger('focus').trigger(e)
751 that.$element.trigger('focus').trigger(e)
816 var that = this
819 that.$body.removeClass('modal-open')
820 that.resetAdjustments()
821 that.resetScrollbar()
822 that.$element.trigger('hidden.bs.modal')
832 var that = this
869 that.removeBackdrop()
1167 var that = this
1220 var prevHoverState = that.hoverState
1221 that.$element.trigger('shown.bs.' + that.type)
1222 that.hoverState = null
1224 if (prevHoverState == 'out') that.leave(that)
1300 var that = this
1305 if (that.hoverState != 'in') $tip.detach()
1306 … if (that.$element) { // TODO: Check whether guarding this code with this `if` is really necessary.
1307 that.$element
1309 .trigger('hidden.bs.' + that.type)
1462 var that = this
1465 that.$element.off('.' + that.type).removeData('bs.' + that.type)
1466 if (that.$tip) {
1467 that.$tip.detach()
1469 that.$tip = null
1470 that.$arrow = null
1471 that.$viewport = null
1472 that.$element = null
2190 var that = this
2217 that.offsets.push(this[0])
2218 that.targets.push(this[1])