How to change the text color of a fadeIn div?
I have the following working script that run on load.
$("div.fadeinWrapper").fadeIn(3000);
When the fadeIn is completed, I want to use animate function to change the
color of a span inside the div, from #000000 to #FF0000. How I do that?
No comments:
Post a Comment