jQuery seems to be adding 'px' to the end of my hex code here: $('#changeme').animate( { backgroundColor: '#ff0000' }, 1); Code (markup): I get an error that says, something about '#ff0000px'. Any ideas? -Greg