圖片延時加載例子詳解
來源:程序員人生 發(fā)布時間:2015-03-26 09:09:48 閱讀次數(shù):3360次
有時候由于圖片太大,我們需要1個友好的提示,提示用戶圖片正在加載中,那末以下通過引入jquery就可以輕而易舉的實現(xiàn)。
demo下載地址:http://download.csdn.net/download/tjcyjd/8475549
其中需要3個js:jquery.min1.7.1.js、jquery.lazyload.js、image.lazyload.js
代碼以下:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>圖片延時加載</title>
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=UTF⑻">
</head>
<body>
<div>
<img src="images/loading.gif" data-original="http://img30.360buyimg.com/jgsq-productsoa/jfs/t568/102/535227364/127213/9f5d9502/547295bcN713b3d11.jpg">
<img src="images/loading.gif" data-original="http://img30.360buyimg.com/jgsq-productsoa/jfs/t568/102/535227364/127213/9f5d9502/547295bcN713b3d11.jpg">
</div>
</body>
<script language="javascript" src="js/
jquery.min1.7.1.js"></script>
<script language="javascript" src="js/
jquery.lazyload.js"></script>
<script language="javascript" src="js/image.lazyload.js"></script>
</html>
demo下載地址:http://download.csdn.net/download/tjcyjd/8475549
效果圖以下:

demo下載地址:http://download.csdn.net/download/tjcyjd/8475549
生活不易,碼農(nóng)辛苦
如果您覺得本網(wǎng)站對您的學(xué)習(xí)有所幫助,可以手機掃描二維碼進(jìn)行捐贈