Message contextuel HTML après avoir disparu

setTimeout(function() {

      // Do something after 3 seconds
      // This can be direct code, or call to some other function

	$('#alert').hide();

     }, 3000);
Victorious Vulture