$(function () { $(".case_img a").first().show(); $("#area .case .collapse").delegate(".panel-head","click",function () { $(".case_img a").eq($(this).parent().index()).show().siblings().hide(); }); $("#area .case .collapse").delegate(".panel-head","mouseenter",function () { $(".case_img a").eq($(this).parent().index()).show().siblings().hide(); $(this).parent().addClass("active").siblings().removeClass("active"); }); }); $(window).load(function() { var l_height = $(".product li").first().height(); if ($(window).width()>1199) { l_height=287; } $("#area .more").css({"height":l_height,"padding-top":(l_height-$("#area .more i").height()-$("#area .more p").height())/2}); if ($(window).width()>759) { $(".parts .first div").css("height",$(".parts li").last().height()); } });