I have a demo in JS Bin.
What I would like to do is quite simple, I would like to be able to click to one li and give it a class of active and have the the child div fade in. All this would happen in reverse for the previous active li at the same time too if possible.
Also as the title states, I would like to change the active li to be random each time a user views the page, is this possible?
B
This is a really simple example but should give you the desired result:-
Here’s a fiddle