Submit your widget
182
Yays

A Tabbed Content Rotator Using jQuery

Views 30167   downloads 5854   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 20662   downloads 3073   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…

120
Yays

Animated background image with jQuery

Views 13230   downloads 2595   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…

97
Yays

jQuery Code Expander

Views 5967   downloads 1511   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…

130
Yays

Advanced jQuery background images slideshow

Views 20574   downloads 4040   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…

158
Yays

jQuery quickie: Slot machine navigation

Views 14616   downloads 2868   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…

130
Yays

jQuery Color Picker

Views 10756   downloads 2635   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…

118
Yays

jQuery Selecting Multiple Select Form Elements on the Fly

Views 7381   downloads 1843   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 28536   downloads 3918   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 68779   downloads 12241   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>…

102
Yays

mootools FrancyForm Checkboxes Radio buttons

Views 7967   downloads 1743   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…

112
Yays

JavaScript Dropdown Menu with Multi Levels

Views 19517   downloads 3981   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…

133
Yays

Professional Dropline #1 drop-down menu

Views 12520   downloads 2787   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…

123
Yays

Professional Dropdown navigation menu

Views 15297   downloads 3691   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…

93
Yays

jQuery Slideshow

Views 13831   downloads 2894   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…