Submit your widget
98
Yays

Stylize Input Element Using CSS3

Views 8751   downloads 1265   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…

94
Yays

Neon Blink Effect for your Forms using CSS3 and jQuery

Views 8657   downloads 1824   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…

107
Yays

jQuery Plugin Tasty Form Validation

Views 15118   downloads 3586   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.…

110
Yays

Search Box with Filter(jQuery)

Views 13870   downloads 2586   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…

109
Yays

Simple Interactive CSS Button with jQuery

Views 9497   downloads 1940   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…

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…

100
Yays

iPhone Style Radio and Checkbox Switches using jQuery and CSS

Views 12240   downloads 2150   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,…

104
Yays

Niceforms

Views 13329   downloads 3394   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…

102
Yays

A Drop Down with Icon (CSS and jQuery)

Views 16900   downloads 2594   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…

178
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 30616   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…

79
Yays

Drag the control values slider(Mootools)

Views 6376   downloads 1214   Form

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

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…

91
Yays

a Progress Bar With Form(jQuery )

Views 9829   downloads 2547   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,…

128
Yays

Perfect signin dropdown box likes Twitter with jQuery

Views 12939   downloads 3173   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…

126
Yays

Fancy Sliding Form with jQuery

Views 15994   downloads 3729   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…