Skip to content

Instantly share code, notes, and snippets.

@e2kaneko
Created January 25, 2012 14:30
Show Gist options
  • Save e2kaneko/1676519 to your computer and use it in GitHub Desktop.
Save e2kaneko/1676519 to your computer and use it in GitHub Desktop.
jQuery タイマー処理
// タイマーの実行
$(document).everyTime(1000, "timer-name", function(){
// タイマーのストップ
$(document).stopTime("timer-name");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment