//home industry $(".industry-list > div").hover(function(){ $(this).removeclass('sible'); $(this).addclass('now').siblings().addclass('sible'); } ,function(){ $(".industry-list > div").removeclass('now sible'); } );