What happens if the content/div that needs to be toggled is not directly next to the "toggler" (i.e. not accordian like).
For example, say we had 6 triggers/buttons, that all triggered individual divs beneath them, all appearing in the same position after being toggled. If the first item was toggled, it would open the div beneath, but then if the fifth was toggled, the 1st div would close then the fifth would open.
Any ideas?
I started to work on an example, but I don't have access to it right now, I will post it in the next day or so.