Submit your widget
59
Yays

jQuery Mac-like Login Form

Views 17297   downloads 3398   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…

52
Yays

spin button plugin with jQuery

Views 10347   downloads 1659   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.…

70
Yays

Image Select plugin with jQuery

Views 24848   downloads 3429   Form

his plugin will be replaced by another from a plugin pack I’m developing, where I’ve applied lots of bugfixes. The link will be on here by the end of August. ImageSelect is a jQuery plugin…

87
Yays

jQuery search form list filtering

Views 20404   downloads 5067   Form

Here’s a clever little script that’s certainly useful if you want to give users the functionality to refine search results or filter product results. If you had a list of films with long titles…

43
Yays

jQuery Cusom your select form

Views 8680   downloads 2769   Form

Your select form is replace by a div + ul li to simulate a select Box with options and rebuild automatically your original <select> with the correct value. Don't work with multiple selections.…

48
Yays

Releases customselect icons with jQuery

Views 6736   downloads 1775   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…

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.…

48
Yays

Useful CSS3 and jQuery Search Form

Views 6520   downloads 1541   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…

105
Yays

Web Forms with HTML5 no javascript

Views 29649   downloads 6412   HTML5

For years now, most Web forms have included at least some lines of JavaScript code. Typically this JavaScript is used to validate the form — that is, check all the fields have been filled in correctly…

60
Yays

Slick Login Form with CSS3

Views 8484   downloads 2329   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.…

71
Yays

Glowing login Form with jQuery and CSS3 (Glowform )

Views 16344   downloads 4475   Form

I thought Dragon Labs' Dragonfish Login Form Demo  was really neat. They implement the effect by using a rather large background image and a mask image and move the background image around via…

75
Yays

Nice CSS3 and jQuery Multi-Step Signup Form

Views 20277   downloads 4681   Form

we will see how to create a simple multi-step signup form using CSS3 and jQuery. To spice up things a bit, we will include progress bar with the form, so the users will be able to see the percentage of…

56
Yays

Glow Hinter login form with jQuery

Views 10540   downloads 2452   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…

60
Yays

Fancy Forms with HTML5 and CSS3

Views 14038   downloads 3790   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…

72
Yays

very usable and nice search box with CSS3

Views 10251   downloads 3397   Form

you’ll learn how create a cool and usable CSS3 search box using the HTML5 placeholder attribute. For the browsers that don’t support this new HTML attribute, fallback is created using Modernizr’s…