可多次使用的jQuery tab选项卡插件
可多次使用的jQuery tab选项卡插件

一款基于jQuery实现的选项卡特效,可在同一个网页页面多次使用的tab选项卡插件。
js代码
<script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript"> $(function(){ function tabs(tabTit,on,tabCon){ $(tabTit).children().hover(function(){ $(this).addClass(on).siblings().removeClass(on); var index = $(tabTit).children().index(this); $(tabCon).children().eq(index).show().siblings().hide(); }); }; tabs(".tab-hd","active",".tab-bd"); }); </script>
- 刺猬QQ交流群号多少?
- 363432
- 刺猬官方有技术支持吗?
- 有的,但技术支持是有偿服务哦,咨询右下角的在线客服吧!
- 下载的资源不能使用怎么办?
- 如果在本站下载的资源不能使用,一经确认可以联系在线客服退款。