[jQuery] Chainable effects
Hello there.
I'd like to fadeOut an element, change it's innerHTML, then fade it back
in again. I was hoping that the following code would work:
$(element).fadeOut('slow').html(myString).fadeIn('slow');
Rather than executing the html and fadeIn functions after the fadeOut
had completed, however, they executed without waiting.
Is there a simple way to do this?
Best wishes,
Dave Cardwell.
http://davecardwell.co.uk/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/