Submit your widget
101
Yays

jQuery Registration tooltips Form

Views 39970   downloads 10679   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…

62
Yays

jQuery Simple Password Strength Check

Views 13405   downloads 3385   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…

97
Yays

MotionCAPTCHA ----cool jQuery CAPTCHA plugin

Views 22613   downloads 4799   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…

62
Yays

jQuery Real-Time Form Validation plugin

Views 15789   downloads 4055   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…

122
Yays

Custom contact form with jQuery

Views 38416   downloads 13004   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.…

52
Yays

Animate jQuery validation feedback form

Views 13695   downloads 3369   Form

The trick is very simple: after user presses signup button, validation occurs and all fields that are invalid get shaken a little bit. They have very simple web form as example below shows. I won't…

54
Yays

useful credit card validation jQuery plugin

Views 11271   downloads 3189   Form

Smart Validate is a jQuery credit card validation plugin, that makes credit card format validation a simple task. It ensures that user has entered valid credit card number before making actual transaction.…

97
Yays

jQuery Email Validation effect

Views 20871   downloads 4064   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…

120
Yays

nice modal dialog box on Form Submit jQuery UI

Views 51317   downloads 6817   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

Twitter style Ajax Sign In Form with jQuery and CSS3

Views 11815   downloads 2537   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.…

130
Yays

JQuery Fancy AJAX Contact Form

Views 29322   downloads 5607   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…

104
Yays
113
Yays

jQuery Advanced Form Validation

Views 25507   downloads 5014   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…

86
Yays

jQuery HTML Form Validation Solution

Views 7081   downloads 2017   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…

309
Yays

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

Views 48360   downloads 10338   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…