Lines Matching refs:selector
48 var selector = $this.attr('data-target')
50 if (!selector) {
51 selector = $this.attr('href')
52 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
55 var $parent = $(selector === '#' ? [] : selector)
505 var selector = $this.attr('data-target')
507 if (!selector) {
508 selector = $this.attr('href')
509 …selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // str…
512 var $parent = selector && $(selector)
1022 selector: false, property in Tooltip.DEFAULTS
1030 selector: 'body', property in Tooltip.DEFAULTS.viewport
1040 …his.options.viewport.call(this, this.$element) : (this.options.viewport.selector || this.options.v…
1043 if (this.$element[0] instanceof document.constructor && !this.options.selector) {
1053 this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
1058 … this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
1059 … this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
1063 this.options.selector ?
1064 (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
1645 var selector = $this.data('target')
1647 if (!selector) {
1648 selector = $this.attr('href')
1649 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
1667 var $target = $(selector)
2168 this.selector = (this.options.target || '') + ' .nav li > a'
2204 .find(this.selector)
2257 var selector = this.selector +
2259 this.selector + '[href="' + target + '"]'
2261 var active = $(selector)
2275 $(this.selector)