jQuery大气图标选项卡切换特效插件
jQuery大气图标选项卡切换特效插件

jQuery大气图标选项卡切换特效插件是一款jQuery Tab选项卡代码。
js代码
<script type="text/javascript"> $(function(){ var tabNum=$(".important").find("li"); var contentNum=$(".contents").children(); var timer; $(tabNum).each(function(index){ $(this).hover(function(){ var that=$(this) timer=window.setTimeout(function(){ $(contentNum).eq(index).css({"display":"block"}); $(contentNum).eq(index).siblings().css({"display":"none"}); that.find("a").css({"background":"#FFF","color":"#fff"}); that.find("strong").show(); that.siblings().find("strong").hide(); that.siblings().find("a").css({"background":"#fff","color":"black"}); },100) },function(){ window.clearTimeout(timer); }) }) }) </script>
- 刺猬QQ交流群号多少?
- 363432
- 刺猬官方有技术支持吗?
- 有的,但技术支持是有偿服务哦,咨询右下角的在线客服吧!
- 下载的资源不能使用怎么办?
- 如果在本站下载的资源不能使用,一经确认可以联系在线客服退款。