Plugins

Forms


Form validation, Ajax forms, custom form inputs, form enhancements.

(mb) valueSlider

jquery.mb.valueSlider let you set a range between two numbers (positive or negative) and catch a value by dragging a cursor.

Cascading Dropdowns Select Lists

Enables dropdown lists to cascade so that when the parent is changed the children are populated with the child data.

jQuery Plug-In CSS3 Buttons

jQuery Plug-In CSS3 Buttons

No StyleSheet needed.

Boton

$('.boton').css3button();

$('.boton').css3button({color : 'red'});
$('.boton').css3button("disabled");
$('.boton').css3button("enabled");
$('.boton').css3button("destroy");

Stylish Forms Radio, check button

What's Ideal Forms:

Ideal Forms is a small framework to build powerful and beautiful online forms.
It's very easy to use and requires minimal html syntax.
Absolutely everything is stylable with css, no images needed.
Support for IE 7+, Firefox 3+, Chrome 3+, Safari 3.1+ and Opera 11+.
Degrades gracefully with javascript disabled.
demo: http://www.htmldrive.net/items/demo/1059/beautiful-Radio-check-button-wi...
download: http://www.htmldrive.net/items/show/1059/beautiful-Radio-check-button-wi...

Smart Wizard (3+)

This is a fork and extension of the original jQuery SmartWizard.

It has been copied over to github, and has undergone further development and extension.

Placeholder Attribute Polyfill

Description:
Provides a polyfill for browsers that do not support the placeholder attribute on input elements.

(KFSOFT) My Dropdown

My Dropdown

This plugin create a fully customizable dropdown list for ordinary html select list. It create new dropdrop list, which you can modify using CSS easily. It is not a replacement for the html select list, but it render a more fancy dropdown, rather than displaying the ordinary html select list. The select list created is still out there, you can work on it, and read the values of those lists when submit. They are just hidden. The behavour of the new dropdown is very similar to their ordinary counterpart. Also, it is very small, because it just render a single control. If you just want to make minor changes, it is your choice.

dynamic select form preview with jQuery

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 part completely from this example so we can concentrate purely on the JavaScript.
demo: http://www.htmldrive.net/items/demo/1051/jQuery-images-dynamic-form-prev...
download: http://www.htmldrive.net/items/show/1051/jQuery-images-dynamic-form-prev...

Multi Ajax Input

This plugin turns ordinary text input field into "multi-input" which can have multiple values, these values can be auto-suggested by AJAX. They can be also sorted and deleted on-the-fly.

Simple Virtual Keyboard Effect with jQuery

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 we store in various web applications these days, the safety of these accounts are of no less significance to us. This tutorial will explain how we can implement a simple virtual keyboard with some (well, okay, lots of!) help from jQuery.
demo: http://www.htmldrive.net/items/demo/1045/Simple-jQuery-Virtual-Keyboard-...
download: http://www.htmldrive.net/items/show/1045/Simple-jQuery-Virtual-Keyboard-...