Submit your widget
102
Yays

jquery tabset

Views 16204   downloads 3132   Tabs

keep your tabs ordered! A useful component that let you build a tabbed interface really easily; ad you can even sort your tabs as you want! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script>…

103
Yays

Tabbed content with jQuery

Views 18330   downloads 4122   Slideshow & Scroller

In this example we'll going to show you some web development techniques that can be used in your next projects. This will cover some CSS, HTML and jQuery tricks. First thing we need is some basic HTML…

107
Yays

Sweet tabbed navigation using CSS3

Views 12900   downloads 3121   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…

150
Yays

jQuery-Horizontal Accordion

Views 22707   downloads 4871   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…

183
Yays

Elegant Accordion with jQuery and CSS3

Views 35030   downloads 6926   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  …

98
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

Views 12535   downloads 1899   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 –…

213
Yays

Making Accordions with the Tabs(jquery)

Views 30292   downloads 5695   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…

129
Yays

Customizing the Accordion effect

Views 18040   downloads 3384   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…