Submit your widget
236
Yays

Simple Accordion CSS3 and jQuery

Views 29522   downloads 8126   Accordion

Foundation – HTML Our markup is pretty simple, an <h2> and <div class="acc_container"> following right after. The <h2> is the heading of our accordion item. We will be using this…

211
Yays

Simple Tabs w/ CSS & jQuery

Views 86937   downloads 20049   Tabs

Step1. Wireframe – HTML & CSS Use an unordered list for your tabs, and follow up with the “tab_container” container right below it. Make note that each list item (tabs) has an attribute…

136
Yays

jQuery UI Spinner - numeric stepper

Views 33430   downloads 5231   Form

Usage Events The following events fire when interacting with the Spinner via keyboard or mouse: spinup - during value increment. spindown - during value decrement. spin - during value increment/decrement.…

95
Yays

Javascript numeric stepper with inputbox

Views 10634   downloads 2028   Form

Building the Numeric Stepper With help from JavaScript and a few basic form controls we can easily create our very own Numeric Stepper. The ingredients are: a standard text input, two buttons, a container…

146
Yays

jQuery CSS Drop Down Menu Style

Views 18235   downloads 4344   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…

131
Yays

Pretty Simple Content Slider with jQuery and CSS3

Views 19586   downloads 4349   Slideshow & Scroller

We will create an auto-playing content slider with jQuery and CSS3. The idea is to alter the background image and to slide in the heading and the description. By clicking on one of the menu items, the…

123
Yays

Creating a Rotating Billboard System with jQuery and CSS

Views 16786   downloads 3326   Slideshow & Scroller

We will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one (the other ad) appear. We will…

204
Yays

Scalable drag lightbox

Views 18728   downloads 3146   Lightbox & Dialog & Overlay

What is TopUp? TopUp is an easy to use Javascript library for unobtrusively displaying images and webpages in a Web 2.0 approach of popups. The library is jQuery and jQuery UI driven in order to maintain…

88
Yays

jCaption: jQuery Image Captions with Customizable Markup, Style and Animation

Views 8924   downloads 1553   Image Effects

jCaption is a jQuery plugin designed to make adding captions to a page dead simple. It takes an image element and uses one of its attributes to build the markup for a caption. It allows for both arbitrary…

93
Yays

Color Changing Text and Backgrounds w/ jQuery

Views 10983   downloads 2215   Image Effects

Here’s a quick and easy way to cycle between multiple colors smoothly. Normally you would define the (background) color in the CSS and that would be the end of it. In this case we want to be able…

105
Yays

New jQuery plugin: “Fly Off Page”

Views 12258   downloads 1758   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…

139
Yays

Coda Tabs Slider Effect jQuery

Views 32932   downloads 7505   Slideshow & Scroller

Recreating this effect is simple to do if you know what plugins to use. There are plugins out in the wild already, but we want our jQuery to satisfy the following requirements: Degrades perfectly without…

104
Yays

A Keypress Navigation tabs jQuery

Views 9498   downloads 2450   Menu & Navigation

The key to a succesful website is the ease with which a user finds what they are looking for. Thus, it’s worth spending a lot of time and effort in creating both useful and visually appealing navigation…

130
Yays

Date Picker - jQuery plugin

Date Picker component with a lot of options and easy to fit in your web application. Features Flat mode - as element in page Multiple calendars in the component Allows single, multiple or range selection…

112
Yays

AnythingZoomer jQuery Plugin

Views 10485   downloads 2793   Image Effects

You have a small area. You mouse over it. An area pops up giving you a zoomed in closer look. This is a jQuery plugin that does it. I’m not going to tell you what you should use it for or elaborate…