框架分享5
主题数: 160 今日贴子: 5
论坛版主:  

您是第9999999位访客
机器人论坛

$(function(){ $('.message img').each(function(){ $(this).addClass("lazy img-responsive"); $(this).attr("data-original",$(this).attr("src")).removeAttr("src"); }); $(".message img.lazy").lazyload({placeholder: "plugin/zaesky_theme_light/view/img/loading.gif",effect: "fadeIn"}); }); $(function(){ $('.pic_box img').each(function(){ $(this).addClass("lazy img-responsive"); $(this).attr("data-original",$(this).attr("src")).removeAttr("src"); }); $(".pic_box img.lazy").lazyload({placeholder: "plugin/zaesky_theme_light/view/img/loading.gif",effect: "fadeIn"}); }); $(function(){ $('.left_img_box img').each(function(){ $(this).addClass("lazy img-responsive"); $(this).attr("data-original",$(this).attr("src")).removeAttr("src"); }); $(".left_img_box img.lazy").lazyload({placeholder: "plugin/zaesky_theme_light/view/img/loading.gif",effect: "fadeIn"}); });