Skip to content

Instantly share code, notes, and snippets.

@hoanganh25991
Last active December 28, 2015 15:30
Show Gist options
  • Save hoanganh25991/4370de1a65aef6ec3e20 to your computer and use it in GitHub Desktop.
Save hoanganh25991/4370de1a65aef6ec3e20 to your computer and use it in GitHub Desktop.
jquery-setTimeOut
function explode(){
alert("Boom!");
}
setTimeout(explode, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment