i like to toggle .toggle-item-(number here) with .link(number here). At the beginning all .toggle-items are closed. Only one toggle item should be shown at the same time. Every time a new toggle item opens an other open toggle item should close.
Link with code is here: http://jsfiddle.net/rAUqb/
Why does the jQuery code not work?
Updated Marc’s code so it closes the others when clicking.