Submit your widget
128
Yays

accordion menu with jquery

Views 22949   downloads 4747   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…

123
Yays

jQuery accordion Plugin

Views 13186   downloads 2667   Menu & Navigation

This plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display at…

114
Yays

Easy jQuery drop down menus

Views 16891   downloads 3079   Menu & Navigation

The examples below have styling and effects to make them look nice, but first I will show you the minimum you need to get your menus running. First off, you need a set of nested lists and link to create…

112
Yays

jQuery Fade Menu plugin

Views 13980   downloads 2682   Menu & Navigation

The Fade Menu plugin allows users to easily turn a definition list with nested unordered lists into an accordion menu which uses fades between transitions. Options It is possible to pass the following…

110
Yays

Cool navigation menu made with JQuery

Views 7498   downloads 1685   Menu & Navigation

HTML <div id='menu_holder'> <ul> <li id='first_li' class='selected'>Link1</li> <li id='second_li'>Link2</li> <li id='third_li'>Link3</li> <div class='clear'></div>…

108
Yays

horizontal accordion plugin for jQuery

Views 8106   downloads 1704   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…

108
Yays

Beautiful jQuery Vertical Sliding Accordion

Views 36124   downloads 6710   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…

104
Yays

Nice horizontal accordion with jQuery plugin

Views 25049   downloads 6620   Accordion

The plugin works correctly in ie8 & ie9, it does not work in ie9 switched to ie8 standards mode, or ie9 compatibility view. If you’re using ie9 as ie8 to debug, the tabs will only be clickable…

104
Yays

Horizontal & Vertical Common Accordion with jQuery

Views 33022   downloads 7986   Accordion

Here I come with a new jQuery Accordion component. I know lots of accordions are available on the net. But I could not find the one, I was looking for. Well... Whatz the difference then? What was I looking…

97
Yays

Slidorion-auto play accordion image slider effect

Views 32266   downloads 6741   Accordion

A combination of an image slider and an accordion, the slidorion displays beautiful images along with a variable length description. With images linked to each tab, and accompanied by a large array of…

94
Yays

Popular JQuery Sliding Stack Images

Views 26017   downloads 5672   Accordion

A sliding door effect can be used what the site offer. All the images must have the same size, in both width and height, the hovered images will shows entirely, and the others will mostly hidden. HTML…

90
Yays

mini accordion and news scroll ticker with jQuery

Views 22617   downloads 4976   Accordion

This widget-esq script is at once both a news ticker and a mini accordion. It takes a config file of data (headlines, image SRCs, URLs etc) and paginates your headlines into folds. It will optionally…

87
Yays

Vertical Accordion effect with jQuery

Views 68985   downloads 15398   Accordion

HTML Basic HTML for the accordion is as follows: <ul class="accordion"> <li> <h3>Handle 1</h3> <div class="panel"> … </div> </li> <li>…

57
Yays

jQuery Collapsible Content accordion plugin

Views 24353   downloads 5616   Accordion

Collapsible Content with JavaScript This plugin provides you an accessible and lightweight solution to a widely adopted interface pattern known as progressive disclosure Basic Usage <div id="demo"…

48
Yays

JQuery Slide accordion Toggle

Views 33227   downloads 5868   Accordion

we'll share a very common and easy jquery tutorial with you. A JQuery Slide Toggle function .slideToggle() function is used to hide or show matched elements in a sliding effect. So the basic syntax…