jQuery基于SuperSlide选项卡图片轮播组合代码
214
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,4001
- 2,3520
- 2,28312
- 2,2283
- 2,1171





