Submit your widget
95
Yays

Sweet tabbed navigation using CSS3

2 years ago   Views 9014   downloads 1640   Tabs

This example takes on the following CSS(3) properties: rgba opacity text-shadow pseudo selectors rounded corners gradients box-shadow HTML Before we do anything fancy with CSS, we'll need a decent backbone…

138
Yays

jQuery-Horizontal Accordion

2 years ago   Views 15567   downloads 2866   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…

159
Yays

Elegant Accordion with jQuery and CSS3

2 years ago   Views 24811   downloads 4437   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  …

92
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

2 years ago   Views 9150   downloads 1129   Tabs

We are making an AJAX-powered tab page with CSS3 and the newly released version 1.4 of jQuery, so be sure to download the zip archive from the button above and continue with step one.   Step 1 –…

187
Yays

Making Accordions with the Tabs(jquery)

2 years ago   Views 20351   downloads 3431   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…

111
Yays

Customizing the Accordion effect

2 years ago   Views 11846   downloads 1949   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…