Skip to content

Instantly share code, notes, and snippets.

@hrkd
Last active December 16, 2015 10:19
Show Gist options
  • Save hrkd/5419614 to your computer and use it in GitHub Desktop.
Save hrkd/5419614 to your computer and use it in GitHub Desktop.
忘れる忘れる
var intv = 5000,
timer = setInterval(function(){
//function
},intv);
clearInterval(timer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment