Submit your widget
50
Yays

Nice Image Radio with jQuery

Views 7405   downloads 1796   Form

This extension replaces standard HTML checkboxes and radio buttons with an image-based alternative. The images are inserted as background:url() CSS directives for <span /> elements. The standard…

105
Yays

Custom jQuery form Selectbox

Views 15044   downloads 2384   Form

Replaces the standard HTML form selectbox with a custom looking selectbox. Allows for disable, multiselect, scrolling, and very customizable. // SIMPLE USAGE $(".exampleDiv").custSelectBox();…

100
Yays

jQuery Email Validation effect

Views 21289   downloads 4214   Form

we will describe how you can validate the format of an email address “live” using jQuery and regular expressions without the need for a plugin . The code is pretty lightweight, uses a simple…

142
Yays

Useful Masked Input jQuery Plugin

Views 21557   downloads 3969   Form

This is a masked input plugin for the jQuery javascript library. It allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates,phone numbers,…

90
Yays

Nice jQuery Signature Pad plugin

Views 15033   downloads 2470   Form

 The Signature Pad has two modes: TypeIt and DrawIt. TypeIt mode the user’s signature is automatically generated as HTML text, styled with @font-face, from the input field where they type their…

100
Yays

jQuery Awesome Mousehold Event

Anyway, traditional applications have 'spinners' that make numbers or items go up and down (I'm working on that too). This jQuery plugin adds the missing 'repeat' event. The 'repeat' is when you keep…

128
Yays

on-page text highlighting Search with jQuery

Views 26277   downloads 5374   Form

Websites often have search boxes to allow users to find content from their archives. But what if you want to find content on the given page? Information Architects had on-page text search that provides…

168
Yays

Cool JQuery and CSS3 Animated Login and Signup Form

Views 28551   downloads 6442   Form

Check out an amazing animated and stylish login / register jquery form which is simple to use. I put some animation which adds some attractive looks. If any one needs this form then only backend code…

141
Yays

simple Slide-in jQuery Contact Form

Views 27369   downloads 5200   Form

Contact forms are an indispensable part of every website. They are mostly implemented on a separate page and they rarely display creativity, even though there are many ways to improve their visual style.…

125
Yays

custom confirm dialog in the form use jQuery plugin

Views 18694   downloads 2511   Lightbox & Dialog & Overlay

Continuing on our quest for building customizable alternatives for browser’s controls, this week we are building a cross-browser, custom confirm dialog in the form of an easy to use jQuery plugin.…

122
Yays

nice modal dialog box on Form Submit jQuery UI

Views 51829   downloads 6975   Form

I wanted to make a nice modal dialog box that would confirm submission of a form. And, specifically, it had to ask if their e-mail address was correct that they listed on the form. Typos, particularly…

292
Yays

Sliding up form labels with jquery and CSS3

Views 16457   downloads 3157   Form

A common problem for laying out a labels and their inputs is that the labels dangle out in what appears to be whitespace. Form labels can make a design aesthetically awkward. There are several paths to…

95
Yays

Simple jQuery Form Assisted Fill Plugin

Views 13203   downloads 2543   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.…

123
Yays

Twitter style Ajax Sign In Form with jQuery and CSS3

Views 12172   downloads 2667   Form

This is a Twitter style drop down sign in form that uses jQuery and Ajax. The form sends an Ajax request to a server script to verify the username and password. The script also includes JavaScript validation.…

317
Yays

jQuery AJAX Validation Contact Form with Modal + Slide-in Transition

Views 48951   downloads 10501   Form

Due to popular demand, here is a tutorial on how I created one of the more complicated pieces of machinery on my new site: the contact form. A lot of different techniques went into this, and I have a…