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

一款非常实用的jQuery基于SuperSlide选项卡图片轮播组合代码,点击tab选项卡切换到不同图片组,图片轮播带左右箭头控制,布局也很新颖出彩。
<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>热点素材
- 2,7341
- 2,6940
- 2,5713
- 2,54812
- 2,4391





