[jQuery] Basic effect question

[jQuery] Basic effect question

Is it possible to execute a function when an effect finished executing
eg:
$('#divContainer').fadeOut('slow').ready(function(){
alert('faded out')
})
This syntax doesn't seems work?
Many Thanks
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/