Skip to content

Instantly share code, notes, and snippets.

@stevebest
Created September 3, 2010 13:49
Show Gist options
  • Select an option

  • Save stevebest/563899 to your computer and use it in GitHub Desktop.

Select an option

Save stevebest/563899 to your computer and use it in GitHub Desktop.
/*
* 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