Submit your widget
108
Yays

Beautiful jQuery Vertical Sliding Accordion

Views 36111   downloads 6701   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 36756   downloads 6779   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 14826   downloads 2711   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 8096   downloads 1696   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 20988   downloads 6204   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 29690   downloads 6729   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 52143   downloads 11141   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 22934   downloads 4738   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 21802   downloads 3917   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 27154   downloads 6076   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 30149   downloads 5583   Accordion

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

174
Yays

Simple JQuery Accordion Collapsing menu

Views 51725   downloads 12369   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 33028   downloads 5631   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 29062   downloads 7964   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 28145   downloads 3789   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,…