﻿$(document).ready(function(){ 
  setTimeout(function(){ 
  $("#mydiv").fadeOut("slow", function () { $("div.mydiv").remove(); }); }, 5000); 
 });