Submit your widget
101
Yays

Stylize Input Element Using CSS3

Views 8925   downloads 1327   Form

Stylizing input element is a common task for us as a web developer, we can make it look nicer by putting stylized input image (color gradient, smooth border, box shadow, etc) as an input background. Nice…

97
Yays

Neon Blink Effect for your Forms using CSS3 and jQuery

Views 8838   downloads 1888   Form

Step 1: Before We Start Coding Away Make sure you download the latest release of jQuery (version 1.4.2 at the time of writing), if you feel the need for a local copy, otherwise one always has the option…

110
Yays

jQuery Plugin Tasty Form Validation

Views 15314   downloads 3646   Form

This is a slim jQuery form validation Plugin. The core is under 6kb and can be extended with your own validation functions. Also you have full control over the behavior and style of the error-containers.…

112
Yays

Search Box with Filter(jQuery)

Views 14072   downloads 2650   Form

This search box reveals a drop down menu after the user clicks into the input field. The menu is meant to act as a filter with several checkbox options that allow the user to select specific categories…

110
Yays

Simple Interactive CSS Button with jQuery

Views 9668   downloads 2000   Form

we will be creating a button that will replace the default submit button. It will be degrade gracefully, animated and easy to implement. 1. HTML The following is a pretty stardard form structure. 2 text…

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…

103
Yays

iPhone Style Radio and Checkbox Switches using jQuery and CSS

Views 12438   downloads 2212   Form

Prerequisites You need just two things for this to work correctly: JQuery 1.3.2+ and the switch.gif image file used for the backgrounds (both included in the zip file). After you have those two files,…

107
Yays

Niceforms

Views 13554   downloads 3451   Form

Web forms. Everybody knows web forms. Each day we have to fill in some information in a web form, be it a simple login to your webmail application, an online purchase, or signing up for a website. They…

103
Yays

A Drop Down with Icon (CSS and jQuery)

Views 17359   downloads 2665   Form

For me,standard HTML Select element is pretty much annoying. It's ugly. It can't be styled properly in Internet Explorer. And it can't contain nothing but simple text. That is the reason why I needed…

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…

82
Yays

Drag the control values slider(Mootools)

Views 6507   downloads 1265   Form

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

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…

92
Yays

a Progress Bar With Form(jQuery )

Views 10014   downloads 2602   Form

The Progress Bar is one of the latest components to be added to the excellent library of UI widgets and interaction helpers built on top of jQuery. It was introduced in the latest version of the library,…

129
Yays

Perfect signin dropdown box likes Twitter with jQuery

Views 13090   downloads 3230   Form

Twitter’s running a new homepage with clean and easy design. Look at the top right of Twitter’s homepage, you’ll see the sign in button which will drop down the login form. HTML Code…

131
Yays

Fancy Sliding Form with jQuery

Views 16212   downloads 3797   Form

we are going to create a fancy sliding form that shows some validation feedback to the user after each step. This form saves a lot of space and is easy to access – it basically works like a slide…