Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomertins/79a69f6b7232d96bc169 to your computer and use it in GitHub Desktop.
Save brunomertins/79a69f6b7232d96bc169 to your computer and use it in GitHub Desktop.
<script src="http://www.google.com/jsapi"></script>
<script>
google.load("jquery", "1");
google.load("jqueryui", "1");
</script>
<script>
$(document).ready(function()
{
$('body').hide().fadeIn(500);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment