Submit your widget
140
Yays

jQuery Image Scale Carousel

Views 14237   downloads 2183   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…

101
Yays

accordion effect using CSS3

Views 11775   downloads 2388   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…

108
Yays

an Animated Navigation with jQuery

Views 12828   downloads 2671   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…

142
Yays

a Table Row Highlighter Using jQuery

Views 10974   downloads 1925   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…

98
Yays

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

Views 5902   downloads 1354   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 19753   downloads 2496   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…

118
Yays

CSS Image Viewer the Clever Way

Views 15192   downloads 2221   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. …

90
Yays

3D Flying Text in jQuery

Views 12557   downloads 2382   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 11474   downloads 2271   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 13635   downloads 1740   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 12404   downloads 1907   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…

153
Yays

Super simple jQuery ticker text slideshow

Views 60835   downloads 11126   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 10144   downloads 1958   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…

107
Yays

CSS Overlapping Tabs Menu

Views 19354   downloads 3393   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…

89
Yays

jQuery HTML Form Validation Solution

Views 7368   downloads 2132   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…