Submit your widget
111
Yays

Jquery Horizontal Slide Navigation

Views 15189   downloads 3171   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 5873   downloads 1177   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…

100
Yays

BBC Radio 1 Zoom Tabs jQuery

Views 11167   downloads 2078   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…

136
Yays

Simple jQuery Spy rolling Effect

Views 21190   downloads 5034   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…

90
Yays

Image Reveal using jQuery

Views 14786   downloads 1541   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…

111
Yays
101
Yays

lightbox Gallery Mootools Plugin

Views 9742   downloads 2114   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…

116
Yays

Color Picker ColorSphere Plugin (Mootools)

Views 7086   downloads 1802   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…

143
Yays

multiple Javascript Accordions tabs

Views 20026   downloads 5765   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…

116
Yays

jGlideMenu unique drag Sliding menu jQuery

Views 14842   downloads 2673   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…

99
Yays

Sexy Tooltips with Just CSS3

Views 11502   downloads 2302   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…

102
Yays

Ultimate JavaScript Scroller and Slider

Views 26058   downloads 2667   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;…

93
Yays

a Nice, Lightweight JavaScript Tooltip

Views 5926   downloads 1234   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…

114
Yays

Accordion Script With Multi-Level Support

Views 14154   downloads 3138   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…

206
Yays

Advanced JavaScript Table Sorter

Views 22988   downloads 5781   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,…