$(function (){ $("#featured").orbit({ bullets : true, startclockonmouseout : true, captionanimation : 'slideopen' });}); $(function () { $(".tab-common ul li a").each(function (index) { $(this).click(function () { hiddenall(); $(this).addclass("tab-on"); $(".tab-content:eq(" + index + ")").css("display", ""); }); }); function hiddenall() { $(".tab-content").css("display", "none"); $(".tab-common ul li a").removeclass(); }; }); $(function () { $(".tab-book ul li a").each(function (index) { $(this).click(function () { hiddenall(); $(this).addclass("tab-on"); $(".tab-book-content:eq(" + index + ")").css("display", ""); }); }); function hiddenall() { $(".tab-book-content").css("display", "none"); $(".tab-book ul li a").removeclass(); }; });