Change text font color in link
I have a link ('a'). I can display the text() property. Is it possible using jQuery to change the color of the text? ("#myLink").text().css('color','red') throws an error (object does not support this property or method).