Submit your widget
104
Yays
103
Yays

A Drop Down with Icon (CSS and jQuery)

Views 17119   downloads 2637   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…

101
Yays

Design a Prettier Web Form with CSS 3

Views 11899   downloads 3114   Form

Subtle background gradients give depth to the fields while shadows lift them from the page. Even more impressive is that this is done without any images at all.

101
Yays

iPhone Style Radio and Checkbox Switches using jQuery and CSS

Views 12338   downloads 2186   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,…

101
Yays

Custom jQuery form Selectbox

Views 14774   downloads 2267   Form

Replaces the standard HTML form selectbox with a custom looking selectbox. Allows for disable, multiselect, scrolling, and very customizable. // SIMPLE USAGE $(".exampleDiv").custSelectBox();…

101
Yays

jQuery Registration tooltips Form

Views 40020   downloads 10701   Form

Bootstrap helps you to produce clean and highly usable applications, it will reduce larger engineering efforts and gives uniform application solutions. Bootstrap CSS Just include two CSS file bootstrap.css…

100
Yays

Stylize Input Element Using CSS3

Views 8845   downloads 1300   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…

100
Yays

mootools FrancyForm Checkboxes Radio buttons

Views 7688   downloads 1639   Form

FancyForm is a powerful checkbox replacement script used to provide the ultimate flexibility in changing the appearance and function of HTML form elements. It's accessible, easy to use and degrades gracefully…

98
Yays

Changing Form Input Styles on Focus with jQuery

Views 8949   downloads 1990   Form

A lot of forms can be boring and plain, don’t let yours blend in. This tutorial will show you how to spice them up with CSS classes and default values that change according to which form item is…

97
Yays

jQuery Email Validation effect

Views 20934   downloads 4087   Form

we will describe how you can validate the format of an email address “live” using jQuery and regular expressions without the need for a plugin . The code is pretty lightweight, uses a simple…

97
Yays

jQuery Awesome Mousehold Event

Anyway, traditional applications have 'spinners' that make numbers or items go up and down (I'm working on that too). This jQuery plugin adds the missing 'repeat' event. The 'repeat' is when you keep…

97
Yays

MotionCAPTCHA ----cool jQuery CAPTCHA plugin

Views 22691   downloads 4822   Form

MotionCAPTCHA is a jQuery CAPTCHA plugin, based on the HTML5 Canvas Harmony procedural drawing tool by Mr Doob and the $1 Unistroke Gesture Regonizer algorithm (and the more recent Protractor…

95
Yays

Neon Blink Effect for your Forms using CSS3 and jQuery

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

95
Yays

jqTransform with jQuery plugin

Views 10835   downloads 1934   Form

Usage 1- Add javascript inclusion in the header section of your web page //required <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.jqtransform.min.js"></script>…

95
Yays

jQuery Doubleselect Plugin - Fill in a second select box dependent on the first one.

Views 5621   downloads 1210   Form

Fill in a second select box dependent on the first one.   Usage Code   $(document).ready(function() { "Vegetables": { "key" : 10, "defaultvalue" : 111, "values" : { "tomato": 110, "potato":…