I have a div which has some text content( eg: My Name ) and the div is in RED background colour
background colour
backgroundColor
'red'
'blue'
$("button").click(function(){ $('#myDivId').animate({ backgroundColor: 'blue' }, 10000); });