Submit your widget
109
Yays

horizontal accordion plugin for jQuery

Views 8204   downloads 1735   Accordion

It is very simple, with a few parameters: speed set the velocity of the animation, headerclass set another classname for header divs (by default "header"), contentclass set another classname for content…

188
Yays

Super simple Multi-level accordion jQuery plugin

Views 52383   downloads 11199   Accordion

This Jquery plugin makes creating accordions pain free. Just create an ul list and call the accordion javascript method and it is all done! Also it is super lightweight, just around 0.5kb. This Accordion…

129
Yays

accordion menu with jquery

Views 23109   downloads 4778   Accordion

In this post, you’ll see two examples of accordion. First menu’s visibility get’s toggled on clicking on the header while the another menu’s visibility get’s toogled when…

130
Yays

Feature Complete jQuery Slide Out Info Bar

Views 21967   downloads 3970   Menu & Navigation

The bar used jQuery to hide itself until someone click a small question mark on the top left of the page. The box contains several drop down boxes which house info such as FAQs, Contact form, about us…

213
Yays

jQuery plugin: Easy Accordion

Views 27298   downloads 6121   Accordion

Easy Accordion plugin will get your definition lists (DTs) and generate a nice and smooth horizontal accordion. You can then decide to make it a timed slideshow or leave it still. As usual, all of that…

163
Yays

Hover Accordion jQuery

Views 33309   downloads 5677   Accordion

A jQuery Plugin for no-click two-level menus (or whatever else you want to do with it) Introduction This is yet another accordion script, except you don't have to click to open one item, you just move…

233
Yays

Simple Accordion CSS3 and jQuery

Views 29223   downloads 8012   Accordion

Foundation – HTML Our markup is pretty simple, an <h2> and <div class="acc_container"> following right after. The <h2> is the heading of our accordion item. We will be using this…

283
Yays

Horizontal Accordion menu with jQuery

Views 28312   downloads 3833   Accordion

Up until now I have always used Scriptaculous / Prototype for any JavaScript animation and effects, but lately I’ve heard a lot of good things about jQuery. So, I thought I would give it a try,…

114
Yays

jQuery Fade Menu plugin

Views 14115   downloads 2722   Menu & Navigation

The Fade Menu plugin allows users to easily turn a definition list with nested unordered lists into an accordion menu which uses fades between transitions. Options It is possible to pass the following…

126
Yays

jQuery accordion Plugin

Views 13336   downloads 2701   Menu & Navigation

This plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display at…

112
Yays

Cool navigation menu made with JQuery

Views 7617   downloads 1718   Menu & Navigation

HTML <div id='menu_holder'> <ul> <li id='first_li' class='selected'>Link1</li> <li id='second_li'>Link2</li> <li id='third_li'>Link3</li> <div class='clear'></div>…

157
Yays

Kwicks accordion menu for jQuery

Views 26886   downloads 5265   Menu & Navigation

Default CSS Note that all of the examples on this page are using this as their default stylesheet /* defaults for all examples */ .kwicks { list-style: none; position: relative; margin: 0; padding: 0;…

174
Yays

Simple JQuery Accordion Collapsing menu

Views 51937   downloads 12429   Menu & Navigation

This is a simple Accordion collapsing menu done in JQuery. Links with subitems under them will expand the submenu when clicked. Items that don't have subitems are normal links.. The menu initialises with…

151
Yays

jQuery-Horizontal Accordion

Views 22871   downloads 4925   Accordion

This jQuery plugin allows you to easily transform any unordered list into a horizontal menu. Currrent functionality: No dependencies Optional use of easing plugin Close and open content one after the…

184
Yays

Elegant Accordion with jQuery and CSS3

Views 35310   downloads 6993   Accordion

We will create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks. The Markup  …