Can I make this: http://jqueryui.com/demos/switchClass/default.html without jQuery UI?
Basically I have a simple site which the body has a class named: '.bgone'
.
.bgone
has background color: #ccc and I want to toggle the .bgtwo
of which backgroundcolor is #999 with the fade effect.
Is it possible with only jQuery?
Thanks