diff --git a/docs/posts/toy/js-loadding-lazy/index.html b/docs/posts/toy/js-loadding-lazy/index.html index c34b1131..c5fba8f2 100644 --- a/docs/posts/toy/js-loadding-lazy/index.html +++ b/docs/posts/toy/js-loadding-lazy/index.html @@ -376,7 +376,7 @@

Js懒加载

var counter = 0; elements.each(function(){ if($.abovethetop(this, settings) || $.leftofbegin(this, settings)){ - } else if(!$.belowthefold(this, settings) && !$.rightoffold(this, settings)){ + } else if(!$.belowthefold(this, settings) && !$.rightoffold(this, settings)){ $(this).trigger("appear"); } else { if(counter++ > settings.failurelimit){