$("div" ).hover( function() { $(this).animate({backgroundColor: "#fff"}, 'slow'); }, function() { $(this).animate({backgroundColor:"#000"},'slow'); });