gpt4 book ai didi

javascript - jQuery 检查 lazyload 插件初始化图像

转载 作者:行者123 更新时间:2023-11-29 19:22:29 25 4
gpt4 key购买 nike

我使用 jQuery lazyload 图像插件 www.appelsiini.net/projects/lazyload。

HTML:

 <img class="img-thumbnail mag-thumbnail img-responsive lazy" width="129" height="177" data-original="http://localhost/cms/cache/images/129x177-1231234.png" src="http://localhost/cms/cache/images/129x177-1231234.png" >
<img class="img-thumbnail mag-thumbnail img-responsive lazy" width="129" height="177" data-original="http://localhost/cms/cache/images/129x177-123.png" src="http://localhost/cms/cache/images/129x177-123.png" >
<img class="img-thumbnail mag-thumbnail img-responsive lazy" width="129" height="177" data-original="http://localhost/cms/cache/images/129x177-1234.png" src="http://localhost/cms/cache/images/129x177-1234.png" >

JS:

$(document).ready(function() {
$("img.lazy").lazyload({
effect : "fadeIn"
});
});

如何确保 lazyload 对我的图像有效?!

最佳答案

在浏览器开发者控制台中输入:

 typeof($("img").lazyload) === "function"

如果您看到页面中启用了 true lazyload 插件。

关于javascript - jQuery 检查 lazyload 插件初始化图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32563460/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com