Lines Matching refs:find

173       var $input = this.$element.find('input')
176 $parent.find('.active').removeClass('active')
234 else $btn.find('input:visible,button:visible').first().trigger('focus')
260 this.$indicators = this.$element.find('.carousel-indicators')
326 var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active'))
339 if (this.$element.find('.next, .prev').length && $.support.transition) {
360 var $active = this.$element.find('.item.active')
381 this.$indicators.find('.active').removeClass('active')
588 if (e.which == 27) $parent.find(toggle).trigger('focus')
593 var $items = $parent.find('.dropdown-menu' + desc)
666 this.$dialog = this.$element.find('.modal-dialog')
675 .find('.modal-content')
1295 $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
1427 return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
1555 $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
1556 …$tip.find('.popover-content').children().detach().end()[ // we use append for html objects to main…
1564 if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
1582 return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
1654 var $previous = $ul.find('.active:last a')
1683 var $active = container.find('> .active')
1686 && ($active.length && $active.hasClass('fade') || !!container.find('> .fade').length)
1691 .find('> .dropdown-menu > .active')
1694 .find('[data-toggle="tab"]')
1699 .find('[data-toggle="tab"]')
1714 .find('[data-toggle="tab"]')
2076 .find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]')
2204 .find(this.selector)