Skip to content

Instantly share code, notes, and snippets.

@bjhaid
Created July 18, 2011 13:29
Show Gist options
  • Save bjhaid/1089509 to your computer and use it in GitHub Desktop.
Save bjhaid/1089509 to your computer and use it in GitHub Desktop.
3 $(function() {
4 setTimeout(updateComments, 100000);
5 });
6
7 function updateComments () {
8 $.getScript("/show.js");
9 setTimeout(updateComments, 100000);
10 }
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment