Home
last modified time | relevance | path

Searched refs:find (Results 51 – 75 of 146) sorted by relevance

123456

/template/flat/assets/js/
H A Dflat.min2.js1find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b…
2 }var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .f…
/template/flat/
H A Dflat.min.js1find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b…
2 }var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .f…
/template/launch/js/
H A Dbootstrap.min.js6find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("ac…
7find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{rela…
/template/klean/bootstrap/js/
H A Dbootstrap.js230 var $input = this.$element.find('input')
233 $parent.find('.active').removeClass('active')
945 .find('.modal-content')
1834 if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
1942 .find(this.selector)
2097 var $previous = $ul.find('.active:last a')
2126 var $active = container.find('> .active')
2134 .find('> .dropdown-menu > .active')
2137 .find('[data-toggle="tab"]')
2142 .find('[data-toggle="tab"]')
[all …]
/template/kajukkk/bs/
H A Dbootstrap.js173 var $input = this.$element.find('input')
176 $parent.find('.active').removeClass('active')
675 .find('.modal-content')
1564 if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
1654 var $previous = $ul.find('.active:last a')
1683 var $active = container.find('> .active')
1691 .find('> .dropdown-menu > .active')
1694 .find('[data-toggle="tab"]')
1699 .find('[data-toggle="tab"]')
1714 .find('[data-toggle="tab"]')
[all …]
/template/mywiki/
H A Dbootstrap.js230 var $input = this.$element.find('input')
233 $parent.find('.active').removeClass('active')
945 .find('.modal-content')
1834 if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
1942 .find(this.selector)
2097 var $previous = $ul.find('.active:last a')
2126 var $active = container.find('> .active')
2134 .find('> .dropdown-menu > .active')
2137 .find('[data-toggle="tab"]')
2142 .find('[data-toggle="tab"]')
[all …]
/template/parallax/lib/js/
H A Dmedia-uploader-new.min.js1 …wp.media.editor.send.attachment=function(e,r){if(t){i.find(".upload-image-field").val(r.url);i.fin…
H A Dmedia-uploader-new.js32 parent.find('.upload-image-field').val(attachment.url);
33 parent.find('.image-preview').attr('src', attachment.url);
/template/boozurk/tinynav/
H A Dtinynav.js37 .find('a')
53 .find(':eq(' + $(l_namespace_i + ' li')
H A Dtinynav.min.js2 …ader&&e.append(a("<option/>").text(b.header));var c="";h.addClass("l_"+d).find("a").each(function(…
3 b.header||e.find(":eq("+a(f+" li").index(a(f+" li."+b.active))+")").attr("selected",!0);e.change(fu…
/template/breeze/bower_components/gumby/js/libs/ui/
H A Dgumby.tabs.js13 this.$nav = this.$el.find('> ul.tab-nav > li');
55 this.$nav.eq(index).find('a').trigger(Gumby.click);
/template/templar/js/
H A Dbootstrap-popover.js46 $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
47 $tip.find('.popover-content')[this.options.html ? 'html' : 'text'](content)
/template/klean/
H A Djquery.slicknav.min.js6find("*").each(function(e,t){n(t).removeAttr("id")})):i.mobileNav=l,t=s+"_icon",""===o.label&&(t+=…
/template/icke/
H A Dscript.js28 $page.find('div.level' + i).hide();
29 $page.find('h' + i).click(function toggleSection() {
/template/mikio/
H A Dmikio.php1622 $preview = $html->find('div.preview');
1912 foreach ($html->find('#config__manager button') as $node) {
1922 foreach ($html->find('#config__manager [type=submit]') as $node) {
1934 foreach ($html->find('h1,h2,h3,h4') as $elm) {
1945 foreach ($html->find('p') as $elm) {
1956 foreach ($html->find('p') as $elm) {
1989 foreach ($html->find('p') as $elm) {
2000 foreach ($html->find('p') as $elm) {
2024 foreach ($html->find('div.tags a') as $elm) {
2028 foreach ($html->find('di
[all...]
/template/khum1/
H A DREADME.md22 Install it like any other template. Do "search and install" in the extension manager, find "Khum1",…
34 …yz.khum1@liev.re](zatalyz.khum1@liev.re). I try to resolve when I can, or find people who can reso…
49 * Help of a lot of people on Khaganat to test, find good idea, explain how code work.
/template/mikio/inc/
H A Dsimple_html_dom.php511 function find($selector, $idx = null, $lowercase = false) function in simple_html_dom_node
517 // find each selector
1324 return $this->find("#$id", 0);
1329 return $this->find("#$id", $idx);
1334 return $this->find($name, 0);
1339 return $this->find($name, $idx);
1584 function find($selector, $idx = null, $lowercase = false) function in simple_html_dom
1586 return $this->root->find($selector, $idx, $lowercase);
1695 $el = $this->root->find('meta[http-equiv=Content-Type]', 0, true);
1733 if ($meta = $this->root->find('met
[all...]
/template/bootstrap3/inc/
H A Dsimple_html_dom.php514 function find($selector, $idx = null, $lowercase = false) function in simple_html_dom_node
520 // find each selector
1320 return $this->find("#$id", 0);
1325 return $this->find("#$id", $idx);
1330 return $this->find($name, 0);
1335 return $this->find($name, $idx);
1578 function find($selector, $idx = null, $lowercase = false) function in simple_html_dom
1580 return $this->root->find($selector, $idx, $lowercase);
1689 $el = $this->root->find('meta[http-equiv=Content-Type]', 0, true);
1727 if ($meta = $this->root->find('met
[all...]
/template/sprintdoc/js/
H A Danchor.js2 jQuery('#dokuwiki__content.main-content').find('h1,h2,h3,h4,h5').append(function () {
/template/bulma/
H A Dscript.js20 //$dw__toc.find('h3').addClass('menu-label');
21 //$dw__toc.find('ul').addClass('menu-list');
25 //$bulma-content.find('submit, button, reset').addClass('button is-small');
26 //$bulma-content.find('table').not('.htCore').addClass('table is-bordered is-striped is-narrow is-hoverable');
27 //$bulma-content.find('table thead tr').addClass('has-background-white-ter');
28 $dokuwiki__content.find('div.section_highlight_wrapper').addClass('section_highlight_nowrapper').removeClass('section_highlight_wrapper');
32 //$acl__user.find('select').addClass('input select is-inline is-small').removeClass('edit');
33 //$acl__user.find('input').addClass('input is-inline is-small').removeClass('edit');
37 //$config__manager.find('input, select, textarea').removeClass('edit input');
38 //$config__manager.find('inpu
[all...]
/template/bootstrap3/js/plugins/
H A Ddatatables.js14 $datatables.find('.table-responsive').removeClass('table-responsive');
H A Dinclude.js15 $include_readmore.find('a').addClass('btn btn-default btn-xs');
H A Dtabbox.js14 $self.find('> ul.tabs').addClass('nav nav-tabs').css('max-height', '40px');
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.js6find:(t,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,t)),fi… property in AnonymousFunction3cf0beac0100.i
/template/bootstrap3/
H A DEventHandlers.php203 foreach ($html->find('[type=submit]') as $elm) {
208 foreach ($html->find('.editbutton_section button') as $elm) {
212 foreach ($html->find('.editbutton_table button') as $elm) {

123456