Submit your widget
147
Yays

Simplism jQuery Sequential List

Views 11055   downloads 1999   Text & Link Effects

Have you ever had to manually code something that is sequential? Didn’t you find it annonying? Well, here is a simple solution for you. This tutorial will show you how to use jQuery to add a sequent…

146
Yays

jQuery CSS Drop Down Menu Style

Views 18169   downloads 4309   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…

146
Yays

randomised nice jQuery background scrolling effect

Views 23420   downloads 4513   Image Effects

A continually scrollling background image using javascript A static overlay image with transparency Random starting positions for both images allowing for a unique appearance on every page load, again…

146
Yays

HTML5 and jQuery filter images Portfolio

Views 63724   downloads 10311   Image Effects

we will be making a beautiful HTML5 portfolio powered by jQuery and the Quicksand plugin. You can use it to showcase your latest work and it is fully customizable, so potentially you could expand it to…

145
Yays

jQuery Elastic vertical menu

Views 17048   downloads 3882   Menu & Navigation

jQuery OS X Stack and Drop Stack It’s super lightweight (~1kb) and is a really creative “outside the box” method of navigation for a website. It might be a little awkward having the…

145
Yays

Auto-Scrolling Slideshow Tabs (jQuery )

Views 20815   downloads 4323   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…

145
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17831   downloads 3723   Menu & Navigation

we’ll take a look and see what we can achieve with HTML5 and CSS3 when it comes to the staple of current web sites: the humble drop-down navigation menu. We’ll also use jQuery to handle the…

145
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26814   downloads 4100   Menu & Navigation

The horizontal slide out menu is positioned at the left hand side of the window and slides out its menu items once the arrow is clicked. The arrow bounces back once the mouse leaves and this creates a…

145
Yays

a Wobbling 3D Carousel(jQuery)

Views 19834   downloads 3044   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,…

145
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35813   downloads 4965   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…

145
Yays

jQuery Scroll Linked Navigation

Views 19817   downloads 3712   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…

145
Yays

lightweight Scrollbar jQuery plugin

Views 19009   downloads 5189   Slideshow & Scroller

Tiny Scrollbar can be used for scrolling content. It was built using the javascript jQuery library. Tiny scrollbar was designed to be a dynamic lightweight utility that gives webdesigners a powerfull…

144
Yays

Stunning Sliding Door Effect with jQuery

Views 14780   downloads 3377   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…

144
Yays

jQuery UI: Radiobutton- und Checkbox-Replacement

Views 15755   downloads 2176   Form

Eine gerne durchgeführte Aufgabe ist es, die in manchen Browsern recht hässlichen Checkboxen und Radiobuttons durch schönere, dem Design angepasste Eingabeelemente zu ersetzen. UI-Widget-Factory…

144
Yays

jQuery cool hover Slide Effect

Views 36341   downloads 4700   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…