Skip to content

Instantly share code, notes, and snippets.

@cbmeeks
Created January 9, 2013 17:04
Show Gist options
  • Save cbmeeks/4494826 to your computer and use it in GitHub Desktop.
Save cbmeeks/4494826 to your computer and use it in GitHub Desktop.
var cacheBuster = function() {
return Date.now().toString() + Math.random().toString(36).substring(2,7);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment