Skip to content

Instantly share code, notes, and snippets.

@nathanchen
Created August 3, 2012 01:57
Show Gist options
  • Select an option

  • Save nathanchen/3243397 to your computer and use it in GitHub Desktop.

Select an option

Save nathanchen/3243397 to your computer and use it in GitHub Desktop.
jQuery - fadein
$(document).ready(function () {
$('#message').fadeIn('slow');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment