Submit your widget
109
Yays

Beautiful jQuery Vertical Sliding Accordion

Views 36705   downloads 6858   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…

143
Yays

jQuery Accordion slide Plugin

Views 37372   downloads 6915   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 15180   downloads 2836   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 8405   downloads 1818   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…

123
Yays

lightweight Accordion

Views 21381   downloads 6339   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…

168
Yays

Image Horizontal Slide Menu with Mootools

Views 30139   downloads 6890   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 52787   downloads 11307   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…

130
Yays

accordion menu with jquery

Views 23381   downloads 4879   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…

131
Yays

Feature Complete jQuery Slide Out Info Bar

Views 22239   downloads 4069   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 27535   downloads 6229   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 30593   downloads 5729   Accordion

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

178
Yays

Simple JQuery Accordion Collapsing menu

Views 52279   downloads 12540   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 33677   downloads 5777   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 29442   downloads 8092   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…

285
Yays

Horizontal Accordion menu with jQuery

Views 28526   downloads 3916   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,…