$('.fadelink').hover(function(){ $(this).animate({ color: '#333' },600); },function(){ $(this).animate({ color: '#999' },600); });