Submit your widget
88
Yays

Multiple Login Forms with Highlighting jQuery Plugin

Views 11998   downloads 2665   Form

This is a little specific… but I figured what the heck maybe it will be useful for someone. I recently had occasion to make multiple different login forms on a single page. With CSS we know we…

88
Yays

jQuery Disabled labels plugin

Views 6516   downloads 1723   Form

To better distinguish at a glance which inputs are disabled/enabled, I've chosen to style the labels of disabled inputs with a faint gray color. HTML The difference in HTML is a small one. The first example…

86
Yays

jQuery HTML Form Validation Solution

Views 7120   downloads 2034   Form

First we’ll start with the HTML and CSS. The script will add a class called “needsfilled” to any fields that don’t pass the validation, so you’ll want to specify how you’d…

86
Yays

Unique css3 contact form

Views 24938   downloads 6649   Form

This is an effect of a letter sliding out from an envelope on mouse hover. It works in browsers supporting css3 transitions. In IE the envelope is not visible, I certainly could have played a bit more…

84
Yays

Using form labels as text field values jQuery

Views 6921   downloads 1431   Form

The problem Let's rethink what I just did. I placed a sentence "Input your email here" as a text field value by adding it to the VALUE attribute. Why is that wrong? The VALUE attribute of the INPUT tag…

84
Yays

Stylish Contact Form with CSS3 HTML5

Views 27372   downloads 6117   Form

we will show you the code step by step to create a full HTML5 CSS3 contact form like the one above, without using any images. First, a little disclaimer. HTML5 and CSS3 are still working drafts; the goal…

83
Yays

Nice jQuery Signature Pad plugin

Views 14394   downloads 2313   Form

 The Signature Pad has two modes: TypeIt and DrawIt. TypeIt mode the user’s signature is automatically generated as HTML text, styled with @font-face, from the input field where they type their…

83
Yays

jQuery and CSS3 “Next Level” animation Search Form

Views 18497   downloads 3419   Form

we found ton of new style search form crafted beautifully using CSS3 and JavaScript. Apple’s for example, widen the input field when it receive focus from user. The question is “how far we…

82
Yays

Add Form Validation using jQuery in 2 Easy Steps

Views 10171   downloads 2619   Form

Sometimes you may find yourself working on projects that require some intelligent form field validation..but what’s the easiest way to achieve this? I’ve used everything from the popular Validate…

82
Yays

JQuery AJAX PayPal Cart Form Plugin

Views 21815   downloads 4947   Form

AJAX PayPal Cart is a easy to use JQuery plugin for web developer to add a full function shopping cart in their website. The AJAX cart can included a cart widget which allow display of cart information…

81
Yays

Drag the control values slider(Mootools)

Views 6455   downloads 1244   Form

Features         1、Horizontal or Vertical options         2、snap to steps         3、apply…

81
Yays

Tweetblast jQuery

Views 5114   downloads 1408   Form

The index page will have 3 slides, they will be Entering the data/errors slide Searching slide Thanks slide and we will animate them in and out depending on the information that we get from out PHP script.…

80
Yays

Sliding Checkbox Actions Menu with jQuery

Views 7872   downloads 1866   Form

We will create an actions menu with jQuery that appears when checkboxes are selected. This can be a very helpful UI property since we don’t force the user to scroll to the place where the actions…

79
Yays

Checkbox and Radio control with jQuery

Views 10863   downloads 2947   Form

In web development/design, there’re a lot of time you want to customize HTML controls. Some controls are actually quite simple to implement. I will show you how to customize a checkbox/radiobox.…

77
Yays

Awesome In-Field form Labels jQuery Plugin

Views 9568   downloads 2136   Form

This is a simple plugin that turns properly formatted HTML forms into forms with in-field label support. Labels fade when the field is focussed and disappear when text entry begins. Clearing a field and…