Submit your widget
113
Yays

Jquery Horizontal Slide Navigation

Views 15468   downloads 3293   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…

98
Yays

JavaScript Color Fading Script

Views 6155   downloads 1283   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 11437   downloads 2194   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 21544   downloads 5149   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 15107   downloads 1666   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 10054   downloads 2230   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 7338   downloads 1924   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 20324   downloads 5900   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 15184   downloads 2778   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 11862   downloads 2421   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 26533   downloads 2787   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 6178   downloads 1351   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 14509   downloads 3278   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 23549   downloads 5927   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,…