Submit your widget
111
Yays

Accordion Menu mit Slide-Effekt im Apple-Style CSS3

Views 18572   downloads 3717   Accordion

Step 1: Definieren der HTML-Struktur Das HTML-Grundgerüst dieses Accordion-Menüs behinhaltet drei fiktive Menüpunkte ( Brand, Promotion, Event ) verwendet, die interessierten CSS-Anwendern…

123
Yays

jQuery accordion Plugin

Views 13230   downloads 2678   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…

98
Yays

accordion effect using CSS3

Views 11489   downloads 2237   Accordion

The xhtml <dl> <dt><a href="#Section1">Section 1</a></dt> <dd id="Section1"> <p> Lorem ipsum dolor sit amet... </p> </dd> <dt><a href="#Section2">Section…

155
Yays

Kwicks accordion menu for jQuery

Views 26753   downloads 5239   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;…

99
Yays

Cross Browser Pure CSS3 Horizontal Accordion

Views 23211   downloads 3189   Accordion

You can add other CSS3 features like gradients, font-face, etc to enhance it further. Our accordion will degrade to an unordered list in IE6 (which will be completely untouched by our CSS). You can use…

143
Yays

multiple Javascript Accordions tabs

Views 20060   downloads 5783   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…

114
Yays

Accordion Script With Multi-Level Support

Views 14199   downloads 3157   Accordion

This  accordion script is powerful and lightweight at only 1.2kb. It now includes multi-level support, the option to allow multiple panels to expand concurrently, and a hide/show all toggle. To initialize…

184
Yays

Elegant Accordion with jQuery and CSS3

Views 35174   downloads 6966   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  …

91
Yays

jQuery accordion menu

Views 7252   downloads 1291   Accordion

Through the creation of a jQuery accordion menu. There is a little twist to this: the menu contains content. Instead of it being links to multiple pages, it is a choice of what content should appear.…

170
Yays

jQuery UI Accordion

Views 16683   downloads 4696   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…

89
Yays

Fast and Simple Toggle View Content with jQuery

Views 10771   downloads 2984   Accordion

This script is fairly straight forward. What it does is using the UL list and allow user to toggle to display the content of LI items. This is a really useful user interface feature that it helps designers…

109
Yays

Intelligent Accordion Effect(jQuery )

Views 10878   downloads 2335   Accordion

We’ve all seen the “accordion” type effect used on many Web 2.0 sites; however, many accordion scripts are heavy, make poor use of the libraries they are based on, and don’t handle…

151
Yays

jQuery-Horizontal Accordion

Views 22788   downloads 4902   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

Horizontal Accordion using the Tabs

Views 24991   downloads 3897   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 .. <!--…

131
Yays

Customizing the Accordion effect

Views 18179   downloads 3423   Accordion

Adding a custom effect If you want to make custom effects, you'll use the $.tools.tabs.addEffect() method. The first argument is the effect name and the second argument is the function that performs the…