Submit your widget
269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21193   downloads 4415   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 30394   downloads 5722   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 86122   downloads 19834   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 17494   downloads 3701   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 24765   downloads 4301   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 35123   downloads 6955   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 29826   downloads 5721   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 22758   downloads 4890   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 15953   downloads 3583   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 33826   downloads 4378   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 19462   downloads 3587   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 32440   downloads 7333   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…

130
Yays

Customizing the Accordion effect

Views 18135   downloads 3405   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 25306   downloads 2830   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 23168   downloads 3369   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…