New Forms and Controls Scripts for Web
select-css was developed by one of the most prolific Web design companies around and is an unique way of implementing custom UI styles for dropdown selects.While this tasks required lots of JavaScript hacks and even some image-based graphics to...
Timetator was created as an input masking system that works only with time formats.The plugin allows the user to enter a number inside a form field which will automatically format into a known time format when the user focuses out of the field.Custom time...
For debugging purposes, JavaScript has the alert(); function which will show a small alert window on the screen.Since there were no styling and UX guides back in the day when JavaScript came out, every browser manufacturer styled this window in a...
The Flexarea library works on the basic Firefox and Google Chrome feature that lets users grab the bottom-right corner of a textarea and resize it to the dimensions they want.Flexarea makes this feature available to all browsers and devices, allowing any...
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...
jQuery.html5Loader can be used to preload and display images, videos and audio content on a Web page.The plugin works by showing various animations while the content is being loaded in the background.From circular preloaders, to line and text-based...
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...
The tus-jquery-client is an officially supported client for the Resumable File Uploads protocol.It shows developers how to implement a simple file upload form which can be stopped and resumed on demand.The client can also be used if something crashes on...
TusClient is an unofficial client for the Resumable File Uploads protocol.It was created to enable programmers developers to support a simple file upload system which can be stopped and resumed whenever desired.TusClient is ideal for using as a backup...
Velge 0.10.0 / 1.0.0-alpha
Velge is the tool to use for creating a versatile tag input component.With Velge the user can either choose tags from a list of preset terms, or he can enter his own new word.A Velge demo is included with the download package.Features:cursor-pointer"...