Submit your widget
269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21142   downloads 4395   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…

213
Yays

Making Accordions with the Tabs(jquery)

Views 30291   downloads 5694   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…

203
Yays

Simple Tabs w/ CSS & jQuery

Views 86016   downloads 19812   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…

192
Yays

css3 JQuery Animated Tabs

Views 17441   downloads 3680   Tabs

Tabs is used for utilizing space and keep some stylish effects on website. jQuery tabs are very popular and it created some fancy look on web pages. I created a simple in use but a fancy looking jquery…

189
Yays

Simple AJAX Driven tabs with jQuery

Views 24704   downloads 4280   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…

183
Yays

Elegant Accordion with jQuery and CSS3

Views 35028   downloads 6925   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  …

179
Yays

A Tabbed Content Rotator Using jQuery

Views 29776   downloads 5697   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…

150
Yays

jQuery-Horizontal Accordion

Views 22706   downloads 4870   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…

148
Yays

slide tabbed box using jQuery

Views 15911   downloads 3562   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…

145
Yays

Awesome jQuery tabSwitch slideshow

Views 33747   downloads 4359   Tabs

tabSwitch is a tab/slider plugin for jQuery. You could make a tab box system with the least of code and still fully customizable. Currently, you could choose from 7 different effects with 2 view styles.…

140
Yays

jQuery Scroll Linked Navigation

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

131
Yays

Coda Tabs Slider Effect jQuery

Views 32388   downloads 7314   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 18037   downloads 3382   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…

124
Yays

A tabs control with jQuery plugin

Views 25265   downloads 2814   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…

122
Yays

simple Dynamic tabs using jQuery

Views 23061   downloads 3348   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…