Bootstrap 3: Show alert for 3.5 seconds and fade it out
$('.alert').removeClass('hide').show().delay(1000).addClass("in").fadeOut(3500);