Skip to content

Instantly share code, notes, and snippets.

@nrrrdcore
Created April 28, 2014 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrrrdcore/04bafc33761dfa6c46f4 to your computer and use it in GitHub Desktop.
Save nrrrdcore/04bafc33761dfa6c46f4 to your computer and use it in GitHub Desktop.
script language="javascript"
// random number between 1 and 3
document.getElementById("imgRand").src = "images/hero/"+imageCounter+".jpg";
script language="javascript"
if(localStorage['imageCounter'])
localStorage['imageCounter']++
else
localStorage.setItem('imageCounter', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment