Submit your widget
113
Yays

Jquery Horizontal Slide Navigation

Views 15451   downloads 3283   Menu & Navigation

This is a spectacular sliding navigation whose animation is triggered when the user hovers over a navigation item. HTML Structures     <ul> <li><a href="#" title="" class="home"><p><strong>Title</strong><br…

96
Yays

JavaScript Color Fading Script

Views 6135   downloads 1274   Text & Link Effects

This lightweight JavaScript allows for easy color transitions. Add fading effects to tables, divs and more. You can target an elements background, border or text color. Below is the command to call the…

102
Yays

BBC Radio 1 Zoom Tabs jQuery

Views 11412   downloads 2185   Tabs

There’s three things that are happening in this effect: When you roll over the image, it zooms out slightly to reveal more of the image. Notice that it also keeps the top position static. The navigation…

138
Yays

Simple jQuery Spy rolling Effect

Views 21519   downloads 5143   Slideshow & Scroller

Running the Effect Insert a new item at the top that is: opacity: 0 & height: 0. Fade the last item out. Increase first item’s height to real height. …at the same time, decrease the height…

92
Yays

Image Reveal using jQuery

Views 15085   downloads 1657   Image Effects

Yet another twist on my image manipulation kick, I tinkered around with making images larger again. This time, instead of actually enlarging the image, we are enlarging the ‘viewer’ to see…

115
Yays
106
Yays

lightbox Gallery Mootools Plugin

Views 10018   downloads 2220   Lightbox & Dialog & Overlay

Here's how it works: First, the thumbnails are loaded. When they are ready, users can click a thumbnail and watch the gallery transform into a slideshow, which is then navigated by clicking the left column…

118
Yays

Color Picker ColorSphere Plugin (Mootools)

Views 7322   downloads 1917   Color Picker

Initialization   new UvumiSphere(selector,options);   Arguments Selector: string defining a CSS rule that will select the elements to be turned into color pickers. These elements should be text…

149
Yays

multiple Javascript Accordions tabs

Views 20303   downloads 5892   Tabs

Javascript accordians have been used a lot in todays web design world. There are a lot of scripts we have seen and sure you too would have seen them. This is a great technique for integrating accordion-style…

118
Yays

jGlideMenu unique drag Sliding menu jQuery

Views 15154   downloads 2767   Menu & Navigation

A very unique menu that floats on the page. Users can drag it to a position they desire.   jGlideMenu is an updated version of the fastFind Menu that supports inline and AJAX menu definitions and…

104
Yays

Sexy Tooltips with Just CSS3

Views 11841   downloads 2414   Tooltips

One of the most common mechanisms for providing extra details beyond what you can see on the page is the tooltip (a design pattern for showing tips about a particular element on a screen).   While…

104
Yays

Ultimate JavaScript Scroller and Slider

Views 26495   downloads 2779   Slideshow & Scroller

This versatile and lightweight JavaScript clocks in at less than 3.5kb unpacked.  To setup a scroll/slide area create a container with the following CSS properties… position:relative; overflow:hidden;…

94
Yays

a Nice, Lightweight JavaScript Tooltip

Views 6158   downloads 1340   Tooltips

Introduction To begin, create the 3 files needed for this tutorial (index.html, style.css and script.js) and include the stylesheet and the script from index.html.  The most important things to remember…

120
Yays

Accordion Script With Multi-Level Support

Views 14473   downloads 3269   Accordion

This  accordion script is powerful and lightweight at only 1.2kb. It now includes multi-level support, the option to allow multiple panels to expand concurrently, and a hide/show all toggle. To initialize…

208
Yays

Advanced JavaScript Table Sorter

Views 23518   downloads 5917   Table

The third iteration of the TinyTable table sorting script adds search, column averages and totals, record numbering, a view all function, and a reset function. At only 6KB it is still lightweight, quick,…