Submit your widget
101
Yays

Stylize Input Element Using CSS3

Views 9154   downloads 1384   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 8999   downloads 1966   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 15459   downloads 3707   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.…

113
Yays

Search Box with Filter(jQuery)

Views 14248   downloads 2724   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 9803   downloads 2069   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…

210
Yays

Auto Scrolling ComboBox(jQuery &CSS3;)

Views 13496   downloads 2646   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…

104
Yays

iPhone Style Radio and Checkbox Switches using jQuery and CSS

Views 12641   downloads 2282   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,…

114
Yays

Niceforms

Views 13693   downloads 3533   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…

105
Yays

A Drop Down with Icon (CSS and jQuery)

Views 17628   downloads 2737   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 31318   downloads 5800   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 6613   downloads 1322   Form

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

150
Yays

form validation(mootools)

Views 11964   downloads 3691   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 10148   downloads 2666   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,…

131
Yays

Perfect signin dropdown box likes Twitter with jQuery

Views 13222   downloads 3302   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 16405   downloads 3877   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…