Submit your widget
139
Yays

jQuery Image Scale Carousel

Views 14191   downloads 2158   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 11722   downloads 2359   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 12783   downloads 2645   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 10927   downloads 1902   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 5861   downloads 1328   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 19708   downloads 2478   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 15113   downloads 2196   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 12512   downloads 2359   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 11425   downloads 2255   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,…

98
Yays

Cross browser fluid jQuery image gallery

Views 13596   downloads 1722   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 12356   downloads 1883   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 60766   downloads 11100   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 10091   downloads 1932   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…

106
Yays

CSS Overlapping Tabs Menu

Views 19262   downloads 3372   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 7326   downloads 2113   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…