Home
last modified time | relevance | path

Searched refs:selector (Results 1 – 25 of 132) sorted by relevance

123456

/template/templar/js/
Dbootstrap-dropdown.js113 var selector = $this.attr('data-target')
116 if (!selector) {
117 selector = $this.attr('href')
118selector = selector && /#/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
121 $parent = selector && $(selector)
Dbootstrap-alert.js36 , selector = $this.attr('data-target')
39 if (!selector) {
40 selector = $this.attr('href')
41 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
44 $parent = $(selector)
Dbootstrap-tab.js40 , selector = $this.attr('data-target')
45 if (!selector) {
46 selector = $this.attr('href')
47 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
62 $target = $(selector)
Dbootstrap-scrollspy.js35 this.selector = (this.options.target
55 .find(this.selector)
95 , selector
99 $(this.selector)
103 selector = this.selector
105 + this.selector + '[href="' + target + '"]'
107 active = $(selector)
Dbootstrap-tooltip.js55 this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
59 … this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
60 … this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
64 this.options.selector ?
65 (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) : property
343 , selector: false property
/template/readthedokus/
H A Dscript.js9 var selector =".aside > #sidebar .indexmenu_js2 a[data-wiki-id]";
11 dokus.run({"linkSelector":selector});
14 dokus.refreshPageLinks(selector);
/template/readthedokus/js/
H A Dreadthedokus.js45 var selector = options && options["linkSelector"] || "";
46 this.embedTOC(selector);
49 this.refreshPageLinks(selector);
87 ReadtheDokus.prototype.embedTOC = function(selector) argument
95 this._enumSidebarLinks(selector, function(elem) {
137 ReadtheDokus.prototype.refreshPageLinks = function(selector) argument
143 this._enumSidebarLinks(selector, function(elem) {
353 ReadtheDokus.prototype._enumSidebarLinks = function(selector, callback) argument
357 selector = selector || ".aside > #sidebar a[data-wiki-id]";
358 var links = this._sidebar.querySelectorAll(selector);
/template/starterbootstrap/js/
Dbootstrap.js104 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)
[all …]
/template/parallax/lib/bootstrap/js/
Dbootstrap.js93 , selector = $this.attr('data-target')
96 if (!selector) {
97 selector = $this.attr('href')
98 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
101 $parent = $(selector)
714 var selector = $this.attr('data-target')
717 if (!selector) {
718 selector = $this.attr('href')
719selector = selector && /#/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
722 $parent = $(selector)
[all …]
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php72 * @param string $selector
75 private static function escapeSelector($selector) argument
87 }, $selector);
/template/ospyramid/js/libs/
Djquery-1.6.1.js25 var jQuery = function( selector, context ) { argument
27 return new jQuery.fn.init( selector, context, rootjQuery );
93 init: function( selector, context, rootjQuery ) { argument
97 if ( !selector ) {
102 if ( selector.nodeType ) {
103 this.context = this[0] = selector;
109 if ( selector === "body" && !context && document.body ) {
112 this.selector = selector;
118 if ( typeof selector === "string" ) {
120 …if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.leng…
[all …]
/template/flat/assets/js/
Dflat.js86 var selector = $this.attr('data-target')
88 if (!selector) {
89 selector = $this.attr('href')
90 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
93 var $parent = $(selector)
826 var selector = $this.attr('data-target')
828 if (!selector) {
829 selector = $this.attr('href')
830selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // str…
833 var $parent = selector && $(selector)
[all …]
/template/kajukkk/bs/
Dbootstrap.js48 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')
509selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // str…
512 var $parent = selector && $(selector)
[all …]
/template/klean/bootstrap/js/
Dbootstrap.js105 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)
[all …]
/template/mywiki/
Dbootstrap.js105 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)
[all …]
/template/bootstrap3/assets/iconify/plugins/
Dfa.js68 function finder(selector, prefix) { argument
70 selector: selector,
/template/strap/ComboStrap/Xml/
H A DXmlDocument.php702 public function querySelector(string $selector): XmlElement argument
704 $domNodeList = $this->querySelectorAll($selector);
708 throw new ExceptionNotFound("No element was found with the selector $selector");
716 public function querySelectorAll(string $selector): array argument
718 $xpath = $this->cssSelectorToXpath($selector);
733 public function cssSelectorToXpath(string $selector): string argument
736 return PhpCss::toXpath($selector);
738 … throw new ExceptionBadSyntax("The selector ($selector) is not valid. Error: {$e->getMessage()}");
H A DXmlElement.php102 public function querySelectorAll(string $selector): array argument
104 $xpath = $this->document->cssSelectorToXpath($selector);
154 public function querySelector(string $selector): XmlElement argument
156 $domNodeList = $this->querySelectorAll($selector);
160 throw new ExceptionNotFound("No element was found with the selector $selector");
/template/starterpjax/
Djquery.pjax.js30 function fnPjax(selector, container, options) { argument
32 return this.on('click.pjax', selector, function(event) {
176 options.data._pjax = context.selector
194 xhr.setRequestHeader('X-PJAX-Container', context.selector)
257 container: context.selector,
305 container: context.selector,
563 throw "no pjax container for " + container.selector
564 } else if ( container.selector !== '' && container.context === document ) {
582 function findAll(elems, selector) { argument
583 return elems.filter(selector).add(elems.find(selector));
/template/strap/ComboStrap/TagAttribute/
H A DStyleAttribute.php32 public static function getRule(array $styles, $selector): string argument
34 $rule = $selector . " {" . DOKU_LF;
/template/strap/resources/snippet/js/
H A Dcarrousel.js7 let selector = `.${classSuffix}`;
8 const carrousels = [...document.querySelectorAll(selector)];
/template/strap/vendor/carica/phpcss/
H A DREADME.md30 Get CSS selector as Xpath expression
32 $expression = PhpCss::toXpath($selector);
36 $selector = PhpCss::reformat($selector);
40 $ast = PhpCss::getAst($selector);
/template/strap/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php45 if ($selector = $this->createSelector($token)) {
47 $sequence->simples[] = $selector;
/template/writr2/js/
Dskip-link-focus-fix.js4 focusable: function(el, index, selector){ argument
/template/writr/js/
Dskip-link-focus-fix.js4 focusable: function(el, index, selector){ argument

123456