Lines Matching refs:find

210       var $input = this.$element.find('input')
213 else $parent.find('.active').removeClass('active')
287 this.$indicators = this.$element.find('.carousel-indicators')
353 var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active'))
366 if (this.$element.find('.next, .prev').length && $.support.transition) {
387 var $active = this.$element.find('.item.active')
408 this.$indicators.find('.active').removeClass('active')
646 .find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]')
788 if (e.which == 27) $parent.find(toggle).trigger('focus')
793 var $items = $parent.find('[role="menu"]' + desc + ', [role="listbox"]' + desc)
904 .find('.modal-content')
972 that.$element.find('.modal-dialog') // wait for modal to slide in
1487 $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
1608 return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
1722 $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
1723 …$tip.find('.popover-content').children().detach().end()[ // we use append for html objects to main…
1731 if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
1749 return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
1846 .find(this.selector)
1998 var $previous = $ul.find('.active:last a')
2027 var $active = container.find('> .active')
2030 && (($active.length && $active.hasClass('fade')) || !!container.find('> .fade').length)
2035 .find('> .dropdown-menu > .active')
2038 .find('[data-toggle="tab"]')
2043 .find('[data-toggle="tab"]')
2058 .find('[data-toggle="tab"]')