Home
last modified time | relevance | path

Searched refs:attr (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/template/twentyfifteen/
H A Dscript.js18 button.attr('aria-expanded', 'false');
19 button.attr('aria-controls', 'secondary');
20 secondary.attr('aria-expanded', 'false');
51 sidebar.attr('style', 'top: ' + topOffset + 'px;');
63 sidebar.attr('style', 'position: fixed;');
68 sidebar.attr('style', 'top: ' + topOffset + 'px;');
72 sidebar.attr('style', 'position: fixed;');
109 $(this).attr('aria-expanded', 'true');
110 secondary.attr('aria-expanded', 'true');
112 $(this).attr('aria-expanded', 'false');
[all …]
/template/breeze/bower_components/gumby/js/libs/
H A Dgumby.js28 this.autoInit = $('script[gumby-init]').attr('gumby-init') === 'false' ? false : true;
33 this.breakpoint = Number($('script[gumby-breakpoint]').attr('gumby-breakpoint')) || 768;
40 var touch = $('script[gumby-touch]').attr('gumby-touch'),
41 path = $('script[gumby-path]').attr('gumby-path');
186 var attr = arguments[i],
192 return this.attr(dataAttr) ? this.attr(dataAttr) : true;
196 return this.attr(gumbyAttr) ? this.attr(gumbyAttr) : true;
199 } else if(this.is('['+attr+']')) {
200 return this.attr(attr) ? this.attr(attr) : true;
/template/bootstrap3/inc/Menu/Item/
H A DShareOn.php31 $attr = parent::getLinkAttributes($classprefix);
33 $attr['data-toggle'] = 'dropdown';
34 $attr['data-remote'] = wl($ID);
35 $attr['data-target'] = '#';
36 $attr['aria-haspopup'] = 'true';
37 $attr['aria-expanded'] = 'true';
39 return $attr;
H A DHelp.php37 $attr = parent::getLinkAttributes($classprefix);
39 $attr['data-toggle'] = 'modal';
40 $attr['data-help-id'] = $this->help_id;
41 $attr['data-target'] = '.modal.help';
42 $attr['data-link'] = $this->help_link;
44 return $attr;
/template/sprintdoc/js/
H A Dmeta-box.js22 isopen = $tab.attr('aria-expanded') === 'true';
32 .attr('aria-expanded', 'true')
35 $metaBox.find($tab.attr('href'))
37 .attr('aria-hidden', 'false');
60 .attr('aria-expanded', 'false');
63 .attr('aria-hidden', 'false');
69 $metaBox.addClass("sticky").attr("style", "left: " + leftOffset + "px");
H A Dsidebar.js16 sidebarId = divId.attr('class').split(' ')[0];
117 .attr('href', '#')
118 .attr('role', 'heading')
119 .attr('aria-level', '2')
144 if ($links.length === 1 && $links.first().attr('href') !== '#') {
145 $toggler.children().first().attr('href', jQuery($links[0]).attr('href'));
172 if (jQuery(this).attr('href').startsWith('#')) {
/template/chippedsnow/
H A Dmobileinputsize.js15 return !jQuery(this).attr('size');
16 }).attr('size',''); // change to a number if desired
18 return !jQuery(this).attr('size');
19 }).attr('cols',''); // change to a number if desired
21 jQuery("#edit__summary").attr('size', '');
/template/tilus/
H A Dmobileinputsize.js19 return !jQuery(this).attr('size');
20 }).attr('size',''); // change to a number if desired
22 return !jQuery(this).attr('size');
23 }).attr('cols',''); // change to a number if desired
25 jQuery("#edit__summary").attr('size', '');
/template/darkwood/
H A Dmobileinputsize.js19 return !jQuery(this).attr('size');
20 }).attr('size',''); // change to a number if desired
22 return !jQuery(this).attr('size');
23 }).attr('cols',''); // change to a number if desired
25 jQuery("#edit__summary").attr('size', '');
/template/panoramacake/
H A Dmobileinputsize.js19 return !jQuery(this).attr('size');
20 }).attr('size',''); // change to a number if desired
22 return !jQuery(this).attr('size');
23 }).attr('cols',''); // change to a number if desired
25 jQuery("#edit__summary").attr('size', '');
/template/cutopillar/
H A Dmobileinputsize.js15 return !jQuery(this).attr('size');
16 }).attr('size',''); // change to a number if desired
18 return !jQuery(this).attr('size');
19 }).attr('cols',''); // change to a number if desired
21 jQuery("#edit__summary").attr('size', '');
/template/launch/js/
H A Dmobileinputsize.js15 return !jQuery(this).attr('size');
16 }).attr('size',''); // change to a number if desired
18 return !jQuery(this).attr('size');
19 }).attr('cols',''); // change to a number if desired
21 jQuery("#edit__summary").attr('size', '');
/template/bootstrap3/compat/inc/Menu/Item/
H A DAbstractItem.php132 $attr = array(
136 if($this->isNofollow()) $attr['rel'] = 'nofollow';
138 $attr['accesskey'] = $this->getAccesskey();
139 $attr['title'] .= ' [' . $this->getAccesskey() . ']';
141 if($classprefix !== false) $attr['class'] = $classprefix . $this->getType();
143 return $attr;
156 $attr = buildAttributes($this->getLinkAttributes($classprefix));
157 $html = "<a $attr>";
/template/sprintdoc/
H A Dtpl.php135 $attr = array(
138 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem('', $move->getLang('renamepage'), __DIR__ . '/images/tools/41-format-paint.svg', $attr);
150 $attr = array(
155 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $odt->getLang('export_odt_button'), $svg, $attr);
168 $attr = array(
173 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $dw2pdf->getLang('export_pdf_button'), $svg, $attr);
/template/klean/
H A Djquery.slicknav.min.js6attr("class",s+"_nav"),a=n('<div class="'+s+'_menu"></div>'),""!==o.brand){var r=n('<div class="'+…
/template/parallax/lib/js/
H A Djquery.placeholder.js28 if (context.attr('type') === 'password') {
30 context.attr('type', 'text');
48 placeholderText = $(this).attr('placeholder');
61 context.attr('placeholder', placeholderText);
H A Dgallery-lightbox.js21 var source = jQuery(this).children().attr('src');
27 jQuery(this).attr('rel', 'cyberchimps-lightbox');
28 jQuery(this).attr('href', newSource);
H A Dgallery-lightbox.min.js1attr("src");var t=e.lastIndexOf("-");var n=e.lastIndexOf(".");var r=e.substring(t,n);var i=e.repla…
/template/breeze/bower_components/gumby/js/
H A Dplugins.js2attr('placeholder')&&o.hasClass('placeholder')){if(o.data('placeholder-password')){o=o.hide().next…
/template/breeze/bower_components/gumby/js/libs/ui/
H A Dgumby.retina.js13 this.imageSrc = this.$el.attr('src');
25 this.$retinaImg.attr('src', this.retinaSrc).load(function() {
50 this.$el.attr('src', this.$retinaImg.attr('src')).trigger('gumby.onRetina');
H A Dgumby.fixed.js191 Fixed.prototype.parseAttrValue = function(attr) { argument
193 if($.isNumeric(attr)) {
194 return Number(attr);
196 } else if(attr === 'top') {
200 var $el = $(attr);
202 Gumby.error('Cannot find Fixed target: '+attr);
H A Dgumby.navbar.js21 var persist = this.$el.attr('gumby-persist');
36 if(this.$dropDowns.children('a').attr('href') !== '#') {
82 href = $el.attr('href');
85 if($el.attr('target') == 'blank') {
/template/boozurk/tinynav/
H A Dtinynav.js22 $select = $('<select/>').attr("id", namespace_i).addClass(namespace + ' ' + namespace_i);
39 options += '<option value="' + $(this).attr('href') + '">';
55 .attr('selected', true);
70 .attr("for", namespace_i)
H A Dtinynav.min.js2attr("id",d).addClass("tinynav "+d);if(h.is("ul,ol")){""!==b.header&&e.append(a("<option/>").text(…
3 ….active))+")").attr("selected",!0);e.change(function(){i.location.href=a(this).val()});a(f).after(…
/template/mindthedark/
H A Dscript.js83 var $mode = jQuery('html').attr('theme'); //gets the current theme
92 $mode = jQuery('html').attr('theme'); //gets the current theme
95 jQuery('html').attr('theme', 'dark');
100 jQuery('html').attr('theme', 'light');

12345678910>>...16