Submit your widget
127
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28501   downloads 4477   Menu & Navigation

SooperFish is a highly configurable solution for animated dropdown menus. It combines the features of superfish, structured programming of Droppy and a ton of new features like multi-column dropdown menus…

169
Yays

Geogoer vChecks - easy checkboxes jQuery plugin

Views 14140   downloads 2580   Form

Style your form checkboxes easily. It's version 1.0, we will upload more our cool stuff in future. [removed] $(function(){ $("#custom_list").vchecks(); }); Html code: <ul id="custom_list" style="width:…

140
Yays

jQuery styleSelect

Views 16710   downloads 3347   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…

161
Yays

jQuery dualSlider

Views 35628   downloads 6285   Slideshow & Scroller

A great option to have as a splash feature at the top of your site, highlights recent articles you want to advertise, that might have a nice graphic or even a video...basically anything you want. Plugin…

113
Yays

jQuery Advanced Form Validation

Views 25564   downloads 5039   Form

Form Validator with several features such as grouping required fields or conditional checking if it is valid or not. Also you can validate string, numeric, date or e-mail. And you can combine several…

137
Yays

jQuery UI: Radiobutton- und Checkbox-Replacement

Views 15342   downloads 2037   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…

112
Yays

jQuery Doubleselect Plugin

Views 6932   downloads 1529   Form

Fill in a second select box dependent on the first one. Code $(document).ready(function() { "Vegetables": { "key" : 10, "defaultvalue" : 111, "values" : { "tomato": 110, "potato": 111, "asparagus": 112…

146
Yays

Thumbnail Effect With Zoom And Sliding Captions(jQuery )

Views 20912   downloads 2993   Image Effects

This time with zoom and sliding caption. HTML <!-- start thumbnailWrapper div --> <div class='thumbnailWrapper'> <ul> <li> <a href='#'><img src='images/1.jpg' /></a>…

118
Yays

jQuery Frequently Asked Questions (FAQ)

Views 8835   downloads 1810   Text & Link Effects

This time around we'll to create a FAQ page at work for a new website we are launching. Creating the FAQ Obviously, you'll need a page with FAQ's on it. I personally chose to put everything in UL's, but…

99
Yays

a jQuery pagination system

Views 9047   downloads 2823   Layout & Interface

For paginating purpose PHP seems like a logical solution, but if you don’t have a huge amount of data you want to paginate, i would suggest paginating with jQuery. It’s not hard at all, and…

108
Yays

Sliding door effect with JQuery

Views 11750   downloads 1749   Image Effects

HTML   <div class='box_container'> <img class='box_image' src='img.jpg' style='width:300px'/> Just some dummy text. </div> <div class='clear'></div>     The…

108
Yays

Image splitting effect with CSS and JQuery

Views 11357   downloads 1717   Image Effects

we are going to make an image splitting effect. What’s that? It’s simillar to a sliding door effect where the image slides to left or right side and reveals the text behind it, but the thing…

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35143   downloads 4827   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…

210
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30738   downloads 3627   Menu & Navigation

There are a lot of cool flash scrolling menus out there, but I decided to make a similarly looking menu with just CSS and jQuery. I couldn't achieve the same smoothness in animation, but anyway I'm…

81
Yays

a Canvas Slideshow with JQuery

Views 10826   downloads 2416   Slideshow & Scroller

First of all we create our “jquery enclosure” since we want to make sure we are using jquery and not other library! (function($) {})(jQuery); All standard till now, let’s start with…