Created
June 5, 2011 21:32
-
-
Save victorbstan/1009445 to your computer and use it in GitHub Desktop.
JavaScript for NeatNotificationSystemTM for your web apps
This file contains hidden or 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
| // Requires jQuery | |
| // FLASH NOTICE ANIMATION | |
| $("#flash_notice").delay(5000).fadeOut("slow"); | |
| $("#flash_alert").delay(5000).fadeOut("slow"); | |
| $("#flash_error").delay(5000).fadeOut("slow"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment