I know in PHP you can have like a bunch of different images that when you leave the page and come back or refresh it you get a different image. Is it possible to do this in jQuery?
Sorry I don’t have a testing code, I just don’t know where to start on this
You could do something simple like this
Example: http://jsfiddle.net/LBDAw/
(Click RUN again and again to see the change, which is the same as a page reload, since this would be called onLoad)