Submit your widget
309
Yays

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

Views 48385   downloads 10349   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…

165
Yays

A jQuery inline form validation

Views 29004   downloads 6944   Form

jQuery validation engine is a Javascript plugin aimed at the validation of form fields in the browser (IE 6-8, Chrome, Firefox, Safari, Opera 10). The plugin provides visually appealing prompts that…

130
Yays

JQuery Fancy AJAX Contact Form

Views 29350   downloads 5617   Form

Introduction Providing a simple and reliable means of feedback from site visitors is a crucial part of any web presence. The most simple and common feedback channel are contact forms. In this tutorial…

127
Yays

Fancy Sliding Form with jQuery

Views 16075   downloads 3757   Form

we are going to create a fancy sliding form that shows some validation feedback to the user after each step. This form saves a lot of space and is easy to access – it basically works like a slide…

122
Yays

Custom contact form with jQuery

Views 38443   downloads 13017   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 11836   downloads 2547   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

nice modal dialog box on Form Submit jQuery UI

Views 51345   downloads 6828   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…

113
Yays

jQuery Advanced Form Validation

Views 25535   downloads 5031   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…

104
Yays
101
Yays

jQuery Registration tooltips Form

Views 39990   downloads 10690   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

jQuery Email Validation effect

Views 20890   downloads 4075   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…

97
Yays

MotionCAPTCHA ----cool jQuery CAPTCHA plugin

Views 22641   downloads 4810   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…

86
Yays

jQuery HTML Form Validation Solution

Views 7097   downloads 2026   Form

First we’ll start with the HTML and CSS. The script will add a class called “needsfilled” to any fields that don’t pass the validation, so you’ll want to specify how you’d…

62
Yays

jQuery Real-Time Form Validation plugin

Views 15810   downloads 4066   Form

Client-side validation is something every web form should have, no doubts about that. While server-side validation does its job, it certainly lacks good user experience. What is so great about client-side…

62
Yays

jQuery Simple Password Strength Check

Views 13424   downloads 3397   Form

Password strength checking is an easy way to show the strength of user password on the registration forms. It helps users to choose more secure password when filling the forms. In this tutorial we will…