html'de alert'e animasyon
<script>
$('.alert').delay(1500).fadeOut();
</script>
<script>
$('.alert').delay(1500).fadeOut();
</script>