[jQuery] Traversing to next class?

2010-02-02 Thread Photonic
I am trying to toggle content based on toggling links. Here is the code: DESCRIPTION SPECIFICATIONS Test 1 Test 2 Now when I click the link for Specifications, I want it to show the next specifications text and hide the description text. Same thing with Descriptions, only in reverse. Here is

[jQuery] Re: Binding multiple markups to multiple markups?

2009-11-24 Thread Photonic
uot;.video").toggle("slow,"); }); }); That's it, that does it all. Finally I got it. On Nov 24, 9:24 pm, Photonic wrote: > I have pretty much given up... I don't think it is possible. So > instead I was going to use individual names... but that

[jQuery] Re: Binding multiple markups to multiple markups?

2009-11-24 Thread Photonic
nd, if X changes value, so do they. That is bad because they all end up #videoLastNumberOfArrayLength... any way to parse it into a string that won't change...? On Nov 24, 6:04 pm, Photonic wrote: > I am new to jQuery, and I attempted to search this forum, as well as > go through most

[jQuery] Binding multiple markups to multiple markups?

2009-11-24 Thread Photonic
I am new to jQuery, and I attempted to search this forum, as well as go through most of the tutorials. I could not find out if this was possible. I am attempting to create a list of links that, when clicked, will show a div section below them. Now, I can do that individually. However, I would like