Submit your widget
63
Yays

Vertical Accordion effect with jQuery

about a year ago   Views 45881   downloads 9155   Accordion

HTML Basic HTML for the accordion is as follows: <ul class="accordion"> <li> <h3>Handle 1</h3> <div class="panel"> … </div> </li> <li>…

106
Yays

multi level slide accordion menu with jQuery

about a year ago   Views 41797   downloads 8300   Accordion

jQuery accordion menus are menus that act like a musical accordion, with regards to their ability to expand and contract based on user interactions. This helps display additional information for the active…

78
Yays

Horizontal & Vertical Common Accordion with jQuery

about a year ago   Views 21195   downloads 4602   Accordion

Here I come with a new jQuery Accordion component. I know lots of accordions are available on the net. But I could not find the one, I was looking for. Well... Whatz the difference then? What was I looking…

93
Yays

Easy jQuery drop down menus

2 years ago   Views 12432   downloads 2019   Menu & Navigation

The examples below have styling and effects to make them look nice, but first I will show you the minimum you need to get your menus running. First off, you need a set of nested lists and link to create…

105
Yays

accordion menu with jquery

2 years ago   Views 13922   downloads 2493   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…

104
Yays

Feature Complete jQuery Slide Out Info Bar

2 years ago   Views 15766   downloads 2471   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…

192
Yays

jQuery plugin: Easy Accordion

2 years ago   Views 19967   downloads 3790   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…

137
Yays

Hover Accordion jQuery

2 years ago   Views 22271   downloads 3516   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…

93
Yays

jQuery Fade Menu plugin

2 years ago   Views 9366   downloads 1417   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…

106
Yays

jQuery accordion Plugin

2 years ago   Views 8739   downloads 1299   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…

91
Yays

Cool navigation menu made with JQuery

2 years ago   Views 4816   downloads 581   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>…

133
Yays

Kwicks accordion menu for jQuery

2 years ago   Views 18150   downloads 2945   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;…

146
Yays

Simple JQuery Accordion Collapsing menu

2 years ago   Views 32869   downloads 7238   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…

204
Yays

jQuery Colorful Content Accordion menu

2 years ago   Views 18475   downloads 3221   Menu & Navigation

We are making a simple, yet eye-catching accordion with the help of CSS, jQuery and the easing plug-in for some fancy effects.   Step 1 – XHTML   As you can see from the demo, the accordion…