In the given HTML code snippet, I have the following line:
$('#myform #progress').html('<img src="images/ajax-complete.gif" /> Successful.')
I simply want to change the text color of Successful
to green when it is shown. How can I achieve this and apply the green font color?
Thank you!