Custom Commands for Nested Accordions via jQuery Tools Tabs Accordion -


i'm sure because i've spent far long in front of lcds today, , patience (and search results) aren't doing @ point i'm not clinking thearly.

i'm hoping able link documentation, or solution requests following jquery tools tab accordion located, implemented , satisfied with.

the original article link

example code:

http://jsfiddle.net/xanetia/8kz4m/

so, have multi-level nested accordion functioning example running using package provided. therefore, works example styling.

what able implement 1 of following functions:

  1. add "collapse all" link - i'm not against allowing user able open multiple parent panes @ same time, provide easy way close of levels. basically, "reset" without reloading page.

  2. auto close expanded panes when parent tab opened - allow 1 parent pane open @ time, , limit potential excessive amount of open accordions within accordions within accordions, , on.

i appreciate assistance ahead of time. brain fried after converting , compiling massive amounts of data sets populate these accordions, , link original jquery tool information page listed in article no longer available. assume version out-of-date.

therefore, allow optional replies directing me updated version of simliar tool. not matter level of accordion structured same:

<div class="accordion">    <h2>level 1 clickable title</h2>       <div class="pane">          accordion content             <div class="accordion">                <h2>level 2 clickable title</h2>                   <div class="pane">                      nested content                   </div>             </div>       </div> </div> 

again, in advance feedback!

my initial thought should using accordion widget.

jqueryui.com/accordion/

shouldn't difficult substitute in, although haven't used crazy-nested accordions. maybe else can verify you.

good luck!


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -