Hi all,

I'd like to have an "ul list", containing "li links" which make appear
two elements in the same time.

Something like this:
<ul>
<li><a href="#">show content1</a></li>
<li><a href="#">show content2</a></li>
<li><a href="#">show content3</a></li>
</ul>

<div class="content1">blabla</div>
<div class="content1">blibli</div>

<div class="content2">blabla</div>
<div class="content2">blibli</div>

So for example, by clicking on "show content 2", the two div's with
the "content2" class appears.

I've already tried the idTabs plugin, but it works with the id of the
element.

Can someone help me? Thanks a lot in advance!

Reply via email to