Submit your widget
283
Yays

Horizontal Accordion menu with jQuery

Views 28147   downloads 3790   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,…

233
Yays

Simple Accordion CSS3 and jQuery

Views 29065   downloads 7965   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…

214
Yays

Making Accordions with the Tabs(jquery)

Views 30368   downloads 5714   Accordion

HTML coding Our HTML layout is a bit different than in tabs. The accordion headers are positioned in front of the panes and everything is contained as a flat list inside a single root DIV element with…

212
Yays

jQuery plugin: Easy Accordion

Views 27155   downloads 6077   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…

187
Yays

Super simple Multi-level accordion jQuery plugin

Views 52149   downloads 11142   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…

184
Yays

Elegant Accordion with jQuery and CSS3

Views 35097   downloads 6946   Accordion

We will create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks. The Markup  …

174
Yays

Simple JQuery Accordion Collapsing menu

Views 51727   downloads 12370   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…

170
Yays

jQuery UI Accordion

Views 16645   downloads 4659   Accordion

  Make the selected elements Accordion widgets. Semantic requirements: The markup of your accordion container needs pairs of headers and content panels: <div id="accordion"> <h3><a…

163
Yays

Image Horizontal Slide Menu with Mootools

Views 29693   downloads 6730   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…

163
Yays

Hover Accordion jQuery

Views 33030   downloads 5632   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…

162
Yays

The Mootool Beautiful accordion effect

Views 30151   downloads 5584   Accordion

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

155
Yays

Kwicks accordion menu for jQuery

Views 26700   downloads 5219   Menu & Navigation

Default CSS Note that all of the examples on this page are using this as their default stylesheet /* defaults for all examples */ .kwicks { list-style: none; position: relative; margin: 0; padding: 0;…

151
Yays

jQuery-Horizontal Accordion

Views 22740   downloads 4883   Accordion

This jQuery plugin allows you to easily transform any unordered list into a horizontal menu. Currrent functionality: No dependencies Optional use of easing plugin Close and open content one after the…

143
Yays

multiple Javascript Accordions tabs

Views 20022   downloads 5764   Tabs

Javascript accordians have been used a lot in todays web design world. There are a lot of scripts we have seen and sure you too would have seen them. This is a great technique for integrating accordion-style…

142
Yays

Horizontal Accordion using the Tabs

Views 24892   downloads 3874   Accordion

HTML Coding Our HTML setup is similar to the basic accordion setup except that the "headers" are now images: <!-- accordion root --> <!-- 1st header and pane --> .. pane content .. <!--…