Home
last modified time | relevance | path

Searched refs:querySelectorAll (Results 26 – 50 of 140) sorted by last modified time

123456

/plugin/combo/resources/snippet/js/
H A Dcombo-html.js14 let inlineScriptElements = Array.from(targetElement.querySelectorAll("script:not([src])"));
45 let srcScriptElements = Array.from(targetElement.querySelectorAll("script[src]"));
H A Dcombo-popover.js37 document.querySelectorAll(cssSelector)
H A Dedit-button.js3 document.querySelectorAll('.edit-button-cs').forEach(editButtonFormElement => {
H A Dheight-toggle-onclick.js9 [...document.querySelectorAll('.height-toggle-onclick-cs')].forEach(element => {
H A Dheight-toggle.js2 [...document.querySelectorAll('.height-toggle-cs')].forEach(element => {
H A Dlightbox.js5 document.querySelectorAll(".lightbox-cs").forEach((lightBoxAnchor) => {
H A Dlozad-print.js6 document.querySelectorAll('.lazy-cs').forEach(element => {
H A Dlozad-raster.js22 document.querySelectorAll('.masonry').forEach(element=>{
H A Dmasonry.js2 document.querySelectorAll('.masonry').forEach(elem => {
H A Dmetadata.js196 document.querySelectorAll(".combo_metadata_item").forEach((metadataControlItem) => {
H A Donhover.js20 document.querySelectorAll('[data-hover-class]').forEach(dataHoverElement => {
H A Donview-intersector.js48 const targets = document.querySelectorAll(".show-on-scroll");
H A Dpage-explorer-tree.js5 document.querySelectorAll(".page-explorer-tree-cs").forEach(element => {
H A Dpage-protection.js6 document.querySelectorAll(`[data-${acronymPageProtection}-link="warning"], [data-${acronymPageProtection}-link="login"]`).forEach(element => {
H A Dquality.js5 document.querySelectorAll(".combo-quality-item").forEach((metadataControlItem) => {
H A Dsubscribe.js6 const forms = document.querySelectorAll(`${subscribeComponentSelector} form`);
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
H A Dsvg-injector.js3 let mySVGsToInject = document.querySelectorAll('img.svg-injection-cs');
H A Dtoast.js3 const toastElements = [].slice.call(document.querySelectorAll('.toast'));
H A Dtooltip.js15 document.querySelectorAll(`[data${namespace}-toggle="tooltip"]`).forEach(el => new bootstrap.Tooltip(el));
H A Dwebcode.js41 document.querySelectorAll("iframe.webcode-cs").forEach(iframe => {
/plugin/codify/
H A Dcodify.js1 …addEventListener("DOMContentLoaded",(function(t){var r,e=n(document.querySelectorAll("pre.dokuwiki…
/plugin/mobiletable/
H A DmobileTable.js141 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")) {
H A Dscript.js3 …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=…
6querySelectorAll(r);m=!1;e=$jscomp.makeIterator(e);for(b=e.next();!b.done;b=e.next())if(c=b.value,…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2 …||document).querySelector(e)}function fe(e,t){return(t=t||document).querySelectorAll(e)}function m…

123456