文件名称:可多次使用jQuery tab选项卡插件.zip
文件大小:35KB
文件格式:ZIP
更新时间:2022-07-31 03:23:35
js特效-可多次使用jQuery tab选项卡插件
一款基于jQuery实现的选项卡特效,可在同一个网页页面多次使用的tab选项卡插件。 js代码 [removed][removed] [removed] $(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"); }); [removed]
【文件预览】:
可多次使用的jQuery tab选项卡插件
----php中文网下载站.url(114B)
----index.html(2KB)
----js()
--------jquery.min.js(91KB)
----php中文网免费下载站.txt(219B)