Submit your widget
101
Yays

Greyscale Hover Effect CSS & jQuery

Views 35231   downloads 4701   Image Effects

Wireframe – HTML First set up an unordered list which we will use as our foundation for the list of gallery images. <ul class="gallery"> <li> <a href="#" class="thumb"><span><img…

103
Yays

AutoSprites - A jQuery Menu Plugin

Views 8280   downloads 2031   Menu & Navigation

Its purpose is to allow you to build an image-based menu with animated hover states as easily as possible and by using the most concise descriptions possible. To see the results on both a horizontal and…

85
Yays

Add Form Validation using jQuery in 2 Easy Steps

Views 10503   downloads 2735   Form

Sometimes you may find yourself working on projects that require some intelligent form field validation..but what’s the easiest way to achieve this? I’ve used everything from the popular Validate…

102
Yays

A jQuery plugin for displaying images with Flash-like zooming effects

Views 11423   downloads 2683   Image Effects

a new plugin for jQuery that allows you to easily transform your image lists into beautiful galleries with Flash-like zoom effects in them. It’s a simple but elegant way of giving your interfaces…

96
Yays

An elegant, lightweight slideshow script(mootools)

Views 15320   downloads 3079   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">…

85
Yays

Photo Zoom Out Effect with jQuery

Views 8414   downloads 1426   Image Effects

This is a simple image zoom out effect with jQuery. The idea is show some images which are zoomed in initially and when hovering over an image it gets zoomed out. This effect could be used in photography…

86
Yays

Animated Navigation Menu From Stratch jQuery

Views 6974   downloads 1771   Menu & Navigation

Animation Technique Basically, the animation technique that we are going to use is the simple one. We only need to add a span navigator which has a position property with value absolute on our menu list.…

97
Yays

Mask Your Input Forms and Make It Beauty jQuery

Views 7171   downloads 1694   Form

Text masking is an alternative for us to display information what type of content user must input to our forms, as usual jQuery make our life easier, to implement that we just need to create the script…

120
Yays

Filter Image View Using jQuery

Views 21996   downloads 3647   Layout & Interface

the image items are showing and hiding with horizontal slide effect based on user choice. Horizontal slide effect produced by manipulating item’s width, when hiding the item we will change the item…

92
Yays

Simple CSS3 Dropdown Menu

Views 8287   downloads 1564   Menu & Navigation

As we know, CSS3 has many good features for help us creating more sweet User Interface. One of them is box shadow, it helps us adding shadow effect on each styled element. You must be familiar with drop…

106
Yays

jQuery Plugin : jConfirmAction

Views 9834   downloads 1620   Layout & Interface

jConfirmAction is a jQuery plugin that aims to replace a plain confirmation box with a cute one. This plugin will help you to create a flying bubble confirmation box upside your link. Basically this plugin…

106
Yays

Nice Menu : CSS Animation & jQuery Animate

Views 13747   downloads 1986   Menu & Navigation

Expressjs has a nice button menu. Yes it absolutely nice since it has opacity and box shadow on each button, automatically widen when mouseover and again opacity to transparent when mousedown. I’d…

102
Yays

Stylize Input Element Using CSS3

Views 9230   downloads 1412   Form

Stylizing input element is a common task for us as a web developer, we can make it look nicer by putting stylized input image (color gradient, smooth border, box shadow, etc) as an input background. Nice…

143
Yays

Roundabout(Scroller)

Views 72507   downloads 4478   Slideshow & Scroller

Your Very First Roundabout This three-step guide will assist you in converting a boring unordered-list into an exciting Roundabout! Once this tutorial is complete, check out how to customize your Roundabout.…