Skip to content

Instantly share code, notes, and snippets.

@Rafailong
Created January 29, 2014 18:24
Show Gist options
  • Save Rafailong/8693880 to your computer and use it in GitHub Desktop.
Save Rafailong/8693880 to your computer and use it in GitHub Desktop.
Partial page refresh
setInterval(function() {
$("#refresh").load(location.href+" #refresh>*","");
}, 10000); // milliseconds to wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment