Submit your widget
104
Yays
103
Yays

A Drop Down with Icon (CSS and jQuery)

Views 17013   downloads 2621   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 11863   downloads 3100   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 12292   downloads 2169   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 14738   downloads 2250   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 39983   downloads 10685   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

mootools FrancyForm Checkboxes Radio buttons

Views 7658   downloads 1624   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…

99
Yays

Stylize Input Element Using CSS3

Views 8794   downloads 1283   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…

98
Yays

Changing Form Input Styles on Focus with jQuery

Views 8909   downloads 1975   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 20883   downloads 4069   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 22625   downloads 4804   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 8705   downloads 1839   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 10792   downloads 1910   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 5580   downloads 1195   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":…