$(document).ready(function(){ $('#upload').click(function() { $('#donation').fadeOut('slow'); $('#loading').fadeIn('slow'); }); });