[jQuery] ul list which make appear 2 elements in the same time

2007-09-27 Thread mockmock
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 lia href=#show content1/a/li lia href=#show content2/a/li lia href=#show content3/a/li /ul div class=content1blabla/div div class=content1blibli/div div

[jQuery] Re: idTabs Plugin working with class and not id

2007-09-27 Thread mockmock
Hi! Thanks for your reply! I understand your trick. But it doesn't seem to work and I don't know why. I tried to do a document.write('.'+id.substr(1)) and it returns me the right class. But all my img class=myclass and p class=myclass remain visible and nothing happens after a click. Here's