jQuery .animate for css background color does not appear to work

I’ve tried this a several version of jQuery including jquery-1.3.2.

$(’#my_div’).animate({backgroundColor:”red”}, {duration:500})

Include the plugin http://plugins.jquery.com/project/color and .animate works properly on the background color.

Bye

Leave a Reply