jQuery仿简书首页幻灯片图片切换效果

jQuery仿简书首页幻灯片图片切换效果-精品资源网
jQuery仿简书首页幻灯片图片切换效果
此内容为免费资源,请登录后查看
0
免费资源

jQuery仿简书首页幻灯片图片切换效果

这是一款很漂亮的网站焦点图轮播代码,jQuery仿简书首页幻灯片图片切换效果,一张大图和两张小图交替切换。

js代码

<script src=\'js/carousel.js\'></script>
<script type=\"text/javascript\">
	window.onload = function(){
		var banner = new Carousel();
		//图片地址数组。不要少于三张
		var imgSrcDate = [\"img/a1.png\",\"img/a2.png\",\"img/a3.png\",\"img/a4.png\",\"img/a5.png\",\"img/a6.png\"];
		banner.init({
			container:\"#banner\",
			datas:imgSrcDate,
			autoplaySpeed:5000,
			autoplay:false
		});
	}
</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容