From f537abe9f3646c739beaf15076246a2f71a347e9 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 20 二月 2025 16:57:55 +0800 Subject: [PATCH] IOS广告增加区域屏蔽 --- src/main/webapp/admin/new/js/jquery.js | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/webapp/admin/new/js/jquery.js b/src/main/webapp/admin/new/js/jquery.js index d4b67f7..d422181 100644 --- a/src/main/webapp/admin/new/js/jquery.js +++ b/src/main/webapp/admin/new/js/jquery.js @@ -3985,7 +3985,7 @@ jQuery.dequeue( elem, type ); }; - // If the fx queue is dequeued, always remove the progress sentinel + // If the fx mq is dequeued, always remove the progress sentinel if ( fn === "inprogress" ) { fn = queue.shift(); startLength--; @@ -3993,13 +3993,13 @@ if ( fn ) { - // Add a progress sentinel to prevent the fx queue from being + // Add a progress sentinel to prevent the fx mq from being // automatically dequeued if ( type === "fx" ) { queue.unshift( "inprogress" ); } - // clear up the last queue stop function + // clear up the last mq stop function delete hooks.stop; fn.call( elem, next, hooks ); } @@ -4040,7 +4040,7 @@ this.each(function() { var queue = jQuery.queue( this, type, data ); - // ensure a hooks for this queue + // ensure a hooks for this mq jQuery._queueHooks( this, type ); if ( type === "fx" && queue[0] !== "inprogress" ) { @@ -4347,7 +4347,7 @@ namespace: namespaces.join(".") }, handleObjIn ); - // Init the event handler queue if we're the first + // Init the event handler mq if we're the first if ( !(handlers = events[ type ]) ) { handlers = events[ type ] = []; handlers.delegateCount = 0; @@ -5284,7 +5284,7 @@ } var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + - "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", + "header|hgroup|mark|meter|nav|output|progress|section|summary|time|juhe", rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g, rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"), rleadingWhitespace = /^\s+/, @@ -7109,7 +7109,7 @@ hidden = elem.nodeType && isHidden( elem ), dataShow = jQuery._data( elem, "fxshow" ); - // handle queue: false promises + // handle mq: false promises if ( !opts.queue ) { hooks = jQuery._queueHooks( elem, "fx" ); if ( hooks.unqueued == null ) { @@ -7423,7 +7423,7 @@ opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration : opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default; - // normalize opt.queue - true/undefined/null -> "fx" + // normalize opt.mq - true/undefined/null -> "fx" if ( opt.queue == null || opt.queue === true ) { opt.queue = "fx"; } @@ -7513,7 +7513,7 @@ } } - // start the next in the queue if the last step wasn't forced + // start the next in the mq if the last step wasn't forced // timers currently will call their complete callbacks, which will dequeue // but only if they were gotoEnd if ( dequeue || !gotoEnd ) { @@ -7536,7 +7536,7 @@ // enable finishing flag on private data data.finish = true; - // empty the queue first + // empty the mq first jQuery.queue( this, type, [] ); if ( hooks && hooks.stop ) { @@ -7551,7 +7551,7 @@ } } - // look for any animations in the old queue and finish them + // look for any animations in the old mq and finish them for ( index = 0; index < length; index++ ) { if ( queue[ index ] && queue[ index ].finish ) { queue[ index ].finish.call( this ); -- Gitblit v1.8.0