Home
last modified time | relevance | path

Searched refs:parent (Results 101 – 125 of 257) sorted by path

1234567891011

/template/mikio/assets/
H A Dmikio-typeahead.js150 this.hasSameParent = this.$appendTo.is(this.$element.parent());
163 // The rules for bootstrap are: 'dropup' in the parent and 'dropdown-menu-right' in the element.
166 var dropup = jQuery(element).parent().hasClass('dropup');
/template/mikio/inc/
H A Dsimple_html_dom.php135 public $parent = null; variable in simple_html_dom_node
160 $this->parent = null;
238 function parent($parent = null) argument
243 if ($parent !== null) {
244 $this->parent = $parent;
245 $this->parent->nodes[] = $this;
246 $this->parent->children[] = $this;
249 return $this->parent;
1406 protected $parent; global() variable in simple_html_dom
[all...]
/template/mnml-blog/css/
H A Dmnml-blog_screen.css1331 …min-height: 0; /* the automatic resize (JS) has many problems if a parent container got a min-heig…
/template/monochrome/
H A Dscript.js11 if(jQuery(this).parent("div.li").parent("li").hasClass("closed")) {
12 jQuery(this).parent("div.li").parent("li.closed").removeClass("closed").addClass("open");
15 jQuery(this).parent("div.li").parent("li.open").removeClass("open").addClass("closed");
/template/mywiki/
H A Dbootstrap.js367 this.$items = item.parent().children('.item')
561 if (this.options.parent) {
677 return $(this.options.parent)
678 .find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]')
784 return $parent && $parent.length ? $parent : $this.parent()
995 if (!that.$element.parent().length) {
2003 if (active.parent('.dropdown-menu').length) {
2095 if ($this.parent('li').hasClass('active')) return
2113 this.activate($target, $target.parent(), function () {
2152 if (element.parent('.dropdown-menu').length) {
/template/mywiki/css/
H A Dmywiki.css123 text-align: -webkit-match-parent;
/template/newspaper/css/
H A Dfordokuwiki.css87 /* make <select> not exceed it's parent div's width */
H A Dresponsive.css73 /* make <select> not exceed it's parent div's width */
/template/nostalgia/css/
H A Dresponsive.css36 /* make <select> not exceed it's parent div's width */
/template/notepad/css/
H A Dresponsive.css60 /* make <select> not exceed it's parent div's width */
/template/notos/
H A DCustomController.php98 * @param string $parent
103 protected function isActive($parent, $page) argument
105 if ($parent === $page) return true;
106 $parentNS = explode(':', $parent);
111 $parent = join(':', $parentNS);
114 if ($parent === $page) return true;
H A DNotosMenu.php18 parent::__construct();
H A Dscript.js8 jQuery(this).parent().addClass('active').next('.secondary').addClass('active');
/template/ospyramid/js/libs/
H A Djquery-1.6.1.js2460 if ( parent ) {
2461 parent.selectedIndex;
3159 if ( parent && parent !== document && !parent.parentNode ) {
3164 while ( parent && parent !== this ) {
3165 parent = parent.parentNode;
3168 if ( parent !== this ) {
4097 checkSet[i] = parent.nodeName.toLowerCase() === part ? parent : false;
4472 if ( parent && (parent.sizcache !== doneName || !elem.nodeIndex) ) {
5303 return parent && parent.nodeType !== 11 ? parent : null;
5752 …if ( jQuery.support.parentNode && parent && parent.nodeType === 11 && parent.childNodes.length ===…
[all …]
H A Djquery-1.6.1.min.js17 …tion(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return…
/template/panoramacake/css/
H A Dresponsive.css46 /* make <select> not exceed it's parent div's width */
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.js308 , children = $active.parent().children()
486 if (this.options.parent) {
487 this.$parent = $(this.options.parent)
641 $el.parent().removeClass('open')
723 $parent.length || ($parent = $this.parent())
824 if (!that.$element.parent().length) {
1437 .parent('.active')
1445 .parent('li')
1448 if (active.parent('.dropdown-menu').length) {
1561 this.activate($this.parent('li'), $ul)
[all …]
H A Dbootstrap.min.js250 if (this.options.parent) {
251 this.$parent = b(this.options.parent)
337 g.parent().removeClass("open")
398 h.length || (h = i.parent());
443 if (!d.$element.parent().length) {
789 e = c(d).parent("li").addClass("active");
790 if (e.parent(".dropdown-menu").length) {
830 if (j.parent("li").hasClass("active")) {
840 this.activate(j.parent("li"), g);
841 this.activate(d, d.parent(), function () {
[all …]
/template/parallax/lib/js/
H A Djquery.jcarousel.js20 t = t.parent()
H A Djquery.jcarousel.min.js1 …ize()>0)return t;if(t=e.find("[data-jcarousel]"),t.size()>0)return t;e=e.parent()}return null},t.b…
H A Dmedia-uploader-new.js24 var parent = jQuery(this).parent();
32 parent.find('.upload-image-field').val(attachment.url);
33 parent.find('.image-preview').attr('src', attachment.url);
H A Dmedia-uploader-new.min.js1 …ttachment;e(".upload-image-button").click(function(r){var i=jQuery(this).parent();var s=wp.media.e…
H A Dmedia-uploader-old.js26 var parent = jQuery(this).parent();
30 parent.find('.upload_image_field').val(imgurl);
H A Dmedia-uploader-old.min.js1 …ditor;jQuery(".upload_image_button").click(function(){var t=jQuery(this).parent();window.send_to_e…
H A Dmetabox-tabs.js92 var e = jQuery(this).parent().attr("class").replace(/active /, "");
98 jQuery(this).parent().parent().parent().children("div").hide();
99 jQuery(this).parent().parent("ul").find("li.active").removeClass("active");
100 jQuery(this).parent().parent().parent().find("div." + e).show();
101 jQuery(this).parent().parent().parent().find("li." + e).addClass("active")

1234567891011