A simple jQuery UI widget to pretty up <select> elements and input custom ranges. It’s fully unit tested too, you can run the tests if you like.It works by setting the values back in your original select, so you can call the standard jQuery val methods to read the value, bind to the change event, etc right on the native element.
Best jQuery Forms Plugins & Tutorials with Demo
jQuery prettyCheckable
A jQuery plugin to replace checkboxes and radios for custom images.This plugin replaces the default checkboxes and radio inputs for better looking ones.
Features:
- Custom design
- Four color options
- Better look & size
- Super easy implementation
- Selectable with Tab and checkable with keyboard
- Change events & Chainning preserved
- More area of click/touch. A plus for mobile devices
jQuery.validVal : A highly customizable and feature rich jQuery form validator
jQuery.validVal is a plugin designed to simplify form validation.It is highly customizable, very feature rich and can easily be dropped on any type of HTML-form (even AJAX- and HTML5-forms) with very little effort.
Features:
- Can be used for validating any kind of HTML-form, with very little effort.
- Supports five default value-validations: “required”, “number”, “email”, “url” and “pattern”.
- Supplies a workaround for the lack of support for HTML5 attributes and type-values.
- Great default “invalid-handler” that can be extended or customized.
- Enables a group of checkboxes to have at least one checkbox to be “required”.
- Built in support for clearing the placeholder-value “onFocus”.
- Automatically select the next input-field when the “maxlength” nth-character is entered.
SelectBoxIt : jQuery Stylish & Animated Select Box Plugin
A jQuery plugin that progressively enhances an HTML Select Box into a single option dropdown list. The dropdown list can be optionally styled with Twitter Bootstrap or jQueryUI ThemeRoller and optionally animated with jQueryUI show/hide effects.
Features:
- Styleable with Twitter Bootstrap and jQueryUI Themeroller (optional)
- Supports all jQuery and jQueryUI show/hide effects (optional)
- Includes ARIA (Accessible Rich Internet Applications) support
- Full keyboard search and navigation support
- An event API triggered on the original select box element that calls the plugin
- A method API providing methods to interact with the dropdown list (i.e. Search, Open, Disable, Set Options).
- Passes jsHint with no errors
- Selected, Disabled, and Optgroup Support
- Easily extendable to allow developers to create new widgets
jQuery Lined TextArea plugin
One of the most used, but under featured HTML controls, is the humble TEXTAREA control. This control is designed to accept large blocks of text from the user. A wide variety of plugins exist for the TEXTAREA that layer it with toolbars, auto-resizing, rich-text editing and the works.
However, for my usage, this was way over kill. I wanted a simple line-number facility that would allow my users easily see where they are. Particuraly handy for editing code online. After searching, I couldn’t find one, so I simply created my own plugin.
Classic Digg-Style Radio Buttons with CSS and jQuery
For this tutorial I want to explain how we can build custom radio button links similar to the old Digg category selection. You can click on any set of links which will also trigger an active state on the correlated radio input. This is one of the best ways to style a web form using a bit of simple JavaScript to enhance the user experience.










