Submit your widget
216
Yays

Load In and Animate Content with jQuery Tabs

Views 21184   downloads 4341   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…

214
Yays

Making Accordions with the Tabs(jquery)

Views 30403   downloads 5726   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 86138   downloads 19837   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

Jquery tab menu Wizard Plugin

Views 37944   downloads 6513   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…

192
Yays

css3 JQuery Animated Tabs

Views 17503   downloads 3704   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 24773   downloads 4303   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…

180
Yays

A Tabbed Content Rotator Using jQuery

Views 29831   downloads 5723   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…

172
Yays

Using mouseover to switch tabs

Views 21765   downloads 4463   Tabs

Download

159
Yays

A Tabs with jQuery

Views 19467   downloads 5898   Tabs

159
Yays

jQuery Tabbed Side Menu

Views 14411   downloads 2994   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…

149
Yays

slide tabbed box using jQuery

Views 15961   downloads 3584   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 33838   downloads 4379   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.…

143
Yays

multiple Javascript Accordions tabs

Views 20041   downloads 5774   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…

142
Yays

Horizontal Accordion using the Tabs

Views 24948   downloads 3884   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 .. <!--…

141
Yays

jQuery Scroll Linked Navigation

Views 19475   downloads 3589   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…