Posts by Paulo Víctor • 16 points
1 post
-
0
votes2
answers477
viewsA: Change background with js
Basis of how you want adapting the code of Leandro: $("#azul").click(function() { $("body").css({ "background": "url(azul.png)"; }); $("#cinza").click(function() { $("body").css({ "background":…