Submit your widget
3165
Yays

an user-friendly select list effect with jQuery

Views 11045   downloads 1870   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…

308
Yays

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

Views 48289   downloads 10324   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…

304
Yays

jQuery Visual Select

Views 72324   downloads 2234   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…

288
Yays

Sliding up form labels with jquery and CSS3

Views 16137   downloads 3005   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…

244
Yays

jQuery FormLabels Plugin

Views 13387   downloads 2411   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…

208
Yays

Auto Scrolling ComboBox(jQuery &CSS3;)

Views 13218   downloads 2512   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…

178
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 30615   downloads 5639   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…

174
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

Views 47579   downloads 8683   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…

170
Yays

jQuery custom dropdown image combobox

Views 45381   downloads 6580   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…

168
Yays

Geogoer vChecks - easy checkboxes jQuery plugin

Views 14045   downloads 2545   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:…

164
Yays

A jQuery inline form validation

Views 28924   downloads 6916   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…

164
Yays

Cool Dropdown Login Form with jQuery

Views 78759   downloads 23787   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…

160
Yays

Cool JQuery and CSS3 Animated Login and Signup Form

Views 28068   downloads 6290   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…

155
Yays

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

Views 20263   downloads 4178   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…

144
Yays

form validation(mootools)

Views 11673   downloads 3574   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…