Submit your widget
96
Yays

Greyscale Hover Effect CSS & jQuery

Views 34938   downloads 4550   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…

100
Yays

AutoSprites - A jQuery Menu Plugin

Views 7949   downloads 1890   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…

82
Yays

Add Form Validation using jQuery in 2 Easy Steps

Views 10137   downloads 2608   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…

95
Yays

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

Views 11148   downloads 2563   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…

93
Yays

An elegant, lightweight slideshow script(mootools)

Views 14931   downloads 2943   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">…

80
Yays

Photo Zoom Out Effect with jQuery

Views 8123   downloads 1269   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…

82
Yays

Animated Navigation Menu From Stratch jQuery

Views 6711   downloads 1631   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.…

93
Yays

Mask Your Input Forms and Make It Beauty jQuery

Views 6899   downloads 1570   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…

117
Yays

Filter Image View Using jQuery

Views 21650   downloads 3529   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…

83
Yays

Simple CSS3 Dropdown Menu

Views 7965   downloads 1428   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…

103
Yays

jQuery Plugin : jConfirmAction

Views 9435   downloads 1489   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…

101
Yays

Nice Menu : CSS Animation & jQuery Animate

Views 13328   downloads 1850   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…

99
Yays

Stylize Input Element Using CSS3

Views 8803   downloads 1288   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…

141
Yays

Roundabout(Scroller)

Views 72010   downloads 4317   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.…