Submit your widget
94
Yays

jqTransform with jQuery plugin

Views 10714   downloads 1884   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>…

113
Yays

jQuery Pretty checkboxes

Views 13050   downloads 2776   Form

The checkboxes are still there, but we won’t be clicking them. The checking/unchecking will handled by the “Select” and “Cancel” links within each list item. Each list item…

103
Yays
103
Yays

An Scalable jQuery Login Box

Views 10357   downloads 2410   Form

Here is a little example on how to create an unobtrusive login box in the top left of your page. First we start with the CSS. I have placed the login box in the top left and added some nice rounded corners…

91
Yays

iPhone Style Checkboxes With CSS3

Views 12769   downloads 2130   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…

137
Yays

ScrollectBox jQuery plugin

Views 9122   downloads 1993   Form

When used on a select-element, the ScrollectBox will act as a stylable clone, thus preserving the functionality of e.g. a form. Further down this page, in the Examples section, is a tryout form as well…

170
Yays

jQuery custom dropdown image combobox

Views 45380   downloads 6580   Form

Feature at glance: Fully Skin-able Your original dropdown is safe, so your form post will not be messed. An image can be inserted with your text. Each <option> can have an image. You may covert…

91
Yays

Styling Your Search Form with CSS

Views 11604   downloads 2491   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>…

132
Yays

jQuery UI Spinner - numeric stepper

Views 32749   downloads 5043   Form

Usage Events The following events fire when interacting with the Spinner via keyboard or mouse: spinup - during value increment. spindown - during value decrement. spin - during value increment/decrement.…

90
Yays

Javascript numeric stepper with inputbox

Views 10168   downloads 1843   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…

114
Yays

jQuery Selecting Multiple Select Form Elements on the Fly

Views 7053   downloads 1685   Form

Select all elements with a single click Deselect all elements with a single click Select elements that match some value. (contain “red”) with a single click After spending some time digging…

99
Yays

mootools FrancyForm Checkboxes Radio buttons

Views 7616   downloads 1607   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…

81
Yays

Using form labels as text field values jQuery

Views 6858   downloads 1399   Form

The problem Let's rethink what I just did. I placed a sentence "Input your email here" as a text field value by adding it to the VALUE attribute. Why is that wrong? The VALUE attribute of the INPUT tag…

155
Yays

Twitter Sign-up Page using HTML5 And CSS3 (no js)

Views 20263   downloads 4178   HTML5

As we all know HTML5 gives us some pretty useful feature . Today I am going to show the feature which gives a new look to Forms module.In Old version of html , Forms were pretty boring and you have to…

111
Yays

Formular Design mit CSS3 - Visuelle Gestaltung und der Verzicht auf Grafiken

Views 10909   downloads 1810   Form

Kommentar- / Kontakt-Formular - HTML Struktur Um nicht mehr Daten von potentiellen Kommentatoren abzufragen als nötig und um die Gestaltung durch CSS von der Strukturierung der Daten durch entsprechende…