Submit your widget
86
Yays

Awesome jQuery and CSS3 Shiny Knob Control

Views 25103   downloads 3412   Buttons & Icons

In this tutorial we will be writing a jQuery plugin for creating a shiny knob control. Aptly named knobKnob, this plugin will use CSS3 transformations and jQuery’s new event handling methods to…

86
Yays

Stylish Contact Form with CSS3 HTML5

Views 27792   downloads 6236   Form

we will show you the code step by step to create a full HTML5 CSS3 contact form like the one above, without using any images. First, a little disclaimer. HTML5 and CSS3 are still working drafts; the goal…

86
Yays

Awesome html5 and jQuery Free Photography Template

Views 40069   downloads 6546   Slideshow & Scroller

"Vivid Photo” is a modern and elegant Photography Website Template. It is cross browser compatible and created to suit needs of photographers. The template is made using HTML5, jQuery and CSS3…

86
Yays

jQuery cool auto moving submenu

Views 37863   downloads 7626   Menu & Navigation

we’re going to create an automatic moving submenu based on selected its parent. Each submenu is horizontally stacked, sequentially in the order of their parent menu. So when user moving their cursor…

86
Yays

Awesome jQuery focus figure effect

Views 37702   downloads 7873   Slideshow & Scroller

jQuery  focus figure effect. javascript $(function() { var sWidth = $("#focus").width(); var len = $("#focus ul li").length; var index = 0; var picTimer; var btn = "<div…

85
Yays

DropDown CSS Menu

Views 7681   downloads 1707   Menu & Navigation

The structure of our menu is based on a simple un-ordered list. HTML   <ul id="nav"> <li><a href="#">Home</a></li> <li><a href="#">Services</a> <ul>…

85
Yays

Photo Zoom Out Effect with jQuery

Views 8416   downloads 1427   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…

85
Yays

Add Form Validation using jQuery in 2 Easy Steps

Views 10504   downloads 2737   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…

85
Yays

a Good Looking Floating Menu with jQuery Easing

Views 10034   downloads 1591   Menu & Navigation

We will show you how to create a horizontal menu with floating effect by using jquery.easing and jquery animate function. It's a simple effect but the final product is quite nice looking and elegant.…

85
Yays

jQuery & CSS Tooltip Example

Views 7853   downloads 1507   Tooltips

Websites and web applications alike are slowly but surely transitioning towards an environment filled with rich user interface gadgets. Tooltips are amongst this vast array of gadgets that should be in…

85
Yays

Image Lazy Loader for Prototype

Views 10467   downloads 1513   Image Effects

Images below the fold (the ones lower than window bottom) are not loaded. When scrolling down they are loaded when needed. Shift-reload to test again Installation/Configuration Include the needed javascript…

85
Yays

CSS3 Change Text Selection Colour effect

Views 7899   downloads 1899   Text & Link Effects

Whilst this CSS3 declaration might not be crucial to your project or design and yes it is not supported by all browsers, but it is a fantastic effect that really takes your design one step further. Currently…

85
Yays

very cool Sliding Clock with jQuery

While this is not my normal doodle fare, I still think it should count for my creative output for the day.  I suppose I could scan in my scratchy notes while I was planning it, but they’re…

85
Yays

Using form labels as text field values jQuery

Views 7134   downloads 1533   Form

The problem Let's rethink what I just did. I placed a sentence "Input your email here" as a text field value by adding it to the VALUE attribute. Why is that wrong? The VALUE attribute of the INPUT tag…

85
Yays

Beautiful jQuery images menu

Views 23524   downloads 5526   Menu & Navigation

Um TN34.Facets nutzen zu können, benötigt ihr das jQuery-Framework ab Version 1.4.2 und das clip-Plugin welches im bereitgestellten download enthalten ist. <link rel="stylesheet"…