Submit your widget
108
Yays

Beautiful jQuery Vertical Sliding Accordion

Views 36147   downloads 6713   Accordion

we want to share a slick and flexible vertical jQuery accordion with you. The main idea is to expand the accordion slices on click and show some more information. The other slices will become less opaque…

137
Yays

jQuery Accordion slide Plugin

Views 36819   downloads 6790   Accordion

It to be more like an image slider. There are some coding after the project was complete jQuery plugin. Example 1 Each slide is 600 x 270 pixels. I've set the width of the accordion to 960 and the slideWidth…

128
Yays

Simple Pure CSS3 accordion

Views 14859   downloads 2724   Accordion

An accordion using nothing but semantic HTML, CSS and some nice progressive CSS3. There are also two versions, a horizontal one and a vertical one. Horizontal accordion Let’s start with the markup…

108
Yays

horizontal accordion plugin for jQuery

Views 8113   downloads 1711   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…

118
Yays

lightweight Accordion

Views 21015   downloads 6213   Accordion

Include the files You need to include accordion.js but it requires prototype.js and effects.js (like I said this is for scriptaculous!). As long as you are using at least the latest stable builds you…

163
Yays

Image Horizontal Slide Menu with Mootools

Views 29724   downloads 6753   Menu & Navigation

horizontal menu, reveals more of the image as you rollover it. Features 2 optional onClick events - open & close href passed to onClick events stays open when clicked closes when clicked select item…

187
Yays

Super simple Multi-level accordion jQuery plugin

Views 52181   downloads 11154   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…

128
Yays

accordion menu with jquery

Views 22967   downloads 4749   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…

128
Yays

Feature Complete jQuery Slide Out Info Bar

Views 21835   downloads 3930   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…

212
Yays

jQuery plugin: Easy Accordion

Views 27181   downloads 6086   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…

162
Yays

The Mootool Beautiful accordion effect

Views 30181   downloads 5595   Accordion

I'm researching some others, i would like to get some ideas on this

174
Yays

Simple JQuery Accordion Collapsing menu

Views 51763   downloads 12379   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…

163
Yays

Hover Accordion jQuery

Views 33063   downloads 5643   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 29088   downloads 7976   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 28172   downloads 3801   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,…