I am trying to change the fade in a different background-color of my  tag through console. I am using the command $('body').animate({backgroundColor: "#fff"}, 'slow'); that I got from this thread but all it does it returns the jQuery object which represents body. I do have jQuery included.
How can I transition to another background color through console?

 
     
     
    