Why isn\'t this piece of code working?
$(\"#TextOne\").animate({ color: \"#FFFF00\" }, 800);
When i call it on a button click it does nothing.
Are you using the color plugin (or jQuery UI)?
Without one of these it won't work because jQuery does not natively support the animation of color properties.