I'm not a programmer, I am primarily a designer, so I've got some difficulties in developing certain things.
I've got a doubt on how to use deep link and asual jquery (or other plugin more suitable) in the following scenario.
The nav structure is more or like:
<ul>
<li><a href="/pt/empresa/historia" title="História">História</a></li>
<li><a href="/pt/empresa/historia/missao" title="Missão">Missão</a></li>
<li><a href="/pt/empresa/historia/universo" title="Universo">Universo</a></li>
<li><a href="/pt/empresa/historia/numeros" title="números">números</a></li>
</ul>
and the div
<div id="content-mask">
<div id="content-container">
</div>
</div>
I want to load into content-container the content of the content-container in the page of the clicked link.