Submit your widget
3166
Yays

an user-friendly select list effect with jQuery

Views 11278   downloads 1937   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…

311
Yays

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

Views 48564   downloads 10398   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…

305
Yays

jQuery Visual Select

Views 72652   downloads 2322   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…

289
Yays

Sliding up form labels with jquery and CSS3

Views 16285   downloads 3064   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…

246
Yays

jQuery FormLabels Plugin

Views 13967   downloads 2467   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…

209
Yays

Auto Scrolling ComboBox(jQuery &CSS3;)

Views 13367   downloads 2573   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…

182
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 30999   downloads 5720   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…

176
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

Views 47837   downloads 8744   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…

172
Yays

jQuery custom dropdown image combobox

Views 45734   downloads 6652   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…

169
Yays

Geogoer vChecks - easy checkboxes jQuery plugin

Views 14231   downloads 2606   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:…

167
Yays

Cool Dropdown Login Form with jQuery

Views 79394   downloads 23954   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…

166
Yays

A jQuery inline form validation

Views 29139   downloads 7206   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…

165
Yays

Cool JQuery and CSS3 Animated Login and Signup Form

Views 28307   downloads 6352   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…

158
Yays

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

Views 20467   downloads 4244   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…

150
Yays

form validation(mootools)

Views 11843   downloads 3633   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…