Lines Matching refs:selector

105     var selector = $this.attr('data-target')
107 if (!selector) {
108 selector = $this.attr('href')
109 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
112 var $parent = $(selector === '#' ? [] : selector)
775 var selector = $this.attr('data-target')
777 if (!selector) {
778 selector = $this.attr('href')
779selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // str…
782 var $parent = selector && $(selector)
1292 selector: false, property in Tooltip.DEFAULTS
1300 selector: 'body', property in Tooltip.DEFAULTS.viewport
1310 …his.options.viewport.call(this, this.$element) : (this.options.viewport.selector || this.options.v…
1313 if (this.$element[0] instanceof document.constructor && !this.options.selector) {
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))
1333 this.options.selector ?
1334 (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
1906 this.selector = (this.options.target || '') + ' .nav li > a'
1942 .find(this.selector)
1995 var selector = this.selector +
1997 this.selector + '[href="' + target + '"]'
1999 var active = $(selector)
2013 $(this.selector)
2088 var selector = $this.data('target')
2090 if (!selector) {
2091 selector = $this.attr('href')
2092 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
2110 var $target = $(selector)