Submit your widget
98
Yays

Stylize Input Element Using CSS3

Views 8359   downloads 1130   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 8193   downloads 1602   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 14562   downloads 3416   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.…

107
Yays

Search Box with Filter(jQuery)

Views 13405   downloads 2436   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…

108
Yays

Simple Interactive CSS Button with jQuery

Views 9105   downloads 1789   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…

207
Yays

Auto Scrolling ComboBox(jQuery &CSS3;)

Views 12862   downloads 2367   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 11738   downloads 2019   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 12914   downloads 3253   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…

93
Yays

A Drop Down with Icon (CSS and jQuery)

Views 15198   downloads 2351   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 29638   downloads 5457   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 6040   downloads 1080   Form

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

127
Yays

form validation(mootools)

Views 11332   downloads 3439   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…

87
Yays

a Progress Bar With Form(jQuery )

Views 9488   downloads 2400   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 12579   downloads 3032   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 15529   downloads 3547   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…