Submit your widget
106
Yays
105
Yays

A Drop Down with Icon (CSS and jQuery)

Views 17607   downloads 2735   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…

104
Yays

Design a Prettier Web Form with CSS 3

Views 12099   downloads 3192   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.

104
Yays

iPhone Style Radio and Checkbox Switches using jQuery and CSS

Views 12620   downloads 2276   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,…

103
Yays

Custom jQuery form Selectbox

Views 14973   downloads 2345   Form

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

103
Yays

jQuery Registration tooltips Form

Views 40281   downloads 10801   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…

102
Yays

jqTransform with jQuery plugin

Views 11066   downloads 2023   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>…

101
Yays

Stylize Input Element Using CSS3

Views 9122   downloads 1379   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…

101
Yays

mootools FrancyForm Checkboxes Radio buttons

Views 7887   downloads 1710   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…

100
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…

99
Yays

Stylish Select box(jQuery)

Views 16586   downloads 3212   Form

A cross-browser, accessible alternative to the standard form element which can be fully customised with CSS   Stylish Select attempts to replicate the functionality of the browser default select…

99
Yays

jQuery Email Validation effect

Views 21203   downloads 4178   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…

99
Yays

MotionCAPTCHA ----cool jQuery CAPTCHA plugin

Views 23189   downloads 4938   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…

98
Yays

Changing Form Input Styles on Focus with jQuery

Views 9179   downloads 2077   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

Neon Blink Effect for your Forms using CSS3 and jQuery

Views 8985   downloads 1959   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…