Skip to content

Instantly share code, notes, and snippets.

@lionhylra
Created September 17, 2013 04:44
Show Gist options
  • Save lionhylra/6590161 to your computer and use it in GitHub Desktop.
Save lionhylra/6590161 to your computer and use it in GitHub Desktop.
$( "p" ).clone().appendTo( document.body );
$( "p" ).clone().appendTo( document.body );
$( "p" ).clone().appendTo( document.body );
$( window ).scroll(function() {
$( "span" ).css( "display", "inline" ).fadeOut( "slow" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment