Submit your widget
62
Yays

jQuery Real-Time Form Validation plugin

Views 15850   downloads 4083   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 13460   downloads 3410   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…

62
Yays

Very useful color Prefix & Postfix Input Form

Views 14069   downloads 3205   Form

This library contains twenty four different icons, they are : email, link, external-link, attach, tag, home, key, credit-card, cart, user, trash, folder, save, marker, setting, edit, bookmark, calendar,…

61
Yays

jQuery images dynamic form preview

Views 11454   downloads 1743   Form

a dynamic form preview tool for work so clients could preview how the text and images would look before submitting the content to be published. I’ve trimmed down the code and removed the database…

60
Yays

jQuery Mac-like Login Form

Views 17381   downloads 3428   Form

A login page like what Mac has; when a user chooses his username, there will be a password form that he/she has to fill. If the password inputted is not valid, the login form will automatically warn the…

59
Yays

Useful jQuery Form Add Hints and Auto Focus effect

Views 11070   downloads 2630   Form

This demo teaches you how to easily add hints to your forms and auto focus fields. We are continuing a series of quick articles for web developers which explain how to automate things during website programming.…

57
Yays

Glow Hinter login form with jQuery

Views 10613   downloads 2486   Form

Glow Me Hinter is a very SIMPLE and EASY to use jquery plugin that can be used to add informative hints on your input textboxes. It can also simulate the twitter login textboxes by adding a border glow…

56
Yays

custom float form with jQuery

Views 10054   downloads 1482   Form

With this Plugin you can style your markup right in your browser with a build-in element selector and CSS editor. Generate the CSS code of altered elements with one click and use it in your own stylesheet.…

54
Yays

useful credit card validation jQuery plugin

Views 11324   downloads 3208   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.…

54
Yays

Super cool Password Strength Meter with jQuery

Views 12277   downloads 4166   Form

we will be creating a beautiful password strength indicator. It will determine the complexity of a password and move a meter accordingly with the help of the new Complexify jQuery plugin. Only when a…

52
Yays

Animate jQuery validation feedback form

Views 13732   downloads 3386   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…

51
Yays

Simple jQuery Virtual Keyboard Effect

Views 15738   downloads 3910   Form

very few websites provide their users with the option of using a virtual keyboard to key in (at the bare minimum) their passwords. Yes, a few banks do it, but considering how much personal information…

50
Yays

Releases customselect icons with jQuery

Views 6814   downloads 1804   Form

After being sick of how ugly select boxes are within forms, I looked hard to find a decent solution. There are a few but some of them I found to have bugs, or not be able to use icons within the custom…

50
Yays

html5 and CSS3 Modern Web Forms effect

Views 20743   downloads 5790   Form

This demo using HTML5 and CSS3 to achieve great style and functionality without causing problems in less capable browsers. To be clear, this code will not look exactly the same in every browser. We are…

49
Yays

Useful CSS3 and jQuery Search Form

Views 6589   downloads 1571   Form

Most websites nowadays have a search form somewhere. I’m pretty sure I don’t need to explain why it’s a good idea to have a ‘search’ functionality built into a website and…