Submit your widget
132
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 29057   downloads 4617   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…

177
Yays

Geogoer vChecks - easy checkboxes jQuery plugin

Views 14426   downloads 2702   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:…

148
Yays

jQuery styleSelect

Views 17055   downloads 3501   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…

162
Yays

jQuery dualSlider

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

117
Yays

jQuery Advanced Form Validation

Views 25993   downloads 5183   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…

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…

115
Yays

jQuery Doubleselect Plugin

Views 7210   downloads 1653   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…

149
Yays

Thumbnail Effect With Zoom And Sliding Captions(jQuery )

Views 21451   downloads 3145   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>…

121
Yays

jQuery Frequently Asked Questions (FAQ)

Views 9137   downloads 1918   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…

107
Yays

a jQuery pagination system

Views 9282   downloads 2940   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…

113
Yays

Sliding door effect with JQuery

Views 12098   downloads 1894   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…

110
Yays

Image splitting effect with CSS and JQuery

Views 11772   downloads 1836   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…

145
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35814   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…

214
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 31294   downloads 3775   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…

83
Yays

a Canvas Slideshow with JQuery

Views 11153   downloads 2533   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…