Submit your widget
163
Yays

jQuery Image gallery plugin

Views 34623   downloads 6582   Slideshow & Scroller

Tested in: IE6+, Mozilla Firefox, Google Chrome, Safari, Opera Unobtrusive javascript Keyboard navigation Customizable Exhibition galleries, multiple galleries or single images Browsing the images via…

204
Yays

Multiple CSS Drop-Down Menu with jQuery

Views 36737   downloads 8702   Menu & Navigation

Modular, with themes. Not only HTML is separated from CSS, but even CSS definitions are categorized into structural and thematic types. Thus creating a new css drop-down menu means creating only a new…

316
Yays

jQuery AJAX Validation Contact Form with Modal + Slide-in Transition

Views 48826   downloads 10472   Form

Due to popular demand, here is a tutorial on how I created one of the more complicated pieces of machinery on my new site: the contact form. A lot of different techniques went into this, and I have a…

99
Yays

Simple jQuery Link Control

Views 7338   downloads 1733   Text & Link Effects

Link Control is divided into Inline  and Overlay . The inline link, when you roll over the link it simply pushes the text to the right. Just a note, this could become problamatic if your text wraps…

91
Yays

Beautiful Colorful Sitemap With jQuery

Views 6452   downloads 1675   Text & Link Effects

Content-heavy websites with a deep navigational structure can benefit from sitemaps. A sitemap contains links to every important page on a website, often visually organized in a hierarchy. They generally…

104
Yays

sexy image scroller jQuery plugin

Views 15489   downloads 2192   Slideshow & Scroller

Requirements: jQuery Core (latest), jQuery Easing Plugin. There are five examples, Default settings. $("#box0").sexyCycle(); Easing effect + Prev and Next navigation, $("#box1").sexyCycle({ easing: 'easeInOutBounce',…

386
Yays

Scalable Menu with jQuery CSS3

Views 55175   downloads 9954   Menu & Navigation

we are going to create a simple menu that will stand out once we hover over it by covering everything except the menu with a dark overlay. The menu will stay white and a submenu area will expand. We will…

146
Yays

Simplism jQuery Sequential List

Views 10986   downloads 1967   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…

102
Yays

mootools Content Slideshow Full Of Image

Views 10828   downloads 1290   Slideshow & Scroller

Basically, we're just going to set up everything as we normally do with the content slider - but we're going to use the functionality of MooTools' Assets package to preload the images, and at the same…

176
Yays

simple jQuery Fading Background Color

Views 18144   downloads 1727   Image Effects

we would like to experience with you another effect that is widely used these days, the Background Color Fading effect on hover. We’ll have a block of content that when the mouse moves over the…

113
Yays

Text Scroller effect

Views 13633   downloads 3124   Text & Link Effects

The further from the center of the scroll bar, the faster the text will scroll. The closer to the center, the slower it will scroll. When you move over the center it pauses. JAVASCRIPT function $(v) {…

101
Yays

super Simple-useful Drop Down Menu

Views 20170   downloads 3790   Menu & Navigation

It is a One Level Drop-Down Menu with Timeout effect. Internet has a lot of scripts with the name "Drop Down Menu". One day I needed to make such menu for my site. I have rummaged a heap of sites and…

127
Yays

very useful AJAX Star Rating

Views 13343   downloads 3810   Rating & Star Rating

Our percentage based Star Rating function gives you 1,680% increase in accuracy — compared with the traditional 5 star system, it has 84 hotspots (84 pixels), instead of 5 hot spots (5 stars). Let’s…

153
Yays

Supersized Slideshow jQuery Plugin

Views 25890   downloads 3912   Slideshow & Scroller

Features So, what exactly does Supersized do? Resizes images to fill browser while maintaining image dimension ratio Cycles Images/backgrounds via slideshow with transitions and preloading Navigation…

136
Yays

Beautiful CSS Stack Bar Graphs

Views 18135   downloads 3347   Graph & Chart

To design the stats feature of Backbone, our Ruby on Rails CMS, we needed to show a stacked bar graph of page views vs unique visitors. I looked around for a sample of how others did stacked bar graphs…