Best Forms and Controls Scripts for Web
It basically turns select boxes into incremental match-finding auto-complete component.As the user types his desired option, the item list is narrowed down.A working demo is included with the download package.Requirements:cursor-pointer"...
UI Anglepicker does exactly what its name says. It allows users to select the angle of an element.It uses a knob-like control to adjust the value until the user sees it fit to his needs.By keeping SHIFT pressed, the value can be incremented in steps of 15...
The jQuery Resizable Columns plugin was created to allow users the ability to grab a table column separator and drag it around to resize the entire column.The plugin was also coded to work with HTML 5 localStorage to remember the resized column's width...
Shepherd is extremely easy to use and comes with plenty of documentation to get developers started on creating their own presentational guides.
The library works by dithering out the rest of the page and leaving only the desired element in focus, while...
To use aCollapTable, developers will first need to add a hierarchy structure to their tables with the help of HTML data attributes.Once this done, based on the passed settings, special buttons will be added to the table which people can use to collapse ...
jQOSK can be used as a text input helper on pages accessible from devices with no keyboard or keypad.It can also be used in security applications as a way to avoid key loggers.jQOSK's keypad layout is customizable, allowing it to be used with...
hideShowPassword provides an easy to implement mechanism which reveals the text behind the famous dots/asterisks inside a password field.
This can be done either via a checkbox, a button or a link and provides a recommended UX technique to help users in...
TextboxList works by taking over normal text input fields and enriching the default text entry user experience.This is done by first adding auto-complete support, helping users easily enter common words by typing the first few characters and then...
Drop-down select fields are notoriously extremely difficult to customize.They usually require the developer to use complex jQuery plugins that use complicated form masking techniques to append custom styles to a drop-down field, and even when they do this...
tinyDraggable is for cases where using jQuery UI so you can take advantage of its draggable module will only slow down your app by loading a few thousand lines of code that won't get ever used for anything else.This small plugin can add drag & drop...