# html <form> <button id="btnBg">cambia sfondo</button> </form>
# script $("#btnBg").click(function(){ $("body").css("background","red"); });