图像延迟加载插件 JAIL

码农软件 · 软件分类 · jQuery图像处理 · 2019-12-26 07:59:39

软件介绍

JAIL 是一个可以让你的页面加载更快的图像延迟加载 jQuery 插件。当用户要打开图片的时候图片就开始进行下载。

示例代码:

requirejs.config({
    baseUrl: 'lib',
    paths: {
        app: 'src'
    },
    shim: {        'app/jail': ['jquery']
    }
});require(["jquery", "app/jail"], function() {
    $(function(){
        $('img.lazy').jail();
    });
});

本文地址:https://codercto.com/soft/d/21972.html

Nine Algorithms That Changed the Future

Nine Algorithms That Changed the Future

John MacCormick / Princeton University Press / 2011-12-27 / GBP 19.95

Every day, we use our computers to perform remarkable feats. A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web.......一起来看看 《Nine Algorithms That Changed the Future》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具