Home
last modified time | relevance | path

Searched refs:addEventListener (Results 101 – 125 of 367) sorted by relevance

12345678910>>...15

/plugin/combo/resources/snippet/js/
H A Dwebcode.js28 window.addEventListener('load', function () {
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.js8 form.addEventListener('submit', async (event) => {
/plugin/swfobject/
H A Dscript.js4addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_gecko.js127 sourceObject.addEventListener( eventName, listener, false ) ;
138 sourceObject.addEventListener(
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.grab.js30 if (document.addEventListener){
58 if (document.addEventListener){
59 elem.addEventListener(type, fnc, false);
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5addEventListener("message",function(e){var n=JSON.parse(e.data),r=n.language,i=n.code;self.postMes…
/plugin/codehighlight/cp/engines/
H A Dgecko.js31 document.addEventListener('keypress', this.keyHandler, true);
32 …window.addEventListener('scroll', function() { if(!CodePress.scrolling) CodePress.syntaxHighlight(…
293 window.addEventListener('load', function() { CodePress.initialize('new'); }, true);
/plugin/commonmark/vendor/league/commonmark/src/
H A DConfigurableEnvironmentInterface.php
/plugin/revealjs/plugin/math/
H A Dmath.js79 Reveal.addEventListener( 'slidechanged', function( event ) {
/plugin/stackedit/
H A Dstackedit.min.js1addEventListener("click",function(){return e.close()}),this.$messageHandler=function(t){if(t.origi…
/plugin/livepreview/
H A Dscript.js294 if (document.addEventListener) {
295 document.addEventListener('mousemove',LivePreview.anchorCatcher,false);
/plugin/imgpaste/
H A Dscript.js89 window.addEventListener('paste', handlePaste);
/plugin/mobiletable/
H A DmobileTable.js307 …tive"].includes(document.readyState) ? setTimeout(cb, 0) : document.addEventListener("DOMContentLo…
311 window.addEventListener("resize", () => {
H A Dscript.js9 …eadyState)?setTimeout(a,0):document.addEventListener("DOMContentLoaded",a)})(function(){var a;wind…
/plugin/codeprettify/code-prettify/src/
H A Drun_prettify.js131 var addEventListener = doc['addEventListener'];
133 add = addEventListener ? 'addEventListener' : 'attachEvent',
134 rem = addEventListener ? 'removeEventListener' : 'detachEvent',
135 pre = addEventListener ? '' : 'on',
/plugin/clipboardutils/lib/
H A Dclipboard.min.js7addEventListener(n,i,r),{destroy:function(){t.removeEventListener(n,i,r)}}}t.exports=function(t,e,…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as44 myConnection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
45 myConnection.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
49 timeUpdateTimer.addEventListener(TimerEvent.TIMER, timeUpdateHandler);
50 progressTimer.addEventListener(TimerEvent.TIMER, progressHandler);
51 seekingTimer.addEventListener(TimerEvent.TIMER, seekingHandler);
180 myStream.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js1681 window.addEventListener('wheel', webViewerWheel, {
1684 window.addEventListener('click', webViewerClick);
1685 window.addEventListener('keydown', webViewerKeyDown);
1828 fileInput.addEventListener('change', function (evt) {
3966 target.addEventListener(name, eventHandler);
6470 this.bar.addEventListener('keydown', function (e) {
12602 div.addEventListener('mousedown', function (evt) {
12631 div.addEventListener('mouseup', function () {
13297 items.next.addEventListener('click', function () {
15334 } else if (document.addEventListener) {
[all …]
/plugin/passwordgrey/
H A Dscript.js15 document.addEventListener("DOMContentLoaded", _ => {
/plugin/diagramsnet/
H A Dscript.js88 window.addEventListener('message', receive);
/plugin/widearea/widearea/
H A Dwidearea.js289 if (window.addEventListener) {
290 window.addEventListener('keydown', self._onKeyDown, true);
/plugin/pwaoffline/
H A Dscript.js25 navigator.serviceWorker.addEventListener('message', function swMessageListener(event){
/plugin/codify/
H A Dcodify.js1 …return||e.return()}finally{if(l)throw a}}}}Prism.manual=!0,document.addEventListener("DOMContentLo…
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js1351 mediaElement.addEventListener("progress", function() {
1361 mediaElement.addEventListener("loadeddata", function() {
1389 mediaElement.addEventListener("play", function() {
1396 mediaElement.addEventListener("playing", function() {
1403 mediaElement.addEventListener("pause", function() {
1409 mediaElement.addEventListener("waiting", function() {
1415 mediaElement.addEventListener("seeking", function() {
1421 mediaElement.addEventListener("seeked", function() {
1452 mediaElement.addEventListener("ended", function() {
1466 mediaElement.addEventListener("error", function() {
[all …]

12345678910>>...15