一款基于jQuery实现的选项卡特效,可在同一个网页页面多次使用的tab选项卡插件。js代码[removed][removed][removed]$(function(){  functiontabs(tabTit,on,tabCon){    $(tabTit).children().hover(function(){      $(this).addClass(on).siblings().removeClass(on);      varindex=$(tabTit).children().index(this);      $(tabCon).childre