Hi,<div><br></div><div>I have a little problčme with the jQTabs, I tried the example code with the berries but the problem is that the content of the previous tab doesn&#39;t disapear when I click on a new one.</div><div>So at the end, the content of all my tabs are displayed on the webpage...</div>

<div><br></div><div>here is the code (which is exactly the same than the one in the example):</div><div><br></div><div><div>canvas div</div><div>      script: (canvas jQuery new tabs</div><div>         selected: selectedTab;</div>

<div>         onSelect: (canvas jQuery ajax </div><div>            callbackTabs: [ :event | selectedTab := event at: #index.]));</div><div>      with: [</div><div>         canvas unorderedList: [</div><div>            self berries keysAndValuesDo: [ :name :description |</div>

<div>               canvas listItem: [</div><div>                  canvas anchor</div><div>                     url: (canvas jQuery ajax</div><div>                        html: [ :h | h text: description];</div><div>                        fullUrl);</div>

<div>                     with: name ] ] ] ].</div></div><div><br></div><div>Also, where can I find the css corresponding to the example? I have looked in the browser but without succes...</div><div><br></div><div>Thank you in advance</div>

<div><br></div><div>alex</div><div><br></div>