About this blog

Hi folks, Jamie here.

I'm a web developer at the PaddyPower.com.
I blog about web development, content management systems, design, user experience and anything else that comes to mind.

Feeds

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