Submit your widget
119
Yays

nice modal dialog box on Form Submit jQuery UI

Views 51274   downloads 6805   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…

118
Yays

on-page text highlighting Search with jQuery

Views 25119   downloads 5146   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…

112
Yays

jQuery Advanced Form Validation

Views 25469   downloads 5003   Form

Form Validator with several features such as grouping required fields or conditional checking if it is valid or not. Also you can validate string, numeric, date or e-mail. And you can combine several…

112
Yays

jQuery useful TagBox Plugin

Views 10198   downloads 2295   Form

This is a jQuery plugin to help add tags like input in your forms. In the header section add the following:  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.js"></script>…

111
Yays

jQuery 2D Transformation Plugin

Views 15260   downloads 2409   Layout & Interface

jQuery 1.4.2 is the minimum for this plugin to function correctly. This plug-in allows you to apply 2D transformations in all CSS3 capable browsers as well as Internet Explorer. This plug-in works in…

111
Yays

jQuery Safari Searcher

Views 11482   downloads 2449   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…

108
Yays

jQuery Awesome File Upload effect

Views 23735   downloads 5629   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.…

103
Yays
100
Yays

Custom jQuery form Selectbox

Views 14688   downloads 2233   Form

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

99
Yays

jQuery Registration tooltips Form

Views 39929   downloads 10664   Form

Bootstrap helps you to produce clean and highly usable applications, it will reduce larger engineering efforts and gives uniform application solutions. Bootstrap CSS Just include two CSS file bootstrap.css…

97
Yays

Changing Form Input Styles on Focus with jQuery

Views 8853   downloads 1960   Form

A lot of forms can be boring and plain, don’t let yours blend in. This tutorial will show you how to spice them up with CSS classes and default values that change according to which form item is…

96
Yays

jQuery Email Validation effect

Views 20831   downloads 4053   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…

96
Yays

MotionCAPTCHA ----cool jQuery CAPTCHA plugin

Views 22549   downloads 4786   Form

MotionCAPTCHA is a jQuery CAPTCHA plugin, based on the HTML5 Canvas Harmony procedural drawing tool by Mr Doob and the $1 Unistroke Gesture Regonizer algorithm (and the more recent Protractor…

94
Yays

jqTransform with jQuery plugin

Views 10730   downloads 1890   Form

Usage 1- Add javascript inclusion in the header section of your web page //required <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.jqtransform.min.js"></script>…

89
Yays

Simple jQuery Form Assisted Fill Plugin

Views 12882   downloads 2406   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.…