Submit your widget
122
Yays

Stylish Tabs Content Slider with CSS3 and jQuery

Views 23763   downloads 5191   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…

120
Yays

JQuery Carousel Tabber

Views 32342   downloads 4682   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.…

116
Yays

Tabs pagination system with jQuery UI

Views 15637   downloads 2838   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…

110
Yays

Good Tabbed Slider with jQuery

Views 34820   downloads 9111   Slideshow & Scroller

this demo as a “standalone” slider – meaning it’ll essentially be the only element on the page that we create… but using just a few extra steps after the fact, you should…

108
Yays

Sweet tabbed navigation using CSS3

Views 12955   downloads 3147   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…

108
Yays

jQuery Flipping Content Tabs

Views 17088   downloads 3424   Tabs

Content Tabs have become more popular lately with more and more websites and blogs using them to show more content in lesser space. Today I am going to show you how to create content tabs with nice flipping…

106
Yays

jQuery Vertical Tabs Plugin

Views 49164   downloads 10476   Tabs

jQuery plugin for Vertical Tabs . There are 3 steps to (almost) every jQuery plugin: the HTML, the CSS and the JavaScript code. Step 1. The HTML <div id="vtab"> <ul> <li class="home"></li>…

104
Yays

Tabbed content with jQuery

Views 18394   downloads 4146   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…

104
Yays

jquery slick Horizontal page tabs animation

Views 14088   downloads 2153   Tabs

Horizontal page animation with easing using jquery. A very simple and basic tutorial on how to animate content horizontaly using just a few lines of javascript. Start by loading the jquery library by…

103
Yays

jquery tabset

Views 16264   downloads 3159   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>…

103
Yays

To scroll through content Tabs for jQuery

Views 10457   downloads 2082   Tabs

The example allows you to scroll through content by clicking on tabs, without the page having to reload. The content is already on the page, you just need some javascript to tell it to display. It’s…

99
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

Views 12608   downloads 1922   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 –…

90
Yays

mini accordion and news scroll ticker with jQuery

Views 22650   downloads 4987   Accordion

This widget-esq script is at once both a news ticker and a mini accordion. It takes a config file of data (headlines, image SRCs, URLs etc) and paginates your headlines into folds. It will optionally…

89
Yays

jQuery slide tab system

Views 38890   downloads 8962   Tabs

Ben Bodien and Marc Roberts, co-founders of Neutron Creations, explain how to build a simple, semantically clean and extensible jQuery tab system To power our tabbed navigation, we’ll be using and…

86
Yays

jQuery tabs plugin

Views 10596   downloads 2133   Tabs

Lazy Tabs is jQuery plugin created for Lazy framework but it can be used (in his alone version) as every other JQuery plugin. It implements a Tab panel interface. The HTML structure has to looks like…