Lines Matching refs:that
45 var that = this
57 var transition = $.support.transition && that.$element.hasClass('fade')
59 if (!that.$element.parent().length) {
60 that.$element.appendTo(document.body) //don't move modals dom position
63 that.$element.show()
66 that.$element[0].offsetWidth // force reflow
69 that.$element
73 that.enforceFocus()
76 …that.$element.one($.support.transition.end, function () { that.$element.focus().trigger('shown') }…
77 that.$element.focus().trigger('shown')
85 var that = this
109 var that = this
111 if (that.$element[0] !== e.target && !that.$element.has(e.target).length) {
112 that.$element.focus()
118 var that = this
121 e.which == 27 && that.hide()
129 var that = this
131 that.$element.off($.support.transition.end)
132 that.hideModal()
137 that.hideModal()
142 var that = this
145 that.removeBackdrop()
146 that.$element.trigger('hidden')
156 var that = this