Submit your widget
3169
Yays

an user-friendly select list effect with jQuery

Views 11587   downloads 2057   Form

jAutochecklist is a jQuery plugin that help you to create an user-friendly HTML list which can be used to replace the old tradition select list Why use jAutochecklist User-friendly UI and interaction…

317
Yays

jQuery AJAX Validation Contact Form with Modal + Slide-in Transition

Views 48997   downloads 10516   Form

Due to popular demand, here is a tutorial on how I created one of the more complicated pieces of machinery on my new site: the contact form. A lot of different techniques went into this, and I have a…

308
Yays

jQuery Visual Select

Views 72991   downloads 2440   Form

This plugin is setup to generate a list of images ontop of a select. Similar to the site ajaxload.info, but a jquery version. This is the first time i've written the jQuery for a site with a plugin in…

292
Yays

Sliding up form labels with jquery and CSS3

Views 16480   downloads 3177   Form

A common problem for laying out a labels and their inputs is that the labels dangle out in what appears to be whitespace. Form labels can make a design aesthetically awkward. There are several paths to…

247
Yays

jQuery FormLabels Plugin

Views 15255   downloads 2609   Form

The idea of using captions on form input boxes is not new, but all previous methods of providing this functionality have a few disadvantages. The jQuery FormLabels Plugin is a result of working with hundreds…

212
Yays

Auto Scrolling ComboBox(jQuery &CSS3;)

Views 13578   downloads 2704   Form

we will show you some useful and neat UI elements that are focused on selecting content. We will be using jQuery and some CSS3 properties for the style to give the elements some edge. This is a select…

184
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 31536   downloads 5856   Form

First we start of with the necessary file includes: [removed]<!--mce:0-->[removed][removed]<!--mce:1-->[removed][removed]<!--mce:2-->[removed] Let’s set the height of the contactArea…

179
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

Views 48124   downloads 8867   Form

Styling checkbox and radio button inputs to match a custom design is nearly impossible because neither reliably supports basic CSS, like background colors or images; it's even a challenge to get the margins…

177
Yays

Geogoer vChecks - easy checkboxes jQuery plugin

Views 14460   downloads 2719   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:…

175
Yays

jQuery custom dropdown image combobox

Views 46155   downloads 6771   Form

Feature at glance: Fully Skin-able Your original dropdown is safe, so your form post will not be messed. An image can be inserted with your text. Each <option> can have an image. You may covert…

173
Yays

Cool Dropdown Login Form with jQuery

Views 80240   downloads 24208   Form

There are many way’s in which a user can login, a popular method since the birth of twitter is to have a dropdown form. Today we give away a simple jQuery dropdown login form, it’s easy to…

168
Yays

A jQuery inline form validation

Views 29412   downloads 7684   Form

jQuery validation engine is a Javascript plugin aimed at the validation of form fields in the browser (IE 6-8, Chrome, Firefox, Safari, Opera 10). The plugin provides visually appealing prompts that…

168
Yays

Cool JQuery and CSS3 Animated Login and Signup Form

Views 28585   downloads 6458   Form

Check out an amazing animated and stylish login / register jquery form which is simple to use. I put some animation which adds some attractive looks. If any one needs this form then only backend code…

160
Yays

Twitter Sign-up Page using HTML5 And CSS3 (no js)

Views 20686   downloads 4368   HTML5

As we all know HTML5 gives us some pretty useful feature . Today I am going to show the feature which gives a new look to Forms module.In Old version of html , Forms were pretty boring and you have to…

151
Yays

form validation(mootools)

Views 12049   downloads 3737   Form

Features 1.optional onFail function. 2.optional onSuccess function which will overide the form submition, this can be used to validate an ajax form. 3.onBlur validating 4.shows errors next to item or…