Skip to content

Instantly share code, notes, and snippets.

@ternel
Created February 3, 2011 22:15
Show Gist options
  • Save ternel/810338 to your computer and use it in GitHub Desktop.
Save ternel/810338 to your computer and use it in GitHub Desktop.
setInterval(function()
{
$.ajax({
url: 'ajax/test.php',
success: function(data) {
// New data ?
}
});
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment