I want to have 5 lists such than when any of them is clicked, it turns to green and turn the other lists to black if any of them is green.
Here\'s m
You can do this with CSS too! Like this. Behavior - On clicking it will show green, then it will turn back to black.
li:active{ color:green; }
one two three four five