Answer the question
In order to leave comments, you need to log in
How to update website background?
Hello everybody!
There are several (3) images in the background folder.
How can I make the background change when the page is refreshed?
Answer the question
In order to leave comments, you need to log in
var path = '/bg/';
var rand = Math.round(Math.random() * 3);
$('body').css('backgroundImage', path + rand + ".jpg");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question