Submit your widget
131
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28972   downloads 4588   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…

176
Yays

Geogoer vChecks - easy checkboxes jQuery plugin

Views 14381   downloads 2684   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:…

146
Yays

jQuery styleSelect

Views 16991   downloads 3471   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 36232   downloads 6422   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…

116
Yays

jQuery Advanced Form Validation

Views 25938   downloads 5159   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…

143
Yays

jQuery UI: Radiobutton- und Checkbox-Replacement

Views 15694   downloads 2155   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…

114
Yays

jQuery Doubleselect Plugin

Views 7153   downloads 1626   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…

148
Yays

Thumbnail Effect With Zoom And Sliding Captions(jQuery )

Views 21380   downloads 3119   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>…

120
Yays

jQuery Frequently Asked Questions (FAQ)

Views 9083   downloads 1899   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…

104
Yays

a jQuery pagination system

Views 9240   downloads 2920   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…

112
Yays

Sliding door effect with JQuery

Views 12045   downloads 1865   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…

109
Yays

Image splitting effect with CSS and JQuery

Views 11698   downloads 1815   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…

144
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35717   downloads 4939   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…

213
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 31227   downloads 3750   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 11086   downloads 2508   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…