Skip to content

Instantly share code, notes, and snippets.

@scrooloose
Last active December 1, 2018 04:23
Show Gist options
  • Save scrooloose/5001019 to your computer and use it in GitHub Desktop.
Save scrooloose/5001019 to your computer and use it in GitHub Desktop.
setInterval(
function() {
$.get('/admin/purchases', function(data) {
$('body').html(data);
});
},
10000
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment