图像延迟加载插件 JAIL
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/sebarmeli/JAIL
软件介绍
JAIL 是一个可以让你的页面加载更快的图像延迟加载 jQuery 插件。当用户要打开图片的时候图片就开始进行下载。
示例代码:
requirejs.config({
baseUrl: 'lib',
paths: {
app: 'src'
},
shim: { 'app/jail': ['jquery']
}
});require(["jquery", "app/jail"], function() {
$(function(){
$('img.lazy').jail();
});
});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》 这本书的介绍吧!
