Anyone know a simple method to swap the background color of a webpage using JavaScript?
I wouldn't really class this as "AJAX". Anyway, something like following should do the trick:
document.body.style.backgroundColor = 'pink';