Submit your widget
269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21222   downloads 4426   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…

214
Yays

Making Accordions with the Tabs(jquery)

Views 30438   downloads 5734   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…

204
Yays

Simple Tabs w/ CSS & jQuery

Views 86188   downloads 19846   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 17523   downloads 3712   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…

190
Yays

Simple AJAX Driven tabs with jQuery

Views 24798   downloads 4312   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…

184
Yays

Elegant Accordion with jQuery and CSS3

Views 35172   downloads 6966   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  …

180
Yays

A Tabbed Content Rotator Using jQuery

Views 29852   downloads 5733   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…

151
Yays

jQuery-Horizontal Accordion

Views 22788   downloads 4901   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…

149
Yays

slide tabbed box using jQuery

Views 15980   downloads 3593   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 33866   downloads 4389   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.…

141
Yays

jQuery Scroll Linked Navigation

Views 19495   downloads 3597   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…

132
Yays

Coda Tabs Slider Effect jQuery

Views 32476   downloads 7347   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…

131
Yays

Customizing the Accordion effect

Views 18178   downloads 3423   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 25333   downloads 2840   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…

123
Yays

simple Dynamic tabs using jQuery

Views 23227   downloads 3385   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…