Submit your widget
182
Yays

A Tabbed Content Rotator Using jQuery

Views 30089   downloads 5828   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…

97
Yays

CSS Image Maps With Pop-Up Tool Tips

Views 20543   downloads 3031   Tooltips

Using an unordered list, a couple of images, and a little CSS, we can create an accessible "image map" with pop-up tool tips that provide our readers more information on the links the map contains. There…

119
Yays

Animated background image with jQuery

Views 13155   downloads 2570   Image Effects

In this example, we are going to create a basic web page layout which includes a super cool animated background image, using jQuery. Let’s do it 1. The first step of this tutorial is to download…

95
Yays

jQuery Code Expander

Views 5899   downloads 1483   Text & Link Effects

There is a problem on the web. Displaying actual programming code takes away a lot of space of the webpage (especially the longer ones). You can split up the code in several parts, but that's really hard…

129
Yays

Advanced jQuery background images slideshow

Views 20494   downloads 4008   Slideshow & Scroller

With the use of transparent PNG's, some HTML, pretty nifty CSS and jQuery, we can make this technique work. Read the rest of this article to learn how to create a beautiful advanced jQuery background…

156
Yays

jQuery quickie: Slot machine navigation

Views 14540   downloads 2833   Menu & Navigation

Navigation is one of the things you'll see on every website. I wanted to give this part a little bit extra life, and when I saw a movie yesterday that included slot machines, it suddenly hit me. Using…

128
Yays

jQuery Color Picker

Views 10698   downloads 2598   Color Picker

Gone are the days of having to manually enter in hex codes to specify colors: with jQuery UI’s color picker, you can make your web application pick colors as smoothly as you would in desktop applications…

117
Yays

jQuery Selecting Multiple Select Form Elements on the Fly

Views 7319   downloads 1809   Form

Select all elements with a single click Deselect all elements with a single click Select elements that match some value. (contain “red”) with a single click After spending some time digging…

285
Yays

Horizontal Accordion menu with jQuery

Views 28465   downloads 3892   Accordion

Up until now I have always used Scriptaculous / Prototype for any JavaScript animation and effects, but lately I’ve heard a lot of good things about jQuery. So, I thought I would give it a try,…

310
Yays

desSlideshow - Stylish featured image slideshow jQuery plugin

Views 68624   downloads 12208   Slideshow & Scroller

Usage Include js files.   <link href="css/style.css" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>…

101
Yays

mootools FrancyForm Checkboxes Radio buttons

Views 7902   downloads 1716   Form

FancyForm is a powerful checkbox replacement script used to provide the ultimate flexibility in changing the appearance and function of HTML form elements. It's accessible, easy to use and degrades gracefully…

111
Yays

JavaScript Dropdown Menu with Multi Levels

Views 19416   downloads 3945   Menu & Navigation

This multi-level drop down menu script weighs in at only 1.2 KB. It features animation, active header persistence, easy implementation and multiple instance support. To initialize a drop down menu use…

132
Yays

Professional Dropline #1 drop-down menu

Views 12473   downloads 2755   Menu & Navigation

This menu uses the same small javascript routine as the Professional dropdown #1 menu to add the IE5.x and IE6 styles to the stylesheet and provide the 'hover' function. All that is necessary is to produce…

122
Yays

Professional Dropdown navigation menu

Views 15232   downloads 3661   Menu & Navigation

You've seen the 'suckerfish' menus and the 'son of suckerfish', well I think that this one takes them another step further (grandson of suckerfish?). The 'problem' that I found with using the 'suckefish…

92
Yays

jQuery Slideshow

Views 13768   downloads 2863   Slideshow & Scroller

Homepages generally don’t have enough space for all the promotions clients want to put on there.  The homepage slideshow is a great space saving solution, while keeping your homepage from looking…