Submit your widget
110
Yays

Beautiful jQuery Vertical Sliding Accordion

Views 36927   downloads 6923   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…

145
Yays

jQuery Accordion slide Plugin

Views 37593   downloads 6995   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…

131
Yays

Simple Pure CSS3 accordion

Views 15324   downloads 2905   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…

111
Yays

horizontal accordion plugin for jQuery

Views 8548   downloads 1873   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…

124
Yays

lightweight Accordion

Views 21548   downloads 6399   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…

170
Yays

Image Horizontal Slide Menu with Mootools

Views 30414   downloads 6968   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…

192
Yays

Super simple Multi-level accordion jQuery plugin

Views 53051   downloads 11371   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…

134
Yays

accordion menu with jquery

Views 23561   downloads 4944   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…

132
Yays

Feature Complete jQuery Slide Out Info Bar

Views 22438   downloads 4135   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…

222
Yays

jQuery plugin: Easy Accordion

Views 27704   downloads 6309   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…

169
Yays

The Mootool Beautiful accordion effect

Views 30770   downloads 5810   Accordion

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

178
Yays

Simple JQuery Accordion Collapsing menu

Views 52509   downloads 12614   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…

165
Yays

Hover Accordion jQuery

Views 33932   downloads 5845   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…

236
Yays

Simple Accordion CSS3 and jQuery

Views 29622   downloads 8158   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…

287
Yays

Horizontal Accordion menu with jQuery

Views 28744   downloads 3977   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,…