Submit your widget
46
Yays

Nice Image Radio with jQuery

Views 7100   downloads 1655   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…

100
Yays

Custom jQuery form Selectbox

Views 14671   downloads 2230   Form

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

96
Yays

jQuery Email Validation effect

Views 20814   downloads 4049   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…

133
Yays

Useful Masked Input jQuery Plugin

Views 21211   downloads 3781   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,…

82
Yays

Nice jQuery Signature Pad plugin

Views 14176   downloads 2256   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…

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

118
Yays

on-page text highlighting Search with jQuery

Views 25078   downloads 5140   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…

160
Yays

Cool JQuery and CSS3 Animated Login and Signup Form

Views 28068   downloads 6290   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…

137
Yays

simple Slide-in jQuery Contact Form

Views 26989   downloads 5038   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 18186   downloads 2360   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.…

119
Yays

nice modal dialog box on Form Submit jQuery UI

Views 51256   downloads 6803   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…

288
Yays

Sliding up form labels with jquery and CSS3

Views 16137   downloads 3005   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…

89
Yays

Simple jQuery Form Assisted Fill Plugin

Views 12871   downloads 2403   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.…

120
Yays

Twitter style Ajax Sign In Form with jQuery and CSS3

Views 11756   downloads 2520   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.…

308
Yays

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

Views 48289   downloads 10324   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…