Submit your widget
96
Yays

An elegant, lightweight slideshow script(mootools)

Views 15323   downloads 3080   Slideshow & Scroller

BarackSlideshow is a very tiny and lightweight slideshow script, that takes the power of MorphList to enhance visualization and navigation of the images .   With a markup like this: <div id="slideshow">…

96
Yays

jQuery “flash like” menu

Views 10450   downloads 2055   Menu & Navigation

When you rollover one item of your menu, the font-size expand to 225%, the color fade to yellow and the other items are giving more space to the hovered item, when you roll out it will take its place…

96
Yays

Image-free Tooltip Pointers jQuery - A Use for Polygonal CSS

Views 9223   downloads 2494   Tooltips

The Design Approach The jQuery UI planning wiki page has several examples for the tooltips we intend to build into the library. For this article though, we're just focusing the following simple tooltip…

96
Yays

jQuery sprite Fade Navigation Menu

Views 12201   downloads 1937   Menu & Navigation

What is a sprite? In case you aren’t sure, a CSS sprite is a large image, made up of all the smaller images you wish to use on your webpage. The benefits of using CSS sprites include: Page load…

96
Yays

(Colortip)multiple color jQuery Tooltip Plugin

Views 7127   downloads 2129   Tooltips

we are going to write a simple jQuery tooltip plugin. It is going to convert the title attributes of elements withing your page, into a series of colorful tooltips. Six color themes are available, so…

96
Yays

simple Slide Puzzle in JavaScript (mootools)

Views 15917   downloads 2157   Slideshow & Scroller

So I finally decided to try out one of these JavaScript libraries … and what better way than to create a Slide puzzle. I chose mootools because of there modular download … it’s pretty…

96
Yays

Like Apple Navigation Dock jQuery Plugin

Views 22103   downloads 6508   Menu & Navigation

1) Menu structure <!-- HTML FILE --> <ul id="targetMenu"> <!-- use <li class="navActive"> to set active icon menu --> <li> <a href="#">…

96
Yays

smooth images zoom effect with jQuery

Views 26527   downloads 6013   Lightbox & Dialog & Overlay

imgZoom is a jQuery plugin that implements a smooth zoom effect on images. It uses vector graphics  to create a graceful transition between the thumbnail and the full-sized image. Plugin features:…

96
Yays

jQuery and CSS3 Animation effect

Views 41443   downloads 7888   Menu & Navigation

The markup is not difficult, we used two unordered lists, the first list follow insert all graphics (via CSS3) and animations, while the second list social will have links to social networks always with…

95
Yays

Javascript numeric stepper with inputbox

Views 10576   downloads 1996   Form

Building the Numeric Stepper With help from JavaScript and a few basic form controls we can easily create our very own Numeric Stepper. The ingredients are: a standard text input, two buttons, a container…

95
Yays

a Content Slider with jQuery UI

Views 11169   downloads 1807   Slideshow & Scroller

We’re going to be using the jQuery UI slider widget to create an attractive and functional content slider. We’ll have a container, which has a series of elements each containing different…

95
Yays

a Progress Bar With Form(jQuery )

Views 10213   downloads 2697   Form

The Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery. It was introduced in the latest version of the library,…

95
Yays

Mootools Homepage Inspired Navigation Effect Using jQuery

Views 10653   downloads 2119   Menu & Navigation

    As you know there are a host of competing javascript libraries around these days. Though I prefer jQuery, I’ve always liked the way the menu on MooTools worked.This we’ll recreate…

95
Yays

Simple images slider to create Flickr-like slideshows

Views 10538   downloads 2311   Slideshow & Scroller

Simple images slider to create Flickr-like slideshows

95
Yays

a Nice, Lightweight JavaScript Tooltip

Views 6218   downloads 1376   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…