Submit your widget
123
Yays

Custom contact form with jQuery

Views 38475   downloads 13029   Form

we are going to build a awesome contact form. Also we are going to display errors using well-known jQuery plugin to validate form fields. We need to create necessery files: index.html, init.js and default.css.…

121
Yays

Twitter style Ajax Sign In Form with jQuery and CSS3

Views 11875   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.…

120
Yays

Jquery Mega Select List

Views 12050   downloads 1767   Form

This is  the jQuery Mega Select List project, Usage The jQuery Mega Select List is for when you have a drop down list with a crazy number of items that can be logically grouped, for example if you…

120
Yays

nice modal dialog box on Form Submit jQuery UI

Views 51388   downloads 6844   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…

120
Yays

custom confirm dialog in the form use jQuery plugin

Views 18315   downloads 2402   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

jQuery : Checkbox & Table

Views 20230   downloads 3341   Form

Today’s code snippet is how to automagically check/uncheck checkbox element by clicking a single row of a table using jQuery. Firstly we add click event on the table’s row, it will help us…

119
Yays

on-page text highlighting Search with jQuery

Views 25349   downloads 5198   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…

118
Yays

Fancy jQuery Pagination Plugin

Views 13983   downloads 3294   Slideshow & Scroller

jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to…

115
Yays

jQuery Selecting Multiple Select Form Elements on the Fly

Views 7140   downloads 1721   Form

Select all elements with a single click Deselect all elements with a single click Select elements that match some value. (contain “red”) with a single click After spending some time digging…

114
Yays

jQuery Pretty checkboxes

Views 13154   downloads 2811   Form

The checkboxes are still there, but we won’t be clicking them. The checking/unchecking will handled by the “Select” and “Cancel” links within each list item. Each list item…

113
Yays

Fancy checkboxes and radio buttons with jquery

Views 22702   downloads 4752   Form

Usage Add js and css files   <LINK rel="stylesheet" type="text/css" href="./radio-checkbox_files/style.css"> <SCRIPT src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></SCRIPT>…

113
Yays

jQuery Advanced Form Validation

Views 25568   downloads 5040   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…

113
Yays

jQuery useful TagBox Plugin

Views 10279   downloads 2330   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>…

112
Yays

jQuery Doubleselect Plugin

Views 6935   downloads 1531   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…

112
Yays

jQuery Safari Searcher

Views 11556   downloads 2480   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…