I\'ve got this really simple piece of code that I thought was the correct way to get jQuery to animate the text color for a given input field.
$(\'input\').
jQuery doesn't support color animations so you'll need the color plugin or, jQuery UI. Both allow you to use the syntax you're using for properties like background-color and color.