Submit your widget
112
Yays

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

Views 10978   downloads 1839   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…

111
Yays

Search Box with Filter(jQuery)

Views 13982   downloads 2621   Form

This search box reveals a drop down menu after the user clicks into the input field. The menu is meant to act as a filter with several checkbox options that allow the user to select specific categories…

111
Yays

FCBKcomplete facebook-like dynamic inputs (jQuery)

Views 8239   downloads 1646   Form

Fancy facebook-like dynamic inputs with auto complete & pre added values Use:   <script language="JavaScript"> $(document).ready(function() { $.facebooklist('#elem', '#list', '#complete',{url:'ajax-url',cache:1},…

111
Yays

JQuery simple Digg Style Sign Up Form

Views 7860   downloads 2126   Form

Digg.com is one of the most popular social networking sites, allowing you to discover and share the content all over the web. In this tutorial we are going to simulate their signup form, with unique features…

110
Yays

Simple Interactive CSS Button with jQuery

Views 9579   downloads 1972   Form

we will be creating a button that will replace the default submit button. It will be degrade gracefully, animated and easy to implement. 1. HTML The following is a pretty stardard form structure. 2 text…

110
Yays

Submit A Form Without Page Refresh using jQuery

Views 18820   downloads 2615   Form

we have a simple contact form with name, email, and phone number. The form submits all the fields to a php script without page refresh, using native jQuery functions (native meaning, you don’t need…

110
Yays

Custom radio and checkbox inputs using CSS3

Views 10648   downloads 1916   Form

As you can see from the demo each radio and checkbox is replaced with a custom one. The difference here from my initial attempt, and to get around the fact you can’t apply generated content to form…

110
Yays

Styling Drop Down Boxes with jQuery

Views 19459   downloads 2386   Form

One problem with HTML forms is it is hard to style the elements to fit into your design.  The tutorial will show you how to style the hardest of them all, the select box.   The Plan Unfortunately…

109
Yays

jQuery Awesome File Upload effect

Views 23814   downloads 5663   Form

File Upload widget with multiple file selection, drag&drop support, progress bars and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing.…

108
Yays

jQuery Plugin Tasty Form Validation

Views 15214   downloads 3620   Form

This is a slim jQuery form validation Plugin. The core is under 6kb and can be extended with your own validation functions. Also you have full control over the behavior and style of the error-containers.…

108
Yays

A Clean and Stylish CSS3 Contact Form

Views 16706   downloads 4289   Form

Building stylish contact forms typically requires the use of images (and maybe some JavaScript) to create something that looks professional. However, with CSS3 it’s now much easier to create some…

106
Yays

Web Forms with HTML5 no javascript

Views 29794   downloads 6462   HTML5

For years now, most Web forms have included at least some lines of JavaScript code. Typically this JavaScript is used to validate the form — that is, check all the fields have been filled in correctly…

105
Yays

Niceforms

Views 13463   downloads 3430   Form

Web forms. Everybody knows web forms. Each day we have to fill in some information in a web form, be it a simple login to your webmail application, an online purchase, or signing up for a website. They…

104
Yays

jQuery Checkbox & Radiobutton Plugin

Views 5999   downloads 1787   Form

ezMark is a jQuery Plugin that allows you to stylize Radio button and Checkbox easily. Its very small (minified version is ~1.5kb) compared to other similar scripts. It has been tested and works on all…

104
Yays

An Scalable jQuery Login Box

Views 10435   downloads 2443   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…