Submit your widget
102
Yays

jquery tabset

Views 16071   downloads 3091   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>…

101
Yays

Tabbed content with jQuery

Views 18199   downloads 4078   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…

106
Yays

Sweet tabbed navigation using CSS3

Views 12795   downloads 3085   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 22522   downloads 4825   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 34827   downloads 6877   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 12423   downloads 1862   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 30034   downloads 5640   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 17796   downloads 3332   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…