HTML waktu persembunyian

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