Submit your widget
105
Yays

Ultimate JavaScript Scroller and Slider

Views 26608   downloads 2809   Slideshow & Scroller

This versatile and lightweight JavaScript clocks in at less than 3.5kb unpacked.  To setup a scroll/slide area create a container with the following CSS properties… position:relative; overflow:hidden;…

105
Yays

Sexy Tooltips with Just CSS3

Views 11935   downloads 2448   Tooltips

One of the most common mechanisms for providing extra details beyond what you can see on the page is the tooltip (a design pattern for showing tips about a particular element on a screen).   While…

105
Yays

Fancy Hover Effect with jQuery

Views 20316   downloads 2707   Image Effects

Very cool hover effect HTML   <div id="featured-wrap"> <div id="featured-content"> <a href="http://www.jardinesdelte.com/"><img alt="Jardines" src="2_s.jpg" /></a> <a…

105
Yays

Design a Prettier Web Form with CSS 3

Views 12165   downloads 3232   Form

Subtle background gradients give depth to the fields while shadows lift them from the page. Even more impressive is that this is done without any images at all.

105
Yays

A Drop Down with Icon (CSS and jQuery)

Views 17727   downloads 2764   Form

For me,standard HTML Select element is pretty much annoying. It's ugly. It can't be styled properly in Internet Explorer. And it can't contain nothing but simple text. That is the reason why I needed…

105
Yays

lightbox(jQuery )

Views 16085   downloads 3673   Lightbox & Dialog & Overlay

Galleria is a JavaScript image gallery unlike anything else. It can take a simple list of images and turn it into a foundation of multiple intelligent gallery designs, suitable for any project. Include…

105
Yays

iPhone Style Radio and Checkbox Switches using jQuery and CSS

Views 12730   downloads 2314   Form

Prerequisites You need just two things for this to work correctly: JQuery 1.3.2+ and the switch.gif image file used for the backgrounds (both included in the zip file). After you have those two files,…

105
Yays

Overlapping Tabbed Main Menu

Views 18021   downloads 3720   Tabs

Main navigation menu is that part of a website design that makes the whole site look lively and complete. But the most common type of navigation menu style still being used a lot is the tabbed navigation…

105
Yays

JavaScript Scrollable

Views 12547   downloads 3396   Layout & Interface

TinyScroller is a basic scrollable div script at only 1.7KB. It can be used with any HTML and degrades gracefully. The styling is completely customizable through the simple CSS. More features will be…

105
Yays

FancyPlayer – jQuery Fancybox and Flowplayer Integration

Views 16769   downloads 3816   Lightbox & Dialog & Overlay

As for most jQuery plugins, there is no special HTML markup to do in order to fire up Fancybox, jus give the elements you would like to use this plugin a certain class so you can use that as a selector…

105
Yays

Easy slideshow Gallery for jQuery

Views 9921   downloads 2654   Slideshow & Scroller

The code used for above gallery (Easy Gallery) is: $(document).ready(function (){ $("#gallery").egallery({ width:500, height:230, speed: 1000, delay:4000, easing:'easeInOutBack', thumbs:'numbers', thumbClass:'tclass',…

105
Yays

SmoothGallery 2.1

Views 13511   downloads 2333   Slideshow & Scroller

First step: Install it. Just insert those lines of code in the header of your html files: 1.Include those lines in your header: <script src="scripts/mootools.v1.11.js" type="text/javascript"></script><script…

105
Yays

Tabbed content with jQuery

Views 18742   downloads 4286   Slideshow & Scroller

In this example we'll going to show you some web development techniques that can be used in your next projects. This will cover some CSS, HTML and jQuery tricks. First thing we need is some basic HTML…

105
Yays

New jQuery plugin: “Fly Off Page”

Views 12202   downloads 1727   Image Effects

There is a new jQuery plugin, it’s called "Fly Off Page". It will take selected elements and make them fly (not literally) off the page in a random or pre-defined direction. Customizable options…

105
Yays

jShowOff jQuery Content Rotator

Views 14877   downloads 2608   Slideshow & Scroller

jShowOff is a jQuery plugin for creating a rotating content module. It works by creating 'slides' from the child elements (eg. <li>) inside a specified wrapper element (eg. <ul>) on which…