Submit your widget
139
Yays

jQuery Image Scale Carousel

Views 14175   downloads 2152   Slideshow & Scroller

What Makes jQuery Image Scale Carousel Different? It auto scales the images you put into it to the appropriate height and width keeping their aspect ratio in place. When working with imagery online keeping…

100
Yays

accordion effect using CSS3

Views 11702   downloads 2347   Accordion

The xhtml <dl> <dt><a href="#Section1">Section 1</a></dt> <dd id="Section1"> <p> Lorem ipsum dolor sit amet... </p> </dd> <dt><a href="#Section2">Section…

107
Yays

an Animated Navigation with jQuery

Views 12761   downloads 2635   Menu & Navigation

The idea is to build a menu that just displays icons, when the user rolls over each icon the text will appear below. The icon will also have a roll over state to help highlight the menu item. Getting…

141
Yays

a Table Row Highlighter Using jQuery

Views 10905   downloads 1890   Table

Getting Started The first thing we need to do is download some things. First on your shopping list is jQuery. If you don’t have it already you can visit jQuery’s website and pick it up for…

97
Yays

jQuery Doubleselect Plugin - Fill in a second select box dependent on the first one.

Views 5837   downloads 1318   Form

Fill in a second select box dependent on the first one.   Usage Code   $(document).ready(function() { "Vegetables": { "key" : 10, "defaultvalue" : 111, "values" : { "tomato": 110, "potato":…

116
Yays

Styling Drop Down Boxes with jQuery

Views 19685   downloads 2470   Form

One problem with HTML forms is it is hard to style the elements to fit into your design.  The tutorial will show you how to style the hardest of them all, the select box.   The Plan Unfortunately…

117
Yays

CSS Image Viewer the Clever Way

Views 15084   downloads 2188   Image Effects

Image Viewers are fairly common on websites now-a-days. Most use some form of JavaScript to change images, some use Flash. This is a problem if the user doesn’t have either enabled on their browser. …

89
Yays

3D Flying Text in jQuery

Views 12498   downloads 2348   Text & Link Effects

It’s just a matter of time before some creates a jQuery plug-in much like Papervision for Flash.  Until then the 3D experiments in jQuery continue.  Here is a example that will show you…

94
Yays

Recreating the MLB.com Content Switcher with jQuery and CSS3

Views 11412   downloads 2246   Slideshow & Scroller

This project was to try to recreate the switcher without any extraneous images or other non-essential elements that tend to make stuff less maintainable. This version uses CSS3′s border-radius,…

97
Yays

Cross browser fluid jQuery image gallery

Views 13566   downloads 1711   Slideshow & Scroller

The plugin This little jQuery image gallery plugin is basicly recreates the standard built-in window scrolling with a smooth easing effect. It is still in an early, development state, thus it may suffer…

121
Yays

Jquery Mega Select List

Views 12329   downloads 1873   Form

This is  the jQuery Mega Select List project, Usage The jQuery Mega Select List is for when you have a drop down list with a crazy number of items that can be logically grouped, for example if you…

152
Yays

Super simple jQuery ticker text slideshow

Views 60725   downloads 11092   Slideshow & Scroller

Plugin to rotate list items inside an unordered list, plugin will automaticlly hide all but the first list items and then rotate them. Usage is very simple, say for example we have an unordered list with…

118
Yays

jGallery images lightbox jQuery

Views 10073   downloads 1923   Lightbox & Dialog & Overlay

Para utilizar é bem simples: Inclua o arquivo CSS do jGallery em seu documento Inclua o jQuery em seu documento Inclua o jGallery em seu documento Quando o DOM for carregado, chame a função…

104
Yays

CSS Overlapping Tabs Menu

Views 19230   downloads 3367   Menu & Navigation

This example is a  cool menu with overlapping tabs First of all download the tab image (right-click, then Save As…) which contains both on and off states. You can edit/customize this image…

88
Yays

jQuery HTML Form Validation Solution

Views 7310   downloads 2106   Form

First we’ll start with the HTML and CSS. The script will add a class called “needsfilled” to any fields that don’t pass the validation, so you’ll want to specify how you’d…