Submit your widget
61
Yays

Fancy Forms with HTML5 and CSS3

Views 14087   downloads 3815   Form

Forms in HTML have typically been pretty boring – input boxes and buttons with all validation performed by javascript. With the new HTML5 Forms module things have become a little more useful. As…

61
Yays

Slick Login Form with CSS3

Views 8533   downloads 2352   Form

The goal of this post is to harness some new functionality provided by CSS3 and move away from images. We are going to create a CSS3 login form without images yet still have a visually pleasing result.…

61
Yays

jQuery images dynamic form preview

Views 11427   downloads 1728   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 17350   downloads 3419   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 11036   downloads 2617   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 10590   downloads 2475   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…

57
Yays

jQuery pretty Checkboxes form

Views 10188   downloads 2178   Form

This script is for people who wants to have a consistent look for checkboxes across browser or those who simply want them to look better. By using this script you wont loose any of the regular inputs…

56
Yays

custom float form with jQuery

Views 10020   downloads 1471   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 11292   downloads 3197   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

Stylish Rocking CSS3 Search Field

Views 15304   downloads 2681   Form

CSS3 is the next generation style sheet language. It introduces a lot of new and exciting features like shadows, animations, transitions, border-radius etc. Although the specifications have not been finalized…

54
Yays

Super cool Password Strength Meter with jQuery

Views 12240   downloads 4152   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…

53
Yays

spin button plugin with jQuery

Views 10395   downloads 1681   Form

Smart spin is a jQuery spin button plugin that mimics the very common windows spin button control. Smart spin allows you to select a value between minimum and maximum values using either mouse or keyboard.…

52
Yays

Animate jQuery validation feedback form

Views 13709   downloads 3376   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 15716   downloads 3900   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

html5 and CSS3 Modern Web Forms effect

Views 20707   downloads 5779   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…