Submit your widget
47
Yays

Nice Image Radio with jQuery

Views 7168   downloads 1687   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…

101
Yays

Custom jQuery form Selectbox

Views 14769   downloads 2266   Form

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

97
Yays

jQuery Email Validation effect

Views 20929   downloads 4086   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…

135
Yays

Useful Masked Input jQuery Plugin

Views 21286   downloads 3813   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,…

83
Yays

Nice jQuery Signature Pad plugin

Views 14390   downloads 2312   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…

97
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…

119
Yays

on-page text highlighting Search with jQuery

Views 25338   downloads 5197   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…

165
Yays

Cool JQuery and CSS3 Animated Login and Signup Form

Views 28199   downloads 6327   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…

138
Yays

simple Slide-in jQuery Contact Form

Views 27092   downloads 5075   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.…

120
Yays

custom confirm dialog in the form use jQuery plugin

Views 18313   downloads 2400   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.…

120
Yays

nice modal dialog box on Form Submit jQuery UI

Views 51384   downloads 6843   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…

289
Yays

Sliding up form labels with jquery and CSS3

Views 16211   downloads 3040   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…

90
Yays

Simple jQuery Form Assisted Fill Plugin

Views 12948   downloads 2434   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.…

121
Yays

Twitter style Ajax Sign In Form with jQuery and CSS3

Views 11874   downloads 2556   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.…

309
Yays

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

Views 48422   downloads 10359   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…