Skip to content

Instantly share code, notes, and snippets.

@gregnewman
Created June 4, 2009 09:09
Show Gist options
  • Save gregnewman/123527 to your computer and use it in GitHub Desktop.
Save gregnewman/123527 to your computer and use it in GitHub Desktop.
bgImageTotal=5;
randomNumber = Math.round(Math.random()*(bgImageTotal-1))+1;
imgPath=('/static/images/headers/'+randomNumber+'.png');
$('.header').css('background-image', ('url("'+imgPath+'")'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment