Home
last modified time | relevance | path

Searched refs:appendTo (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A Dscript.js32 .appendTo(jQuery('body'))
84 const $displayOpts = jQuery('<p>').appendTo($extmgr.find('.panelHeader'));
85 const $label = jQuery('<label />').appendTo($displayOpts);
86 const $checkbox = jQuery('<input />', {type: 'checkbox'}).appendTo($label);
/dokuwiki/lib/scripts/
H A Dedit.js89 .appendTo($picker);
107 .appendTo($makebutton(key));
H A Deditor.js64 .appendTo($ctl);
H A Dlinkwiz.js60 .appendTo('.dokuwiki:first');
H A Dmedia.js131 $this.children('input').appendTo($this.parent());
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6appendTo("body").addClass(t.className).css({top:s.top-a,left:s.left-o,height:i.innerHeight(),width… property
H A Djquery.min.js2 …)<0&&(ce.cleanData(Se(this)),t&&t.replaceChild(e,this))},n)}}),ce.each({appendTo:"append",prependT… property
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3068 public function appendTo( $seletor) { function in phpQueryObject