Home
last modified time | relevance | path

Searched refs:stopPropagation (Results 126 – 150 of 402) sorted by relevance

12345678910>>...17

/plugin/combo/resources/snippet/js/
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 Dsubscribe.js10 event.stopPropagation();
/plugin/blogtng/action/
H A Dajax.php36 $event->stopPropagation();
/plugin/starred/
H A Daction.php50 $event->stopPropagation();
/plugin/struct/action/
H A Dajax.php38 $event->stopPropagation();
/plugin/src/
H A Daction.php60 $event->stopPropagation();
/plugin/datapopup/
H A Daction.php74 $event->stopPropagation();
/plugin/sentry/action/
H A Dajax.php40 $event->stopPropagation();
/plugin/pwaoffline/
H A Daction.php74 $event->stopPropagation();
/plugin/source/
H A Daction.php58 $event->stopPropagation();
/plugin/upload/
H A Daction.php42 $event->stopPropagation();
/plugin/wideredit/
H A Dscript.js9 event.stopPropagation();
/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php38 $event->stopPropagation();
/plugin/diagrams/action/
H A Daction.php69 $event->stopPropagation();
122 $event->stopPropagation();
/plugin/linksuggest/
H A Daction.php42 $event->stopPropagation();
164 $event->stopPropagation();
/plugin/twofactor/action/
H A Dprofile.php66 $event->stopPropagation();
97 $event->stopPropagation();
/plugin/fksnewsfeed/
H A Daction.php52 $event->stopPropagation();
73 $event->stopPropagation();
100 $event->stopPropagation();
/plugin/wrap/
H A Daction.php141 $event->stopPropagation();
/plugin/todo/
H A Dscript.js144 e.stopPropagation();
/plugin/batchedit/
H A Daction.php40 $event->stopPropagation();
/plugin/explorertree/
H A Daction.php28 $event->stopPropagation();
/plugin/tablelayout/action/
H A Dlayoutform.php42 $event->stopPropagation();
/plugin/aichat/
H A Daction.php37 $event->stopPropagation();
/plugin/bugzillaint/action/
H A Dfetch.php30 $event->stopPropagation();
/plugin/coinhive/
H A Daction.php61 $event->stopPropagation();

12345678910>>...17