<script> setTimeout(function(){ $('.alert').hide(); }, 1000);
<script> setInterval(function(){ $('.alert').hide(); }, 1000);