Submit your widget
127
Yays

jQuery : Checkbox & Table

Views 20466   downloads 3442   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…

127
Yays

on-page text highlighting Search with jQuery

Views 26033   downloads 5324   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…

124
Yays

custom confirm dialog in the form use jQuery plugin

Views 18590   downloads 2477   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.…

124
Yays

Custom contact form with jQuery

Views 38720   downloads 13119   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.…

122
Yays

Twitter style Ajax Sign In Form with jQuery and CSS3

Views 12082   downloads 2633   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.…

122
Yays

nice modal dialog box on Form Submit jQuery UI

Views 51742   downloads 6929   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…

121
Yays

Jquery Mega Select List

Views 12316   downloads 1870   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…

118
Yays

Fancy jQuery Pagination Plugin

Views 14198   downloads 3389   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…

117
Yays

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

Views 11117   downloads 1914   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…

117
Yays

jQuery Selecting Multiple Select Form Elements on the Fly

Views 7306   downloads 1802   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…

116
Yays

jQuery Advanced Form Validation

Views 25881   downloads 5138   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…

116
Yays

Styling Drop Down Boxes with jQuery

Views 19670   downloads 2466   Form

One problem with HTML forms is it is hard to style the elements to fit into your design.  The tutorial will show you how to style the hardest of them all, the select box.   The Plan Unfortunately…

115
Yays

Fancy checkboxes and radio buttons with jquery

Views 22900   downloads 4843   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>…

115
Yays

jQuery Pretty checkboxes

Views 13369   downloads 2899   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…

115
Yays

jQuery useful TagBox Plugin

Views 10507   downloads 2423   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>…