Searched refs:querySelectorAll (Results 1 – 25 of 184) sorted by relevance
12345678
761 dom.controlsLeft = toArray( document.querySelectorAll( '.navigate-left' ) );762 dom.controlsRight = toArray( document.querySelectorAll( '.navigate-right' ) );763 dom.controlsUp = toArray( document.querySelectorAll( '.navigate-up' ) );764 dom.controlsDown = toArray( document.querySelectorAll( '.navigate-down' ) );765 dom.controlsPrev = toArray( document.querySelectorAll( '.navigate-prev' ) );766 dom.controlsNext = toArray( document.querySelectorAll( '.navigate-next' ) );864 toArray( dom.wrapper.querySelectorAll( SLIDES_SELECTOR ) ).forEach( function( slide ) {869 toArray( dom.wrapper.querySelectorAll( SLIDES_SELECTOR ) ).forEach( function( slide ) {950 var fragmentGroups = sortFragments( page.querySelectorAll( '.fragment' ), true );988 toArray( page.querySelectorAll( '.fragment:not(.fade-out)' ) ).forEach( function( fragment ) {[all …]
7 const legendItems = document.querySelectorAll(".legend span");21 … const statusRows = document.querySelectorAll("table.status-table tbody tr"); // Wähle alle Zeilen24 const cells = row.querySelectorAll(".status-cell");59 const cells = row.querySelectorAll(".status-cell");122 … const cell = row.querySelectorAll(".status-cell")[cellIndex]; // Hole die entsprechende Zelle
5 var textareas = document.querySelectorAll('textarea[name^="bureaucracy["]');57 var textareas = document.querySelectorAll('textarea[name^="bureaucracy["]');77 var textareas = document.querySelectorAll('textarea[name^="bureaucracy["]');
2 const cycleContainers = document.querySelectorAll('.item-cycle');5 const items = container.querySelectorAll('.cycle-item');
1 …querySelectorAll(".katex-mathml + .katex-html"),a=0;a<r.length;a++){var o=r[a];o.remove?o.remove()…
34 const toggleButtons = this.#root.querySelectorAll('button.toggle');54 for (const elem of this.#root.querySelectorAll('[title]')) {
4 const images = document.querySelectorAll('a > img[src$=".svg"]');18 const scripts = svgElement.querySelectorAll('script');
51 document.querySelectorAll(sel).forEach(sharpen);70 node.querySelectorAll('img').forEach(sharpen);
14 let inlineScriptElements = Array.from(targetElement.querySelectorAll("script:not([src])"));45 let srcScriptElements = Array.from(targetElement.querySelectorAll("script[src]"));
3 let mySVGsToInject = document.querySelectorAll('img.svg-injection-cs');
2 document.querySelectorAll('.masonry').forEach(elem => {
6 document.querySelectorAll('.lazy-cs').forEach(element => {
2 [...document.querySelectorAll('.height-toggle-cs')].forEach(element => {
3 const toastElements = [].slice.call(document.querySelectorAll('.toast'));
11 const elements = document.querySelectorAll('code.language-txt')
9 [...document.querySelectorAll('.height-toggle-onclick-cs')].forEach(element => {
3 document.querySelectorAll('.edit-button-cs').forEach(editButtonFormElement => {
141 for (let row of table.querySelectorAll("tr")) {217 tables = tables || document.querySelectorAll(selector)245 tables = tables || document.querySelectorAll(selector)261 for (let cell of original.querySelectorAll("td, th")) {
3 …aceWith(d);return d};return function(g,d){if(g)a:{var e=d||document.querySelectorAll(r);var b=!1;e…4 …endChild(v);n=Array(c.length).fill(0);p=!0;t=$jscomp.makeIterator(t.querySelectorAll("tr"));for(f=…6 …querySelectorAll(r);m=!1;e=$jscomp.makeIterator(e);for(b=e.next();!b.done;b=e.next())if(c=b.value,…
189 const elementsToToggle = wrapper.querySelectorAll(212 const wrappers = document.querySelectorAll(".mizarWrapper");226 const hideButtons = document.querySelectorAll(".hide-button");235 const showButtons = document.querySelectorAll(".show-button");266 const allWrappers = document.querySelectorAll(".mizarWrapper");275 const allWrappers = document.querySelectorAll(".mizarWrapper");620 errorPanel.querySelectorAll(".error-link").forEach((link) => {696 const mizarBlocks = document.querySelectorAll(".mizarWrapper");802 const copyButtons = document.querySelectorAll(".copy-button");
109 document.querySelectorAll('.traumacalc select').forEach(select => select.value = '0');110 document.querySelectorAll('.traumacalc input[type="text"]').forEach(input => input.value = '');
7 var webCodeIFrames = document.querySelectorAll("iframe.webCode");
117 public function querySelectorAll($query); function
4 const codeblocks = document.querySelectorAll('pre.code.json');
6 document.querySelectorAll('div.diagrams-buttons').forEach(diagramActions => {