mtime时光网宽屏焦点图mtime时光网宽屏焦点图是一款基于jquery实现的仿2014 mtime时光网首页宽屏焦点图切换效果代码。jQuery宽屏左右箭头图片切换 所属专题:焦点图代码
<script type="text/javascript">
$(".prev,.next").hover(function(){
$(this).stop(true,false).fadeTo("show",0.9);
},function(){
$(this).stop(true,false).fadeTo("show",0.4);
})
$(".mtime-box").slide({
titCell:".hd ul",
mainCell:".bd ul",
effect:"fold",
interTime:3500,
delayTime:500,
autoPlay:true,
autoPage:true,
trigger:"click"
});
</script>
热门源码