New Forms and Controls Scripts for Web
jQuery.formtag.js helps developers beautify form fields and make data entry more fun and interactive for the end user.The plugin works by taking a classic, hard-to-style form dropdown field or a pretty boring text input field and converting them into UI...
Rarely open sourced projects reach cult status in the Web design community. This happened to WordPress, jQuery, MooTools, Joomla, Drupal and so on.This is because in any facet of development sometimes programmers might need some help with their code and...
formatter.js was created for online form validation purposes.It helps developers setup input masks, term used to describe the process of taking user input and manipulating it to be displayed using a desired format.This technique is usually used for credit...
A chained select block is a series of drop-down select fields that get populated based on previous selections.The Chained plugin implements all the mechanics for building such UI components, all with the help of a very simplistic HTML structure and JS...
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...
Autocomplete.js can be used with any form text input field and developers can easily control the input suggestions by editing a simple JavaScript array.A placeholder can also be shown in the input field without interfering with the autocomplete action,...
The Block/Unblock plugin can be used for various purposes: to block access to controls on the page, to overlay a dim background on top of it, as a component script inside a modal popup plugin, etc..Nevertheless, besides its purpose, the only action it...
jQuery xFilterList was created to add a filtering mechanism to a list of elements.The plugin utilizes the data-* HTML 5 attribute to categorize list elements and then creates a set of controls which can be used to filter the elements with the desired...
The "WTF, forms?" package lets you do the unthinkable: use (only) CSS to customize form elements.While this CSS file should work only in more recent modern browsers, this can be considered as the first step to normalcy in Web design, where you don't need...
The plugin sniffs user agent information and shows a notification inside a modal popup window alerting the user about the fact he uses a deprecated browsers that might not render the page properly.Can also be used to suggest newer browsers or newer...