Submit your widget
132
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 29202   downloads 4647   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 14499   downloads 2731   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 17116   downloads 3534   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 36535   downloads 6488   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 26071   downloads 5220   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 15853   downloads 2206   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 7269   downloads 1684   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 21571   downloads 3174   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 9200   downloads 1943   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 9349   downloads 2967   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 12173   downloads 1928   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…

115
Yays

Image splitting effect with CSS and JQuery

Views 11875   downloads 1876   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 35918   downloads 4993   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 31382   downloads 3809   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 11216   downloads 2561   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…