app_left ul li").mouseenter(function(){ $(this).addClass("high"); $(this).children(".app_des").show(); $(this).children("h4").hide(); $(this).siblings().children(".app_des").hide(); $(this).siblings().children("h4").show(); $(this).siblings().removeClass("high"); n=$(this).index(); $(".sy_app_right ul li").eq(n).show(); $(".sy_app_right ul li").eq(n).siblings().hide(); }); } else{} ;