jQuery基于SuperSlide选项卡图片轮播组合代码

jQuery基于SuperSlide选项卡图片轮播组合代码-精品资源网
jQuery基于SuperSlide选项卡图片轮播组合代码
此内容为免费资源,请登录后查看
0
免费资源

jQuery基于SuperSlide选项卡图片轮播组合代码

一款非常实用的jQuery基于SuperSlide选项卡图片轮播组合代码,点击tab选项卡切换到不同图片组,图片轮播带左右箭头控制,布局也很新颖出彩。

js代码

<script type=\"text/javascript\">
	/* 内层图片滚动切换 */
	jQuery(\".slideGroup .slideBox\").slide({
		mainCell: \"ul\",
		vis: 1,
		prevCell: \".sPrev\",
		nextCell: \".sNext\",
		effect: \"leftLoop\"
	});
	/* 外层tab切换 */
	jQuery(\".slideGroup\").slide({
		titCell: \".parHd li\",
		mainCell: \".parBd\",
		trigger: \"click\"
	});
</script>

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

昵称

取消
昵称表情代码图片

    暂无评论内容