Skip to content

Instantly share code, notes, and snippets.

@JLevstein
Created August 31, 2013 23:08
Show Gist options
  • Save JLevstein/6401223 to your computer and use it in GitHub Desktop.
Save JLevstein/6401223 to your computer and use it in GitHub Desktop.
jQuery - Reload part of page
setInterval(function() {   $(“#block”).load(location.href+”#block>*”,””);  }, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment