Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created October 24, 2011 00:40
Show Gist options
  • Select an option

  • Save aaronpowell/1308134 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/1308134 to your computer and use it in GitHub Desktop.
Q14 - The interval dance
setInterval(function() {
$.get('http://javascriptquiz.com/api/q14', function(response) {
//logic is not important to the demo
});
}, 30000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment