Submit your widget
96
Yays

Greyscale Hover Effect CSS & jQuery

Views 34947   downloads 4552   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 7959   downloads 1893   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 10147   downloads 2612   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 11156   downloads 2567   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 14941   downloads 2944   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 8130   downloads 1275   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 6718   downloads 1633   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 6905   downloads 1573   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 21655   downloads 3531   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 7977   downloads 1429   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 9453   downloads 1495   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 13340   downloads 1853   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 8812   downloads 1290   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 72020   downloads 4323   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.…