Submit your widget
190
Yays

Simple AJAX Driven tabs with jQuery

Views 24749   downloads 4294   Tabs

This example will show you how to create an AJAX Driven Website that overcame the browser Back button and bookmark problem in AJAX. I have made two versions, simplified version for further modification…

149
Yays

slide tabbed box using jQuery

Views 15939   downloads 3572   Tabs

A new jQuery plugin tabSwitch which automate all the step to make a slide tabbed box and many other style of tabs. There are so many kinds of tabbed menu nowadays. Still I really like the sliding effect…

123
Yays

simple Dynamic tabs using jQuery

Views 23138   downloads 3361   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…

104
Yays

jquery slick Horizontal page tabs animation

Views 14052   downloads 2136   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…

269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21172   downloads 4408   Menu & Navigation

we are going to create a great menu with some content area that slides out. We use the grunge style because we want it to look a bit messy: the menu items are going to have a random rotation using the…

108
Yays

jQuery Flipping Content Tabs

Views 17059   downloads 3409   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…

141
Yays

jQuery Scroll Linked Navigation

Views 19447   downloads 3580   Tabs

The Problem What you need to do is hook in to the user scrolling the web page, and when a particular element comes in to view, if there’s an associated navigation item - make it selected. That’s…

124
Yays

A tabs control with jQuery plugin

Views 25292   downloads 2823   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…

103
Yays

To scroll through content Tabs for jQuery

Views 10428   downloads 2068   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…

116
Yays

Tabs pagination system with jQuery UI

Views 15577   downloads 2823   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…

120
Yays

JQuery Carousel Tabber

Views 32293   downloads 4664   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.…

204
Yays

Simple Tabs w/ CSS & jQuery

Views 86089   downloads 19827   Tabs

Step1. Wireframe – HTML & CSS Use an unordered list for your tabs, and follow up with the “tab_container” container right below it. Make note that each list item (tabs) has an attribute…

132
Yays

Coda Tabs Slider Effect jQuery

Views 32420   downloads 7326   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…

180
Yays

A Tabbed Content Rotator Using jQuery

Views 29809   downloads 5710   Tabs

we are going to create a tabbed content rotator (not sure what to call it really) using everyone’s favorite Javascript framework, jQuery and an interface library called jQuery UI. This effect can…

86
Yays

jQuery tabs plugin

Views 10559   downloads 2117   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…