Submit your widget
139
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 19324   downloads 4002   Slideshow & Scroller

  Create a jQuery slideshow that enables you to click through each slide when JavaScript is disabled, without having to display all slides one under the other. Step 1: Writing the markup First things…

136
Yays

Very Simple jQuery Tabs

Views 60370   downloads 15093   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…

135
Yays

DOMTab - Navigation tabs with CSS and DOMscripting

Views 9152   downloads 1663   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…

131
Yays

Coda Tabs Slider Effect jQuery

Views 31887   downloads 7160   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…

129
Yays

Customizing the Accordion effect

Views 17460   downloads 3203   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…

127
Yays

Tabbed Content with Navigation using jQuery UI

Views 22784   downloads 3190   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…

126
Yays

jQuery Vertical Slideshow

Views 29175   downloads 4366   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 24885   downloads 2646   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…

121
Yays

motools tabs effect

Views 9809   downloads 1847   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…

121
Yays

Stylish Tabs Content Slider with CSS3 and jQuery

Views 23283   downloads 5000   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…

119
Yays

JQuery Carousel Tabber

Views 31715   downloads 4473   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.…

118
Yays

simple Dynamic tabs using jQuery

Views 21972   downloads 3142   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…

115
Yays

Tabs pagination system with jQuery UI

Views 15028   downloads 2679   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…

111
Yays

Glow Tabs with Box Shadow CSS3

Views 23394   downloads 5554   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…

108
Yays

A Better Blogroll Slideshow Tabs (jQuery )

Views 20601   downloads 3808   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…