Submit your widget
96
Yays

Greyscale Hover Effect CSS & jQuery

Views 34959   downloads 4559   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…

101
Yays

AutoSprites - A jQuery Menu Plugin

Views 7975   downloads 1901   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 10161   downloads 2616   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 11172   downloads 2573   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 14955   downloads 2952   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 8145   downloads 1281   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 6729   downloads 1642   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 6916   downloads 1577   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 21668   downloads 3539   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 7989   downloads 1437   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 9468   downloads 1499   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 13355   downloads 1860   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 8829   downloads 1295   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 72045   downloads 4329   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.…