Skip to content

Instantly share code, notes, and snippets.

@rolka
Created May 7, 2014 07:44
Show Gist options
  • Save rolka/2b92e497737422f3f739 to your computer and use it in GitHub Desktop.
Save rolka/2b92e497737422f3f739 to your computer and use it in GitHub Desktop.
jQuery: setTimeout
setTimeout( function() { jQuery("#win").hide(1000); }, 3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment