Submit your widget
30
Yays

jQuery Collapsible Content accordion plugin

6 months ago   Views 13218   downloads 2688   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"…

29
Yays

JQuery Slide accordion Toggle

10 months ago   Views 20183   downloads 3040   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…

13
Yays

jQuery Useful Accordion Plugin

about a year ago   Views 2981   downloads 623   Accordion

Akordeon is a stylish jQuery plugin for adding efficient accordion style menu to a web page. The idea behind Akordeon is to provide a lightweight and customizable interface for collapsible panels…

72
Yays

Slidorion-auto play accordion image slider effect

about a year ago   Views 23076   downloads 4262   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…

62
Yays

Vertical Accordion effect with jQuery

about a year ago   Views 45692   downloads 9125   Accordion

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

105
Yays

multi level slide accordion menu with jQuery

about a year ago   Views 41595   downloads 8259   Accordion

jQuery accordion menus are menus that act like a musical accordion, with regards to their ability to expand and contract based on user interactions. This helps display additional information for the active…

67
Yays

mini accordion and news scroll ticker with jQuery

about a year ago   Views 15887   downloads 2956   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…

77
Yays

Horizontal & Vertical Common Accordion with jQuery

about a year ago   Views 21121   downloads 4586   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…

78
Yays

Nice horizontal accordion with jQuery plugin

about a year ago   Views 17005   downloads 4215   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…

68
Yays

Popular JQuery Sliding Stack Images

about a year ago   Views 18063   downloads 3435   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…

80
Yays

Beautiful jQuery Vertical Sliding Accordion

about a year ago   Views 26984   downloads 4380   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…

112
Yays

jQuery Accordion slide Plugin

2 years ago   Views 23593   downloads 4188   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…

92
Yays

Easy jQuery drop down menus

2 years ago   Views 12410   downloads 2012   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…

92
Yays

horizontal accordion plugin for jQuery

2 years ago   Views 5418   downloads 698   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…

156
Yays

Super simple Multi-level accordion jQuery plugin

2 years ago   Views 36067   downloads 7178   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…