Submit your widget
111
Yays

Search Box with Filter(jQuery)

Views 13932   downloads 2612   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 8196   downloads 1635   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 7832   downloads 2117   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

Submit A Form Without Page Refresh using jQuery

Views 18775   downloads 2604   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 10612   downloads 1908   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

jQuery Doubleselect Plugin

Views 6899   downloads 1517   Form

Fill in a second select box dependent on the first one. Code $(document).ready(function() { "Vegetables": { "key" : 10, "defaultvalue" : 111, "values" : { "tomato": 110, "potato": 111, "asparagus": 112…

109
Yays

Simple Interactive CSS Button with jQuery

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

109
Yays

Styling Drop Down Boxes with jQuery

Views 19425   downloads 2372   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 23781   downloads 5646   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 15172   downloads 3606   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 16675   downloads 4280   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 29754   downloads 6447   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 13412   downloads 3419   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 5972   downloads 1776   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 10402   downloads 2433   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…