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