I'm trying to do the following:
- I have 6 div. Inside each div is another div with display:none.
I want to do in jQuery when i click on each div all 6 div change to display:none and the div inside the div clicked to show in the screen.
Check this fiddle http://jsfiddle.net/Weinz/xaMfk/2/
The only thing that happen it's all goes display:none
What can i do? I try also with show and hide and doesn't work
Thank you in advance