I am currently enrolled in a web development course and am eager to explore beyond the limitations of the class. I successfully created a jQuery slide show in one div, and now I want to showcase additional features in two other divs, stack them together in a single div, and access them through a series of toggles. Are there any methods or approaches that you can recommend?
When I say stacked, I mean three divs, one on top of the other. One of these divs contains a jQuery slider. I would like a toggle to display one div while hiding the other two. I will try to share the code once I am back home from work.