Submit your widget
142
Yays

Horizontal Accordion using the Tabs

Views 24913   downloads 3880   Accordion

HTML Coding Our HTML setup is similar to the basic accordion setup except that the "headers" are now images: <!-- accordion root --> <!-- 1st header and pane --> .. pane content .. <!--…

130
Yays

Customizing the Accordion effect

Views 18123   downloads 3403   Accordion

Adding a custom effect If you want to make custom effects, you'll use the $.tools.tabs.addEffect() method. The first argument is the effect name and the second argument is the function that performs the…

214
Yays

Making Accordions with the Tabs(jquery)

Views 30382   downloads 5720   Accordion

HTML coding Our HTML layout is a bit different than in tabs. The accordion headers are positioned in front of the panes and everything is contained as a flat list inside a single root DIV element with…

172
Yays

Using mouseover to switch tabs

Views 21746   downloads 4461   Tabs

Download