Skip to content

Instantly share code, notes, and snippets.

@tlwalker
Created October 24, 2011 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlwalker/1308292 to your computer and use it in GitHub Desktop.
Save tlwalker/1308292 to your computer and use it in GitHub Desktop.
(function getData(){
setTimeout(function(){
$.get('http://javascriptquiz.com/api/q14', function(response) {
//logic is not important to the demo
});
getData();
}, 30000);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment