Submit your widget
131
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28930   downloads 4579   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 14360   downloads 2675   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 16969   downloads 3464   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 36183   downloads 6414   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 25907   downloads 5149   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 15667   downloads 2144   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 7135   downloads 1617   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 21350   downloads 3106   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 9065   downloads 1891   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…

103
Yays

a jQuery pagination system

Views 9222   downloads 2911   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…

111
Yays

Sliding door effect with JQuery

Views 12025   downloads 1856   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 11672   downloads 1804   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 35677   downloads 4932   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 31201   downloads 3740   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 11061   downloads 2500   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…