Submit your widget
99
Yays

Stylize Input Element Using CSS3

Views 8803   downloads 1288   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…

95
Yays

Neon Blink Effect for your Forms using CSS3 and jQuery

Views 8711   downloads 1844   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…

108
Yays

jQuery Plugin Tasty Form Validation

Views 15174   downloads 3607   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.…

111
Yays

Search Box with Filter(jQuery)

Views 13934   downloads 2612   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 9547   downloads 1960   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 13260   downloads 2532   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…

101
Yays

iPhone Style Radio and Checkbox Switches using jQuery and CSS

Views 12301   downloads 2173   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,…

105
Yays

Niceforms

Views 13413   downloads 3420   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 17036   downloads 2625   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…

179
Yays

Animate a Contact Us Slide-Out Area using jQuery

Views 30730   downloads 5665   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…

81
Yays

Drag the control values slider(Mootools)

Views 6427   downloads 1235   Form

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

149
Yays

form validation(mootools)

Views 11727   downloads 3595   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 9893   downloads 2570   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 12993   downloads 3195   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…

127
Yays

Fancy Sliding Form with jQuery

Views 16071   downloads 3754   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…