Skip to content

Instantly share code, notes, and snippets.

@Marthyn
Created September 17, 2013 14:48
Show Gist options
  • Save Marthyn/6595364 to your computer and use it in GitHub Desktop.
Save Marthyn/6595364 to your computer and use it in GitHub Desktop.
Hiding elements on show
$(//selector).ready(function(element) {
setTimeout(function(){$(//selector).fadeOut()},2000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment