Submit your widget
108
Yays

Beautiful jQuery Vertical Sliding Accordion

Views 36186   downloads 6722   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 36876   downloads 6800   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 14884   downloads 2734   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 8131   downloads 1716   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 21036   downloads 6223   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 29739   downloads 6757   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 52212   downloads 11164   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 22991   downloads 4757   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 21854   downloads 3938   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 27198   downloads 6094   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 30196   downloads 5602   Accordion

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

174
Yays

Simple JQuery Accordion Collapsing menu

Views 51791   downloads 12391   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 33106   downloads 5651   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 29108   downloads 7984   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 28194   downloads 3809   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,…