Lines Matching refs:selector

104     var selector = $this.attr('data-target')
106 if (!selector) {
107 selector = $this.attr('href')
108 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
111 var $parent = $(selector)
850 var selector = $this.attr('data-target')
852 if (!selector) {
853 selector = $this.attr('href')
854selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // str…
857 var $parent = selector && $(selector)
1220 selector: false, property in Tooltip.DEFAULTS
1228 selector: 'body', property in Tooltip.DEFAULTS.viewport
1238 …this.$viewport = this.options.viewport && $(this.options.viewport.selector || this.options.viewpor…
1246 this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
1251 … this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
1252 … this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
1256 this.options.selector ?
1257 (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
1636 var selector = options && options.selector
1639 if (selector) {
1641 if (!data[selector]) data[selector] = new Tooltip(this, options)
1756 var selector = options && options.selector
1759 if (selector) {
1761 if (!data[selector]) data[selector] = new Popover(this, options)
1806 this.selector = (this.options.target || '') + ' .nav li > a'
1843 .find(this.selector)
1896 var selector = this.selector +
1898 this.selector + '[href="' + target + '"]'
1900 var active = $(selector)
1914 $(this.selector)
1987 var selector = $this.data('target')
1989 if (!selector) {
1990 selector = $this.attr('href')
1991 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
2009 var $target = $(selector)