Lines Matching refs:that
310 , that = this
316 that.to(pos)
349 , that = this
374 that.sliding = false
376 that.$element.trigger('slid')
384 that.sliding = false
386 that.$element.trigger('slid')
539 var that = this
541 if (startEvent.type == 'show') that.reset()
542 that.transitioning = 0
543 that.$element.trigger(completeEvent)
810 var that = this
822 var transition = $.support.transition && that.$element.hasClass('fade')
824 if (!that.$element.parent().length) {
825 that.$element.appendTo(document.body) //don't move modals dom position
828 that.$element
832 that.$element[0].offsetWidth // force reflow
835 that.$element
839 that.enforceFocus()
842 that.$element.one($.support.transition.end, function () {
843 that.$element.focus().trigger('shown')
845 that.$element.focus().trigger('shown')
851 var that = this
873 var that = this
875 if (that.$element[0] !== e.target && !that.$element.has(e.target).length) {
876 that.$element.focus()
880 var that = this
883 e.which == 27 && that.hide()
889 var that = this
891 that.$element.off($.support.transition.end)
892 that.hideModal()
897 that.hideModal()
899 }, hideModal: function (that) { argument
909 var that = this
1143 var that = this
1721 var that = this
1724 return that.matcher(item)
1755 var that = this
1758 i = $(that.options.item).attr('data-value', item)
1759 i.find('a').html(that.highlighter(item))
1859 var that = this
1861 that.hide()