Submit your widget
103
Yays

jquery tabset

Views 16246   downloads 3151   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>…

104
Yays

Tabbed content with jQuery

Views 18373   downloads 4138   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…

108
Yays

Sweet tabbed navigation using CSS3

Views 12937   downloads 3139   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…

151
Yays

jQuery-Horizontal Accordion

Views 22758   downloads 4890   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…

184
Yays

Elegant Accordion with jQuery and CSS3

Views 35123   downloads 6955   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  …

99
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

Views 12589   downloads 1916   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 –…

214
Yays

Making Accordions with the Tabs(jquery)

Views 30394   downloads 5722   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…

130
Yays

Customizing the Accordion effect

Views 18135   downloads 3405   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…