Submit your widget
62
Yays

jQuery useful Drop-Down Menu with Fixed list

Views 27591   downloads 5585   Menu & Navigation

The HTML is structured using unordered nested lists. I suppose I could have used ordered lists to facilitate maintainable numbering, but I thought it was fine this way and if someone wants to use ordered…

62
Yays

A Responsive Image Carousel

Views 23070   downloads 5392   Slideshow & Scroller

  With the responsive awakening in web design it becomes important to not only take care of the visual part of a website but also of the functionality. Elastislide is a responsive jQuery image carousel…

62
Yays

Very useful color Prefix & Postfix Input Form

Views 14048   downloads 3201   Form

This library contains twenty four different icons, they are : email, link, external-link, attach, tag, home, key, credit-card, cart, user, trash, folder, save, marker, setting, edit, bookmark, calendar,…

61
Yays

Fancy Forms with HTML5 and CSS3

Views 14104   downloads 3823   Form

Forms in HTML have typically been pretty boring – input boxes and buttons with all validation performed by javascript. With the new HTML5 Forms module things have become a little more useful. As…

61
Yays

Slick Login Form with CSS3

Views 8550   downloads 2357   Form

The goal of this post is to harness some new functionality provided by CSS3 and move away from images. We are going to create a CSS3 login form without images yet still have a visually pleasing result.…

61
Yays

Sexy Lightbox with mootools

Views 11882   downloads 2511   Lightbox & Dialog & Overlay

Lightbox is a clone Sexy, sexier and lighter, the classic Lightbox. It was built web designers in mind, easy to install and use. This release features two versions: one white and one black. Sexy Lightbox…

61
Yays

jQuery images dynamic form preview

Views 11445   downloads 1738   Form

a dynamic form preview tool for work so clients could preview how the text and images would look before submitting the content to be published. I’ve trimmed down the code and removed the database…

61
Yays

Nice Pure CSS3 Like Apple Navigation

Views 29577   downloads 7689   Menu & Navigation

Apple’s website has long served as inspiration to web designers who recognize the superiority of simplicity in user experience. One of its most iconic features is the tabbed navigation – a…

61
Yays

CSS3 Cool Animated Buttons

Views 10638   downloads 2773   Buttons & Icons

we'll creating interactive animated elements (buttons) with CSS3. Step 1. HTML Here are full html code of our result. Pay attention to classes of buttons. In our experiment I used 2 different types…

61
Yays

Text and images scroll with jquery plugin

Views 21442   downloads 6256   Slideshow & Scroller

Usage: Add js file: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="jquery.scrollbox.js"></script> Add…

60
Yays

very cool background animation with jquery

Views 14715   downloads 2478   Image Effects

This is a cool background animation with jquery. Hear is all jquery code: (function($) { $.fn.animatedBG = function(options){ var height = $(this).height(); var width = $(this).width(); var parts = options.parts;…

60
Yays

Multi Level Drop Down Menu Navigation with CSS3

Views 20967   downloads 6600   Menu & Navigation

We are back with a cool Multi-level Drop Down Navigation Menu made up of pure CSS with additional effects using CSS3.0 properties such as border-radius, box-shadow, text-shadow and linear gradient. This…

60
Yays

jQuery Mac-like Login Form

Views 17374   downloads 3425   Form

A login page like what Mac has; when a user chooses his username, there will be a password form that he/she has to fill. If the password inputted is not valid, the login form will automatically warn the…

60
Yays

jQuery images opening and closing door effect

Views 20169   downloads 2230   Slideshow & Scroller

Imagine you have a sliding door, one left and one right. In order to open/close this particular door, we have to pull or push both door so that it will open or close completely. This is the usual case…

60
Yays

Apple Style Slider Plugin with jQuery

Views 22075   downloads 4127   Slideshow & Scroller

Sequence is the jQuery slider plugin with infinite style. It provides the complete functionality for a website slider without forcing you to use a set theme. In fact, Sequence has no in-built theme, leaving…