Top Forms and Controls Scripts for Web
Bootstrap-checkbox takes a regular checkbox and adds a series of UI improvements on top of it.The plugin practically transforms the checkbox component into a toggle button, allowing the user to switch between an "on" and an "off" state.Labels for these...
The library is framework agnostic and can work with or without a complex JavaScript framework loaded on the page.
tablesort.js doesn't even need the HTML table to have a header, sorting data inside of the columns, regardless of the <th> tag.
At...
The 'Expanding Textareas jQuery Plugin' works by dynamically analyzing the height of entered text and changing the textarea's number of visible lines so the text fits perfectly inside.The plugin is quite easy to integrate with any form, regardless of its...
Dragdealer JS has no visual interface. It's only a wrapper for handling drag events in a more organized manner with the jQuery JavaScript framework.
It can be used from simple drag and drop interactions, to more complex JS-based apps like image...
Caret.js was created to help with the development of the At.js mentions system.This small plugin allows developers easy access to an utility that can tell them where the input caret is located inside an input-friendly element, along with its offset.This...
Switchery works with client-side (browsers) and server-side (Node.js) environments. It also includes support for Component and Bower, and can work with or without complex JavaScript frameworks like jQuery.
On/off togglers created with Switchery will work...
Pivot tables are data analysis tools used where custom data sources can be added to the columns and rows of the table. This includes more than one source per table row/column.
Actually written in CoffeeScript and compiled to JavaScript, PivotTable.js is a...
jQuery Autosave provides a way for a page's code to detect user input inside a form field.When this happens events are triggered by the plugin which make it easy for the developer to take the form's current state and save it for later usage.The plugin...
MobileDateSelector allows easier date information input without using the cumbersome popup datepicker widget.The plugin is quite easy to setup and doesn't require changes to your page's original form HTML code (unless adding a class to the input field is...
Dropper uses HTML5 to let users easily gab files from their computer, drag them over the upload zone and let them go to have the upload start automatically.In case users prefer the classic way of selecting files, clicking the upload field triggers the...