[jQuery] Manipulating elements with a click

2008-01-05 Thread Yasmary Mora
Hi, I'm not really sure how to do traversing and such, or even if that's what I need to do. I have these 3 tabs (in list format). I need to make it so that when clicking on one of them, it changes the style of the element that contains the link. Here's the code for the tabs: First T

[jQuery] Accessing dynamically created divs

2007-10-11 Thread Yasmary Mora
Hello! Got a question that I havn't been able to answer. This is my last resort. :) So, I have a list of dynamically created divs, with a link next to them to show or hide text inside of it. I know how to do it when its only a single box, but I dont know how to do it with a dynamic list. The wh