Created
September 3, 2010 13:49
-
-
Save stevebest/563899 to your computer and use it in GitHub Desktop.
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
| /* | |
| * Prepend an `element` to a `list` with a fade-in effect | |
| * using jQuery. | |
| */ | |
| $(list).prepend($(element).hide().fadeIn('slow')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment