Last active
August 29, 2015 14:06
-
-
Save vordan/0723aa4ffdab3259e9a7 to your computer and use it in GitHub Desktop.
Bootstrap 3: Show alert for 3.5 seconds and fade it out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.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