Submit your widget
165
Yays

Super simple Multi-level accordion jQuery plugin

2 years ago   Views 38674   downloads 7836   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…

108
Yays

accordion menu with jquery

2 years ago   Views 14998   downloads 2722   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…

105
Yays

Feature Complete jQuery Slide Out Info Bar

2 years ago   Views 16645   downloads 2633   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…

194
Yays

jQuery plugin: Easy Accordion

2 years ago   Views 21120   downloads 4081   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…

139
Yays

Hover Accordion jQuery

2 years ago   Views 23779   downloads 3805   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…

221
Yays

Simple Accordion CSS3 and jQuery

2 years ago   Views 21115   downloads 5291   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…

269
Yays

Horizontal Accordion menu with jQuery

2 years ago   Views 19940   downloads 2281   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,…

93
Yays

jQuery Fade Menu plugin

2 years ago   Views 9960   downloads 1501   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 9267   downloads 1405   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 5116   downloads 610   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 19576   downloads 3181   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;…

151
Yays

Simple JQuery Accordion Collapsing menu

2 years ago   Views 36029   downloads 8022   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…

142
Yays

jQuery-Horizontal Accordion

2 years ago   Views 16590   downloads 3103   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…

162
Yays

Elegant Accordion with jQuery and CSS3

2 years ago   Views 26451   downloads 4803   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  …

205
Yays

jQuery Colorful Content Accordion menu

2 years ago   Views 19536   downloads 3440   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…