Must have Forms and Controls Scripts for Web
selectToAutocomplete makes it possible to enhance a site's UX (User eXperience) by simplifying the process of selecting an item from a dropdown list, especially if the list contains lots and lots of items.The plugin works by hiding the dropdown select...
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...
A range selection is a selection that needs a starting and end point. In all operating systems, range selections can be done by clicking the start and end point while holding down the SHIFT key.ShiftCheckbox implements such a system for checkboxes found...
The 'Show Char Limit' plugin allows developers to build complex character counters for online forms.It can work either as a count-up or count-down widget, alerting users of typed in characters and/or characters left until the maximum limit is reached.When...
SideComments.js is a near-identical clone of the Medium commenting system.It works practically the same, showing a "+" sign next to each paragraph, which when pressed pushes the text to the side and shows a sidebar with a simple commenting form.In case...
The difference from a drop-down select field and a combobox is that users can type inside the combobox header to narrow down the available selections or even to enter their own custom option.
Comboboxes are usually used with large drop-down select fields,...
jqTree takes JS arrays or JSON structures and renders them out as interactive HTML tables (also known as data grids).The plugin is actually written in CoffeeScript and compiled to normal JavaScript.Documentation and examples are included with the download...
'Simple jquery switcher' can create nicely crafted switchers (also known as togglers), relying on anchor tags instead of the classical checkbox element.This means the switches are far more styleable via CSS, but behave the same as a classic...
Smart Forms has more than 20 validation types and extra features (character counter for textarea and input tags, auto-tabbing input tags, etc) that can be added with minimal modifications to html code.The script includes PHP and JavaScript versions of the...
Smart Table is an AngularJS plugin that transforms plain ol' regular HTML tables into feature-rich data grids.
Smart Table can be used with small 3-4 row tables and up to almost infinite data grids.
Adding this plugin to an HTML table will help users...