$("div").fadeOut(500, function () { $(this).html("bla-bla").fadeIn("slow") })
$('div').fadeOut(function(){ $('div').html('new content') $('div').fadeIn() })