Submit your widget
106
Yays

jquery tabset

Views 16562   downloads 3298   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>…

105
Yays

Tabbed content with jQuery

Views 18742   downloads 4286   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…

114
Yays

Sweet tabbed navigation using CSS3

Views 13212   downloads 3269   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…

154
Yays

jQuery-Horizontal Accordion

Views 23098   downloads 5025   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…

187
Yays

Elegant Accordion with jQuery and CSS3

Views 35695   downloads 7090   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  …

102
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

Views 12860   downloads 2046   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 –…

217
Yays

Making Accordions with the Tabs(jquery)

Views 30919   downloads 5874   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…

134
Yays

Customizing the Accordion effect

Views 18640   downloads 3566   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…