$(function(){ $('.nav li').mouseover(function() { $(this).addclass("current"); $(this).find('.subnav').show(); }); $('.nav li').mouseleave(function() { $(this).removeclass("current"); $(this).find('.subnav').hide(); }); $(document).wit_settab({ nav:$('#j_bannerbar>li'),field:$('#j_bannerpic>li'),auto:true,curcls:'current',crosstime:120,outtime:150,intime:150,autotime:5000 }); function listhover() { $(this).addclass('current').siblings().removeclass('current'); } $('#j-charts-designers .item, #j-charts-program .program,#j-charts-industry .program').mouseenter(listhover); var oscroll2 = $('#history'); if (oscroll2.length > 0) { oscroll2.tinyscrollbar({ axis: 'x' }); } $(window).scroll(function() { if ($(window).scrolltop() > 100) { $('#backtop').fadein(500); } else { $('#backtop').fadeout(500); } }); $('#backtop').click(function() { $('html, body').animate({ scrolltop: 0 }, 1000, "easeoutexpo"); }); $(".casepanel .hd:first").addclass("current"); $(".casepanel .con:first").show(); $(".casepanel .hd .hook1").click(function() { $(this).parents(".casepanel .hd").next(".con").slidetoggle("fast").siblings(".con:visible").slideup("fast"); $(this).parents(".casepanel .hd").toggleclass("current"); $(this).parents(".casepanel .hd").siblings(".casepanel .hd").removeclass("current"); }); })