Lines Matching refs:type

295       $(e.target).closest('.btn').toggleClass('focus', /^focus(in)?$/.test(e.type))
416 Carousel.prototype.slide = function (type, next) { argument
418 var $next = next || this.getItemForDirection(type, $active)
420 var direction = type == 'next' ? 'left' : 'right'
445 $next.addClass(type)
451 $next.removeClass([type, direction].join(' ')).addClass('active')
797 …if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e…
1274 this.type = null
1305 Tooltip.prototype.init = function (type, element, options) { argument
1307 this.type = type
1314 …throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the wi…
1323 this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
1328 … this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
1329 … this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
1368 obj : $(obj.currentTarget).data('bs.' + this.type)
1372 $(obj.currentTarget).data('bs.' + this.type, self)
1376 self.inState[obj.type == 'focusin' ? 'focus' : 'hover'] = true
1405 obj : $(obj.currentTarget).data('bs.' + this.type)
1409 $(obj.currentTarget).data('bs.' + this.type, self)
1413 self.inState[obj.type == 'focusout' ? 'focus' : 'hover'] = false
1430 var e = $.Event('show.bs.' + this.type)
1441 var tipId = this.getUID(this.type)
1461 .data('bs.' + this.type, this)
1464 this.$element.trigger('inserted.bs.' + this.type)
1491 that.$element.trigger('shown.bs.' + that.type)
1572 var e = $.Event('hide.bs.' + this.type)
1579 .trigger('hidden.bs.' + that.type)
1690 … throw new Error(this.type + ' `template` option must consist of exactly 1 top-level element!')
1715 self = $(e.currentTarget).data('bs.' + this.type)
1718 $(e.currentTarget).data('bs.' + this.type, self)
1735 that.$element.off('.' + that.type).removeData('bs.' + that.type)
2115 type: 'hidden.bs.tab',
2119 type: 'shown.bs.tab',