Searched refs:querySelector (Results 1 – 25 of 167) sorted by relevance
1234567
| /plugin/move/script/ |
| D | MoveMediaManager.js | 11 const filePanel = document.querySelector('#mediamanager__page .panel.file'); 31 const link = mutation.target.querySelector('a.select.mediafile'); 34 const actionList = mutation.target.querySelector('ul.actions'); 35 if (actionList.querySelector('button.move-btn')) continue; // already added 37 const deleteButton = actionList.querySelector('form#mediamanager__btn_delete'); 103 …const sectok = document.querySelector('form#mediamanager__btn_delete input[name=sectok]').cloneNod… 144 const src = form.querySelector('input[name="move-old-filename"]').value; 145 const dst = form.querySelector('input[name="move-new-filename"]').value; 146 const ext = form.querySelector('input[name="move-file-ext"]').value; 147 const sectok = form.querySelector('input[name="sectok"]').value; [all …]
|
| /plugin/aichat/script/ |
| D | AIChatButton.js | 32 this.#dialog = this.#root.querySelector('dialog'); 39 this.#dialog.querySelector('button.fs').addEventListener('click', function() { 50 this.#root.querySelector('button.start').title = this.getAttribute('label') || 'AI Chat'; 51 … this.#dialog.querySelector('header h1').textContent = this.getAttribute('label') || 'AI Chat'; 58 this.#root.querySelector('button.start').animate({
|
| D | AIChatChat.js | 39 this.#input = this.#root.querySelector('textarea'); 40 this.#output = this.#root.querySelector('.output'); 41 this.#progress = this.#root.querySelector('progress'); 42 this.#controls = this.#root.querySelector('.controls'); 43 this.#pagecontext = this.#root.querySelector('.pagecontext'); 44 const form = this.#root.querySelector('form'); 46 const restart = this.#root.querySelector('.delete-history');
|
| /plugin/dev/www/ |
| D | script.js | 10 plugin.querySelector('input').readOnly = output.children.length > 0; 11 document.querySelector('button[type=submit]').disabled = output.children.length === 0; 108 component.querySelector('button').addEventListener('click', function (event) { 109 const plugin_base = plugin.querySelector('input'); // first input field is plugin base name 110 const component_type = component.querySelector('select'); 111 const component_name = component.querySelector('input');
|
| /plugin/fulldisplay/ |
| D | script.js | 4 document.querySelector('.plugin_fulldisplay').addEventListener('click', (e) => { 7 const page = document.querySelector(JSINFO.fulldisplay.pageSelector); 19 page.innerHTML = doc.querySelector(JSINFO.fulldisplay.pageSelector).innerHTML; 28 const page = document.querySelector(JSINFO.fulldisplay.pageSelector);
|
| /plugin/diagrams/script/ |
| H A D | DiagramsMediaManager.js | 10 const tree = document.querySelector('#media__tree'); 20 const filePanel = document.querySelector('#mediamanager__page .panel.file'); 39 const svgLink = mutation.target.querySelector('a.mf_svg'); 42 const actionList = mutation.target.querySelector('ul.actions'); 43 if (actionList.querySelector('button.diagrams-btn')) continue; // already added 125 const fullScreenNS = document.querySelector('#mediamanager__page .panelHeader h3 strong'); 126 const popupNS = document.querySelector('#media__manager #media__ns');
|
| H A D | embed-editbutton.js | 6 if (!document.querySelector('head link[rel="edit"]')) return; 30 embed.parentNode.querySelector('.diagrams-buttons').appendChild(button);
|
| /plugin/captcha/ |
| D | script.js | 8 const code = wrap.querySelector('.plugin__captcha_code'); 10 const box = wrap.querySelector('input[type=text]'); 20 const audiolink = wrap.querySelector('a.audiolink');
|
| /plugin/mizarverifiabledocs/src/ |
| H A D | script.js | 196 const hideButton = wrapper.querySelector(".hide-button"); 197 const showButton = wrapper.querySelector(".show-button"); 220 if (!block.querySelector(".editor-container").firstChild) { 277 const resetBtn = wrapper.querySelector("button[id^='resetButton']"); 356 const editorContainer = mizarBlock.querySelector(".editor-container"); 402 const editButton = mizarBlock.querySelector("button[id^='editButton']"); 403 const compileButton = mizarBlock.querySelector("button[id^='compileButton']"); 404 const resetButton = mizarBlock.querySelector("button[id^='resetButton']"); 405 const graphButton = mizarBlock.querySelector("button[id^='graphButton']"); 554 editor.dom.querySelector(".cm-error-panel").style.backgroundColor = "#fcc"; [all …]
|
| /plugin/fetchmedia/script/ |
| D | main.js | 13 const td = document.querySelector(selector); 31 const td = document.querySelector(selector); 62 namespace: form.querySelector('input[name="namespace"]').value, 63 type: form.querySelector('input[name="mediatypes"]:checked').value, 64 sectok: form.querySelector('input[name="sectok"]').value,
|
| /plugin/searchindex/ |
| D | SearchIndexManager.js | 35 this.#$msg = this.querySelector('.msg'); 36 this.#$buttons = this.querySelector('.buttons'); 38 this.querySelector('.rebuild').addEventListener('click', () => this.#rebuild()); 39 this.querySelector('.update').addEventListener('click', () => this.#update());
|
| D | script.js | 8 if (document.querySelector('searchindex-manager')) {
|
| /plugin/fksnewsfeed/ |
| D | script.js | 36 const newsContainer = stream.querySelector('.stream'); 39 const loadBar = stream.querySelector('.load-bar'); 40 const moreButton = stream.querySelector('.more-news');
|
| /plugin/revealjs/plugin/notes/ |
| D | notes.js | 24 var jsFileLocation = document.querySelector('script[src$="notes.js"]').src; // this js file path 87 notesElement = slideElement.querySelector( 'aside.notes' ), 88 fragmentElement = slideElement.querySelector( '.current-fragment' ); 107 var fragmentNotes = fragmentElement.querySelector( 'aside.notes' );
|
| /plugin/widearea/widearea/ |
| D | widearea.js | 219 var targetTextarea = document.querySelector("textarea[data-widearea-id='" + wideAreaId + "']"); 303 var overlayLayer = document.querySelector(".widearea-overlayLayer"); 318 var smallTextArea = document.querySelector("textarea.widearea-fullscreened"); 319 var overlayLayer = document.querySelector(".widearea-overlayLayer"); 320 var fullscreenTextArea = overlayLayer.querySelector("textarea"); 359 var targetElement = document.querySelector(selector);
|
| /plugin/toolbox/extension/ |
| D | content.js | 9 var gen = document.querySelector("meta[name='generator']"); 11 var edi = document.querySelector("#wiki__text");
|
| /plugin/myshortcuts/ |
| H A D | script.js | 153 var editBtn = document.querySelector('button[name="do"][value="edit"]') || 154 document.querySelector('a.action.edit') || 155 document.querySelector('a[href*="do=edit"]'); 176 var saveBtn = document.querySelector('#edbtn__save') || 178 document.querySelector('button[name="do"][value="save"]'); 217 var firstItem = dialog.querySelector('.myshortcuts-snippet-item');
|
| /plugin/combo/resources/snippet/js/ |
| H A D | menubar-fixed-top.js | 13 let fixedNavbar = document.querySelector(fixedMenuSelector) 56 let fixedNavbar = document.querySelector(fixedMenuSelector)
|
| H A D | page-explorer-tree.js | 18 let button = element.querySelector(`button[data-wiki-id='${processedId}']`); 23 let link = element.querySelector(`a[data-wiki-id='${processedId}']`);
|
| H A D | combo-loader.js | 12 let head = document.querySelector("head"); 22 let head = document.querySelector("head");
|
| H A D | webcode.js | 8 let htmlIFrameElement = iframeElement.contentWindow.document.querySelector("html"); 13 … calculatedHeight = iframeElement.contentWindow.document.querySelector("body").offsetHeight;
|
| /plugin/calendar/ |
| D | calendar-main.js | 81 var sectokInput = document.querySelector('input[name="sectok"]'); 86 var sectokMeta = document.querySelector('meta[name="sectok"]'); 103 || document.querySelector('[id$="' + calId + '"]'); 282 const header = container.querySelector('.calendar-compact-header h3'); 286 let filterIndicator = container.querySelector('.calendar-namespace-filter'); 294 const headerDiv = container.querySelector('.calendar-compact-header'); 340 const tbody = container.querySelector('.calendar-compact-grid tbody'); 511 const todayBtn = container.querySelector('.cal-today-btn'); 517 const monthPicker = container.querySelector('.calendar-month-picker'); 523 const eventList = container.querySelector('.event-list-compact'); [all …]
|
| /plugin/bez/lib/jquery.datepair/ |
| H A D | datepair.min.js | 7 …querySelector("."+this.settings.startClass+"."+this.settings.dateClass),this.endDateInput=this.con…
|
| H A D | datepair.js | 83 …this.startDateInput = this.container.querySelector('.'+this.settings.startClass+'.'+this.settings.… 84 …this.endDateInput = this.container.querySelector('.'+this.settings.endClass+'.'+this.settings.date… 85 …this.startTimeInput = this.container.querySelector('.'+this.settings.startClass+'.'+this.settings.… 86 …this.endTimeInput = this.container.querySelector('.'+this.settings.endClass+'.'+this.settings.time…
|
| /plugin/katex/_assets/contrib/ |
| D | copy-tex.min.js | 1 …querySelector("annotation");c&&(f.replaceWith?f.replaceWith(c):f.parentNode&&f.parentNode.replaceC…
|
1234567