Lines Matching refs:type

238       $(e.target).closest('.btn').toggleClass('focus', /^focus(in)?$/.test(e.type))
359 Carousel.prototype.slide = function (type, next) { argument
361 var $next = next || this.getItemForDirection(type, $active)
363 var direction = type == 'next' ? 'left' : 'right'
388 $next.addClass(type)
394 $next.removeClass([type, direction].join(' ')).addClass('active')
527 …if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e…
1004 this.type = null
1035 Tooltip.prototype.init = function (type, element, options) { argument
1037 this.type = type
1044 …throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the wi…
1053 this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
1058 … this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
1059 … this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
1098 obj : $(obj.currentTarget).data('bs.' + this.type)
1102 $(obj.currentTarget).data('bs.' + this.type, self)
1106 self.inState[obj.type == 'focusin' ? 'focus' : 'hover'] = true
1135 obj : $(obj.currentTarget).data('bs.' + this.type)
1139 $(obj.currentTarget).data('bs.' + this.type, self)
1143 self.inState[obj.type == 'focusout' ? 'focus' : 'hover'] = false
1160 var e = $.Event('show.bs.' + this.type)
1171 var tipId = this.getUID(this.type)
1191 .data('bs.' + this.type, this)
1194 this.$element.trigger('inserted.bs.' + this.type)
1221 that.$element.trigger('shown.bs.' + that.type)
1302 var e = $.Event('hide.bs.' + this.type)
1309 .trigger('hidden.bs.' + that.type)
1420 … throw new Error(this.type + ' `template` option must consist of exactly 1 top-level element!')
1445 self = $(e.currentTarget).data('bs.' + this.type)
1448 $(e.currentTarget).data('bs.' + this.type, self)
1465 that.$element.off('.' + that.type).removeData('bs.' + that.type)
1672 type: 'hidden.bs.tab',
1676 type: 'shown.bs.tab',