how to change background from js code example
Example 1: change background with js
document.body.style.background;
Example 2: change background with js
document.body.style.backgroundAttachment = "fixed";
document.body.style.background;
document.body.style.backgroundAttachment = "fixed";