Submit your widget
122
Yays

Custom contact form with jQuery

Views 38429   downloads 13012   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 11823   downloads 2542   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 12013   downloads 1747   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 51330   downloads 6823   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 18258   downloads 2382   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 20189   downloads 3325   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 25240   downloads 5177   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 13948   downloads 3271   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 7104   downloads 1704   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 13114   downloads 2795   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 22666   downloads 4737   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 25520   downloads 5022   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 10249   downloads 2314   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 Safari Searcher

Views 11524   downloads 2466   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…

112
Yays

Formular Design mit CSS3 - Visuelle Gestaltung und der Verzicht auf Grafiken

Views 10954   downloads 1826   Form

Kommentar- / Kontakt-Formular - HTML Struktur Um nicht mehr Daten von potentiellen Kommentatoren abzufragen als nötig und um die Gestaltung durch CSS von der Strukturierung der Daten durch entsprechende…