Greetings, I'm trying to think of a way to use an accordion widget (which I'm currently using, h3 is the trigger) that when an h3 is selected another div appears, then when a different h3 is selected, a new div出现,另一个消失,依此类推。
so I have a three column layout, left column is my accordion widget, when the h3 is selected a middle div will appear (animation doesn't matter) and a floating right column within that div to give the appearance of a three column layout which右列将用于显示/隐藏该中间 div 中的内容。还在我身边???
Keep in mind that the first h3 is open by default, so there would be a related middle column open as well and floating right column as well within but will disappear when another h3 is selected and so on.
我的 jquery/javascript 充其量是最小的,我想不出任何方向。
我使用切换开关吗?显示隐藏?任何想法将不胜感激!
所以我想我想要做的是在用户单击链接而不是显示项目/内容的洗衣清单时,从 div 中的链接中填充内容以显示/隐藏、切换或其他内容。