Submit your widget
219
Yays

Load In and Animate Content with jQuery Tabs

Views 21587   downloads 4508   Tabs

We will be taking your average everyday website and enhancing it with jQuery. We will be adding ajax functionality so that the content loads into the relevant container instead of the user having to navigate…

218
Yays

Making Accordions with the Tabs(jquery)

Views 31011   downloads 5910   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…

211
Yays

Simple Tabs w/ CSS & jQuery

Views 86926   downloads 20048   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…

196
Yays

css3 JQuery Animated Tabs

Views 17863   downloads 3869   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…

195
Yays

Jquery tab menu Wizard Plugin

Views 38380   downloads 6685   Menu & Navigation

After looking for a jquery plugin that will emulate a windows wizard I decided to make my own (with the help of cody lindley’s css step menu). The code: First we need a simple javascript function…

193
Yays

Simple AJAX Driven tabs with jQuery

Views 25168   downloads 4481   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…

182
Yays

A Tabbed Content Rotator Using jQuery

Views 30228   downloads 5884   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…

176
Yays

Using mouseover to switch tabs

Views 22339   downloads 4679   Tabs

Download

162
Yays

A Tabs with jQuery

Views 19863   downloads 6095   Tabs

162
Yays

jQuery Tabbed Side Menu

Views 14857   downloads 3173   Tabs

Tabbed Interface or Tabbed Structure Menu is getting really famous in web design & development.This example will show you how to build your own tabbed Interface using jQuery with slideDown/slideUp…

154
Yays

Horizontal Accordion using the Tabs

Views 25760   downloads 4066   Accordion

HTML Coding Our HTML setup is similar to the basic accordion setup except that the "headers" are now images: <!-- accordion root --> <!-- 1st header and pane --> .. pane content .. <!--…

152
Yays

slide tabbed box using jQuery

Views 16307   downloads 3736   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…

150
Yays

multiple Javascript Accordions tabs

Views 20430   downloads 5955   Tabs

Javascript accordians have been used a lot in todays web design world. There are a lot of scripts we have seen and sure you too would have seen them. This is a great technique for integrating accordion-style…

148
Yays

Awesome jQuery tabSwitch slideshow

Views 34417   downloads 4565   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.…

148
Yays

Very Simple jQuery Tabs

Views 61787   downloads 15549   Tabs

The tab system very simple, very light and especially with a more elaborate visual transition that pass strict tab to tab. The result is a small plugin home simple to manage tabs with jQuery. Here are…