Lines Matching refs:find

230       var $input = this.$element.find('input')
233 $parent.find('.active').removeClass('active')
291 else $btn.find('input:visible,button:visible').first().trigger('focus')
317 this.$indicators = this.$element.find('.carousel-indicators')
383 var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active'))
396 if (this.$element.find('.next, .prev').length && $.support.transition) {
417 var $active = this.$element.find('.item.active')
438 this.$indicators.find('.active').removeClass('active')
678 .find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]')
858 if (e.which == 27) $parent.find(toggle).trigger('focus')
863 var $items = $parent.find('.dropdown-menu' + desc)
936 this.$dialog = this.$element.find('.modal-dialog')
945 .find('.modal-content')
1565 $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
1697 return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
1825 $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
1826 …$tip.find('.popover-content').children().detach().end()[ // we use append for html objects to main…
1834 if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
1852 return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
1942 .find(this.selector)
2097 var $previous = $ul.find('.active:last a')
2126 var $active = container.find('> .active')
2129 && ($active.length && $active.hasClass('fade') || !!container.find('> .fade').length)
2134 .find('> .dropdown-menu > .active')
2137 .find('[data-toggle="tab"]')
2142 .find('[data-toggle="tab"]')
2157 .find('[data-toggle="tab"]')