$(".service").hide(); }); $("#shopcar").hover(function(){ $("#shopcarlist").show(); },function(){ $("#shopcarlist").hide(); }); })