Submit your widget
97
Yays

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

Views 5822   downloads 1312   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":…

95
Yays

Mask Your Input Forms and Make It Beauty jQuery

Views 7102   downloads 1660   Form

Text masking is an alternative for us to display information what type of content user must input to our forms, as usual jQuery make our life easier, to implement that we just need to create the script…

95
Yays

Styling Your Search Form with CSS

Views 11851   downloads 2608   Form

  First let me go over my original approach which was using <input type="image" src="image-path"> as follows: <form method="get" id="searchform" action="http://www.sohtanaka.com/"> <fieldset>…

94
Yays

Javascript numeric stepper with inputbox

Views 10502   downloads 1959   Form

Building the Numeric Stepper With help from JavaScript and a few basic form controls we can easily create our very own Numeric Stepper. The ingredients are: a standard text input, two buttons, a container…

94
Yays

iPhone Style Checkboxes With CSS3

Views 13065   downloads 2237   Form

Here’s some form input checkboxes styled with CSS3 to look like iPhone style on/off buttons. Just messing about again with CSS3. It’s all done with an input ‘checkbox’ an a couple…

94
Yays

Simple jQuery Form Assisted Fill Plugin

Views 13130   downloads 2513   Form

The "jQuery Form Fill" fills forms from JSON objects. Fills all kinds of html elements. text password hidden textarea checkbox radio select Fills fields with jQueryUI Datepicker. Date in string format.…

93
Yays

Twitter-like dynamic character count for textareas jQuery

Views 7222   downloads 1855   Form

The best way to explain what this plugin does is to mention Twitter. Twitter posts are limited to 140 characters. While typing the Twitter post there is this always present information about how many…

93
Yays

Elastic Textarea form with jQuery (Ext JS)

Views 11951   downloads 2020   Form

Since it was first featured on Facebook, elastic textareas – <textarea> elements that automatically expand or shrink depending on how much text the user inputs – has become one of the…

93
Yays

fance Checkboxes, Radio Buttons, Select Lists, Custom HTML Form Elements

Views 14394   downloads 2953   Form

Have you ever wanted to use your own images for checkboxes, radio buttons or select lists? This script will let you do that. Easily. The unobtrusive script gracefully degrades, so if JavaScript is disabled,…

92
Yays

a Progress Bar With Form(jQuery )

Views 10137   downloads 2661   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,…

91
Yays

jQuery Disabled labels plugin

Views 6749   downloads 1802   Form

To better distinguish at a glance which inputs are disabled/enabled, I've chosen to style the labels of disabled inputs with a faint gray color. HTML The difference in HTML is a small one. The first example…

91
Yays

form Context highlighting using jQuery

Views 11842   downloads 2926   Form

Since the forms were often very complex and had (too much I would say) controls on them, I needed to focus a user's attention on the current context. I first thought to highlight the current row. The…

91
Yays

jQuery & CSS3 custom skin select lists

Views 31914   downloads 8299   Form

Skin your HTML select lists easily with Selectyze plugin. It works with IE6-9, chrome, Safari, Firefox.. HOW DOES IT WORK ? Selectyze hide your select element, and build a <div> just below the select…

91
Yays

Unique css3 contact form

Views 25234   downloads 6737   Form

This is an effect of a letter sliding out from an envelope on mouse hover. It works in browsers supporting css3 transitions. In IE the envelope is not visible, I certainly could have played a bit more…

90
Yays

Multiple Login Forms with Highlighting jQuery Plugin

Views 12238   downloads 2756   Form

This is a little specific… but I figured what the heck maybe it will be useful for someone. I recently had occasion to make multiple different login forms on a single page. With CSS we know we…