Top Forms and Controls Scripts for Web
The 'jQuery HTML5 like input number' plugin will add +/- controls to form input fields.Pressing them will increase or decrease the value contained in the form.The plugin mainly puts focus on mouse interactions, but keyboard input is left in place, so...
While this effect can be achieved via CSS in some cases, Wholly was created for those cases where table layouts are quite complicated and the action of hovering and clicking on a cell needs to be tied in with a JS-based action (like selecting).Wholly...
jQuery highlightTextarea can be used to grab the user's attention inside a textarea.
The plugin can be used to add a colored background to one or more words, letting him know he made a mistake or he did something wrong.
The plugin can work by...
jQuery Knob works by acquiring the value off a circle radius.To input a value, the user can drag&rotate the slider or just enter the value by hand inside the circle/dial.The dial is rendered via HTML 5 canvas, and is mobile (touch) friendly.If JavaScript...
jquery.scrollingShadows adds a small shadow to the top and the bottom of the scroll area, shadow that disappears when the user reached the top or the bottom.The effect mimics the Gmail interface and is reproduced using only CSS3 code.Using the plugin is...
jQuery.formtag.js helps developers beautify form fields and make data entry more fun and interactive for the end user.The plugin works by taking a classic, hard-to-style form dropdown field or a pretty boring text input field and converting them into UI...
Rarely open sourced projects reach cult status in the Web design community. This happened to WordPress, jQuery, MooTools, Joomla, Drupal and so on.This is because in any facet of development sometimes programmers might need some help with their code and...
Bootstrap MaxLength can help developers in two ways.
It can prevent high volumes of text data being entered inside a form, indirectly protecting the site against various hacking attempts.
It can also show a dynamic character counter right under the form...
formatter.js was created for online form validation purposes.It helps developers setup input masks, term used to describe the process of taking user input and manipulating it to be displayed using a desired format.This technique is usually used for credit...
A chained select block is a series of drop-down select fields that get populated based on previous selections.The Chained plugin implements all the mechanics for building such UI components, all with the help of a very simplistic HTML structure and JS...