Submit your widget
141
Yays

Roundabout(Scroller)

Views 72019   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.…

141
Yays

jQuery Scroll Linked Navigation

Views 19475   downloads 3588   Tabs

The Problem What you need to do is hook in to the user scrolling the web page, and when a particular element comes in to view, if there’s an associated navigation item - make it selected. That’s…

141
Yays

jQuery cool hover Slide Effect

Views 35877   downloads 4563   Slideshow & Scroller

Setting up our files Ok let’s start by opening our text editor and creating a new html document, save this to your desktop as “index.html”. Now create a new css file and save this as…

141
Yays

Nice Circle Image Gallery with jQuery

Views 19263   downloads 3216   Slideshow & Scroller

we will create a bubbly image gallery that shows your images in a unique way. The idea is to show the thumbnails of albums in a rounded fashion allowing the user to scroll them automatically by moving…

141
Yays

Very Simple jQuery Tabs

Views 61193   downloads 15323   Tabs

The tab system very simple, very light and especially with a more elaborate visual transition that pass strict tab to tab. The result is a small plugin home simple to manage tabs with jQuery. Here are…

140
Yays

jQuery CSS Drop Down Menu Style

Views 17841   downloads 4173   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure Easy to…

140
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 20197   downloads 4169   Slideshow & Scroller

  Create a jQuery slideshow that enables you to click through each slide when JavaScript is disabled, without having to display all slides one under the other. Step 1: Writing the markup First things…

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35088   downloads 4815   Menu & Navigation

Creating markup We will begin by creating the necessary HTML structure. At first, I wanted to use an unordered list as a container for our images and captions, but then I encountered some bugs with vertical…

140
Yays

jQuery styleSelect

Views 16685   downloads 3336   Form

This plugin replaces the standart select element with a custom looking selectbox. Plugin has keyboard support. Usage $("select").styleSelect();   Options Name/options Type Default optionsTop Options…

140
Yays

A jQuery News Ticker Effect

Views 18610   downloads 3604   Text & Link Effects

liScroll is a jQuery plugin that transforms any given unordered list into a scrolling News Ticker The markup <ul id="ticker01"> <li><span>10/10/2007</span><a href="#">The…

139
Yays

Round corner table

Views 16851   downloads 3665   Table

Round corner table This effect is very useful Only require css and image

139
Yays

Stunning Sliding Door Effect with jQuery

Views 14467   downloads 3235   Image Effects

Basically, this is what it does: Grab all the div with qitem class, find the image and replace it with four DIVs (four corners) Each of the corner will have the same background image (grabbed from qitem…

139
Yays

MagicLine Navigation with jQuery

Views 16135   downloads 3284   Menu & Navigation

These “sliding” style navigation bars have been around a while,Turns out it’s really pretty darn easy. I put two examples together for it. The Idea The idea is to have a highlight of…

139
Yays

Pure CSS Animated Progress Bar

Views 13771   downloads 2045   Layout & Interface

Here's a simple demonstration of how you can create animated progress bar using pure css. The trick is very simple. We need 3 elements, one container and 2 nested elements. The Concept We'll put a cool…

139
Yays

a Wobbling 3D Carousel(jQuery)

Views 19437   downloads 2916   Slideshow & Scroller

This is a  3D carousel.we’ll create a ring by plotting points in 3d space, then we’ll rotate it so it’s almost perpendicular to the viewer.  Because it’s not 100% flat,…