Submit your widget
143
Yays

Horizontal Accordion using the Tabs

Views 25198   downloads 3947   Accordion

HTML Coding Our HTML setup is similar to the basic accordion setup except that the "headers" are now images: <!-- accordion root --> <!-- 1st header and pane --> .. pane content .. <!--…

141
Yays

Very Simple jQuery Tabs

Views 61378   downloads 15383   Tabs

The tab system very simple, very light and especially with a more elaborate visual transition that pass strict tab to tab. The result is a small plugin home simple to manage tabs with jQuery. Here are…

136
Yays

DOMTab - Navigation tabs with CSS and DOMscripting

Views 9647   downloads 1821   Tabs

DOMtab is a JavaScript that turns a list of links connected to content sections into a tab interface. The script removes any "back to top" links in the section and automatically hides all but the first…

134
Yays

Coda Tabs Slider Effect jQuery

Views 32592   downloads 7373   Slideshow & Scroller

Recreating this effect is simple to do if you know what plugins to use. There are plugins out in the wild already, but we want our jQuery to satisfy the following requirements: Degrades perfectly without…

133
Yays

Customizing the Accordion effect

Views 18311   downloads 3463   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…

130
Yays

Tabbed Content with Navigation using jQuery UI

Views 23320   downloads 3392   Tabs

This is a manual navigation using Tab function of jQuery UI library. jQuery Library jQuery UI We will use jQuery UI Tab function to get our navigation for content slide working yeah there are many ways…

129
Yays

jQuery Vertical Slideshow

Views 29913   downloads 4560   Slideshow & Scroller

A vertical slideshow that is ready to be used now or it can be customized as you need. jQuery CODE $(document).ready(function() { $("#side-nav a").vertSlider( { text : new Array("LivePipe: here is the…

124
Yays

A tabs control with jQuery plugin

Views 25418   downloads 2862   Tabs

Smart Tab is a flexible jQuery(a JavaScript library) Tab Control plugin. Features: Customizable tab anchors, can use images. AutoProgress:- option for automatic navigation of tabs. AutoProgress can be…

124
Yays

simple Dynamic tabs using jQuery

Views 23447   downloads 3415   Tabs

This example will show you how to use jQuery to create tabs that can be added and removed dynamically. Although the example looks bulletproof, there are some questions I will raise about how to use tabs…

124
Yays

Stylish Tabs Content Slider with CSS3 and jQuery

Views 23885   downloads 5221   Tabs

  it in Safari 5.0.2, Chrome 6.0.472.62 and Firefox 3.6.3 it displayed ok in all 3 browsers (Mac OS X 10.6.4) all the effects rendered fine.in Opera  the tabs don't render, but the layout is…

121
Yays

motools tabs effect

Views 10234   downloads 2006   Tabs

MooTabs is a tiny(3kb) class for MooTools. As the name suggests, it's main purpose is to help out with the creation of simple tab navigation. As of version 1.2, you can also set tab content via an Ajax…

120
Yays

JQuery Carousel Tabber

Views 32475   downloads 4724   Slideshow & Scroller

Out of the box, billy is a basic scrolling carousel which can be implemented very easily. A person with little knowledge of either html or javascript can get billy working on a page within a few minutes.…

119
Yays

Tabs pagination system with jQuery UI

Views 15777   downloads 2863   Tabs

Tabbed areas are lovely, but when you start getting to more than 3 or 4 different tabs, they start to get a little crowded and it makes sense to provide alternative navigation of them. I think it makes…

114
Yays

Glow Tabs with Box Shadow CSS3

Views 24169   downloads 5756   Tabs

The “Glowing” Hover Effect Most of the CSS and HTML is pretty straightforward, so I won’t bore you with those details, I’ll just focus on the two primary effects that make the…

111
Yays

A Better Blogroll Slideshow Tabs (jQuery )

Views 21175   downloads 3994   Slideshow & Scroller

A traditional blogroll is a simple list of other sites, often in the sidebar, that are related, owned by, or otherwise friendly to the home site. Blogrolls are a great idea and on-point with the spirit…