Submit your widget
138
Yays

jQuery Image Scale Carousel

Views 13924   downloads 2039   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…

98
Yays

accordion effect using CSS3

Views 11461   downloads 2224   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…

102
Yays

an Animated Navigation with jQuery

Views 12549   downloads 2528   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…

139
Yays

a Table Row Highlighter Using jQuery

Views 10644   downloads 1779   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…

95
Yays

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

Views 5586   downloads 1200   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":…

109
Yays

Styling Drop Down Boxes with jQuery

Views 19426   downloads 2375   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…

109
Yays

CSS Image Viewer the Clever Way

Views 14674   downloads 2080   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. …

87
Yays

3D Flying Text in jQuery

Views 12237   downloads 2233   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…

85
Yays

Recreating the MLB.com Content Switcher with jQuery and CSS3

Views 11128   downloads 2148   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,…

95
Yays

Cross browser fluid jQuery image gallery

Views 13323   downloads 1618   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…

120
Yays

Jquery Mega Select List

Views 12019   downloads 1751   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…

145
Yays

Super simple jQuery ticker text slideshow

Views 60134   downloads 10957   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…

115
Yays

jGallery images lightbox jQuery

Views 9805   downloads 1813   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…

101
Yays

CSS Overlapping Tabs Menu

Views 18816   downloads 3269   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…

86
Yays

jQuery HTML Form Validation Solution

Views 7097   downloads 2026   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…