Submit your widget
3166
Yays

an user-friendly select list effect with jQuery

Views 11119   downloads 1890   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…

309
Yays

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

Views 48362   downloads 10340   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 72424   downloads 2250   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 16174   downloads 3020   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 13524   downloads 2422   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 13249   downloads 2524   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…

179
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 30710   downloads 5658   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…

175
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

Views 47643   downloads 8698   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…

171
Yays

jQuery custom dropdown image combobox

Views 45488   downloads 6593   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 14096   downloads 2559   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:…

165
Yays

A jQuery inline form validation

Views 28987   downloads 6934   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 Dropdown Login Form with jQuery

Views 78925   downloads 23831   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…

161
Yays

Cool JQuery and CSS3 Animated Login and Signup Form

Views 28135   downloads 6304   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…

156
Yays

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

Views 20338   downloads 4199   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…

148
Yays

form validation(mootools)

Views 11716   downloads 3588   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…