Submit your widget
114
Yays

jQuery Doubleselect Plugin

Views 7123   downloads 1612   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…

113
Yays

Niceforms

Views 13681   downloads 3528   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…

113
Yays

Search Box with Filter(jQuery)

Views 14229   downloads 2720   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…

113
Yays

A Clean and Stylish CSS3 Contact Form

Views 16920   downloads 4392   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…

113
Yays

jQuery Safari Searcher

Views 11742   downloads 2564   Form

I want to share my jQuery search box plugin looks like Safari one. It is really easy to customize skin by drawing new sprite. Moreover, it have all the same functionality as a real one and a bit more…

112
Yays

FCBKcomplete facebook-like dynamic inputs (jQuery)

Views 8480   downloads 1737   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},…

112
Yays

Custom radio and checkbox inputs using CSS3

Views 10833   downloads 2001   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…

112
Yays

JQuery simple Digg Style Sign Up Form

Views 8031   downloads 2203   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…

111
Yays

jQuery Awesome File Upload effect

Views 24042   downloads 5747   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.…

110
Yays

Simple Interactive CSS Button with jQuery

Views 9787   downloads 2061   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

jQuery Plugin Tasty Form Validation

Views 15445   downloads 3701   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.…

110
Yays

Submit A Form Without Page Refresh using jQuery

Views 19078   downloads 2704   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…

109
Yays

jQuery Checkbox & Radiobutton Plugin

Views 6235   downloads 1877   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…

108
Yays

Web Forms with HTML5 no javascript

Views 30069   downloads 6564   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…

106
Yays

An Scalable jQuery Login Box

Views 10607   downloads 2518   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…