複製程式碼 程式碼如下: < /script> <BR><script type="text/javascript"> jQuery(document).ready( function($){ $("container").lazyload();<BR>$("img").lazyload ({ placeholder : "grey.gif", //載入圖片前的佔位圖片effect : "fadeIn" //載入圖片使用的效果(淡入) }); });<BR> #container { height: 2500px; background:#333; }