$(function(){ leftpnsphoto1html='
\ '; $('#leftpnsphoto1').html(leftpnsphoto1html); $('#foophoto1').carouFredSel({ onCreate: function(data) { data.items.find('img.lazy').lazyload({effect : 'fadeIn'}); data.items.find('.imgLiquidNoFill').imgLiquid({fill:false}); }, scroll : { duration: 1000, onAfter: function( data ) { data.items.visible.each(function() { if ($(this).find('img').attr('src')=='https://news.mingpao.com/image/grey.gif') { $(this).find('img').lazyload({effect : 'fadeIn'}); $(this).find('.imgLiquidNoFill').imgLiquid({fill:false}); } }); } }, circular: false, infinite: false, auto : {play:false,timeoutDuration:parseInt('5000')}, width : '100%', prev : {button:'#foophoto1_prev',key:'left'}, next : {button:'#foophoto1_next',key:'right'} }); });