Skip to content

Instantly share code, notes, and snippets.

@vordan
Last active August 29, 2015 14:06
Show Gist options
  • Save vordan/0723aa4ffdab3259e9a7 to your computer and use it in GitHub Desktop.
Save vordan/0723aa4ffdab3259e9a7 to your computer and use it in GitHub Desktop.
Bootstrap 3: Show alert for 3.5 seconds and fade it out
$('.alert').removeClass('hide').show().delay(1000).addClass("in").fadeOut(3500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment