THIS CODE UNDER HERE WORKS, you can read the answers under here - i edit this for future reference.
HTML:
Use the following jQuery code:
$('#btn').click(function(e){ $('#fancy').fadeOut('slow', function(){ $('#bank').fadeIn('slow'); }); });