I have a page like this on the left side a submenu like this :
<div id="submenu1">Menu 1</div>
<div class="submenu2">Menu 2</div>
on the right I have the content window associated to each of those menu like this
<div id="menuwindo1">Window associated with menu 1</div>
<div id="menuwindo2">Window associated with menu 2</div>
Ma goal is to make that when we click on the Menu 1 div (on the left) it makes the related window appear and when we click on an other menu div it makes tis window appear while making the other disappear.
I honnestly don't know how to do it... some suggestions?
I tried to find it on other post but either the other questions were too specific or the answer given didn't work.