$ = jQuery; $( document ).ready(function(){ $('#hide').fadeIn('slow', function(){ $('#hide').delay(5000).fadeOut(); }); });