Best Forms and Controls Scripts for Web
jQuery tableSelect allows users to select desired table rows with the aid of a set of radio buttons.In case more than one rows needs to be selected, checkboxes are used instead.A demo page is included with the download.What is new in this release:Supports...
jQuery Chord is a powerful keyboard input layer, providing an API on which to code apps and websites with a high degree of interactivity.The plugin acts like a buffer layer between the keyboard and the site's code, making it possible for programmers to...
jQuery Password Strength Checker, also known as pStrength, allows developers to add a security system for their password selection fields.The plugin can display a nice strength indicator for whatever password string the user chooses when registering on a...
Typing text in input fields will trigger a drop-down panel with available alternatives for the user's typed entry. Auto-complete results for every query are cached and pulled from the local cache, in the case the user retypes one of his query.If there are...
Selection.js gives developers programmatic access to text selections via JS calls.
The library can force a text selection to be loaded dynamically at any given point.
This can be useful when used with other text processing scripts like WYSIWYG editors,...
Powered via jQuery and lots of AJAX, this widget also uses a PHP file to handle all server-side operations.Quite easy to implement and add to an interface, the JQuery File Uploader also comes complete with support for drag&drop uploading, and a progress...
An input mask is a mechanism that takes the text entered by an user and changes it according to a desired format.Mask-It can take something like 12345 and convert it to 1-2-3(4)--5 or any other kind of formatting with the aid of jQuery.The plugin can...
The Character Counter for jQuery plugin works by appending a live counter inside form fields.It works with both normal input fields and with larger textareas, and shows a reverse character counter which gets updated every time users type in new text.When...
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...
jQuery.upload helps developers improve their file upload forms by adding AJAX support.This practically means that when users select and upload a file, the operation is ran in the page's background and confirmation or warning messages are displayed inline...