Lines Matching refs:find

229       var $input = this.$element.find('input')
232 else $parent.find('.active').removeClass('active')
307 this.$indicators = this.$element.find('.carousel-indicators')
369 var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active'))
382 if (this.$element.find('.next, .prev').length && $.support.transition) {
403 var $active = this.$element.find('.item.active')
412 $next = this.$element.find('.item')[fallback]()
430 this.$indicators.find('.active').removeClass('active')
578 var actives = this.$parent && this.$parent.find('> .panel').children('.in, .collapsing')
669 .find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]')
812 if (e.which == 27) $parent.find(toggle).trigger('focus')
817 var $items = $parent.find('[role="menu"]' + desc + ', [role="listbox"]' + desc)
929 .find('.modal-content')
993 that.$element.find('.modal-dialog') // wait for modal to slide in
1470 $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
1591 return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
1712 $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
1713 …$tip.find('.popover-content').children().detach().end()[ // we use append for html objects to main…
1721 if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
1739 return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
1843 .find(this.selector)
1996 var $previous = $ul.find('.active:last a')
2025 var $active = container.find('> .active')
2028 && (($active.length && $active.hasClass('fade')) || !!container.find('> .fade').length)
2033 .find('> .dropdown-menu > .active')
2036 .find('[data-toggle="tab"]')
2041 .find('[data-toggle="tab"]')
2056 .find('[data-toggle="tab"]')