Hi,
Using jQuery, I am referencing a particular ID and then I want to add a message AND use fadeIn to change the color of the background to yellow.
So far I have:
$("#myID").empty().append("<p>Please login</p>").fadeIn("slow");
So would I now be using the CSS method to change the color of the background, fadeIn, then fadeOut to white again?