HTML HIDE TIMED

setTimeout(function() {
  $('#hide').show()
}, 4000);
Blue Bug