Submit your widget
99
Yays

jQuery Registration tooltips Form

Views 39913   downloads 10662   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…

61
Yays

jQuery Simple Password Strength Check

Views 13358   downloads 3369   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…

61
Yays

jQuery Real-Time Form Validation plugin

Views 15725   downloads 4035   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…

121
Yays

Custom contact form with jQuery

Views 38362   downloads 12990   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.…

53
Yays

useful credit card validation jQuery plugin

Views 11231   downloads 3172   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.…

96
Yays

jQuery Email Validation effect

Views 20814   downloads 4049   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…

119
Yays

nice modal dialog box on Form Submit jQuery UI

Views 51256   downloads 6803   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

Twitter style Ajax Sign In Form with jQuery and CSS3

Views 11756   downloads 2520   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.…

126
Yays

Fancy Sliding Form with jQuery

Views 15994   downloads 3729   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…

164
Yays

A jQuery inline form validation

Views 28924   downloads 6916   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…