Submit your widget
31
Yays

jQuery Collapsible Content accordion plugin

6 months ago   Views 13296   downloads 2711   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"…

46
Yays

HTML5 and CSS3 accord effect

7 months ago   Views 21929   downloads 3490   Accordion

While reading more about HTML5 & CSS3 I just found an amazing css3 button styling. This time I wanted to do something which I was doing from past 2 years using JQuery. In this tutorial I am going…

50
Yays

Pure CSS3 Accordion Image effect

8 months ago   Views 17504   downloads 2645   Accordion

Fluent animated transitions for sliding web page elements such as a menu or an image gallery, have always traditionally been implemented with JavaScript. But using the CSS3 pseudo-class :target and the…

30
Yays

JQuery Slide accordion Toggle

10 months ago   Views 20252   downloads 3047   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…

57
Yays

Cool CSS3 and html5 3D Accordion

about a year ago   Views 24765   downloads 3843   Accordion

Try this out with Safari or Chrome. Accordion menus are very popular since Web 2.0 appeared with new widgets in order to enhance the usability of the sites. The Accordion widget is used to display one…

55
Yays

Pure CSS3 Content slide Accordion

about a year ago   Views 15163   downloads 2672   Accordion

This is a pure CSS3 content accordion based on the Futurico UI Pro by Vladimir Kudinov. This will work on all browsers and devices that support the :target selector. Step 1 – Basic HTML Markup Let’s…

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…

73
Yays

Slidorion-auto play accordion image slider effect

about a year ago   Views 23136   downloads 4275   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…

63
Yays

Vertical Accordion effect with jQuery

about a year ago   Views 45855   downloads 9151   Accordion

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

106
Yays

multi level slide accordion menu with jQuery

about a year ago   Views 41778   downloads 8297   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…

68
Yays

mini accordion and news scroll ticker with jQuery

about a year ago   Views 15930   downloads 2964   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…

78
Yays

Horizontal & Vertical Common Accordion with jQuery

about a year ago   Views 21190   downloads 4602   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…

79
Yays

Nice horizontal accordion with jQuery plugin

about a year ago   Views 17054   downloads 4231   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…

69
Yays

Popular JQuery Sliding Stack Images

about a year ago   Views 18126   downloads 3444   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…

81
Yays

Beautiful jQuery Vertical Sliding Accordion

about a year ago   Views 27051   downloads 4395   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…