Best Forms and Controls Scripts for Web
The 'jQuery HTML5 like input number' plugin will add +/- controls to form input fields.Pressing them will increase or decrease the value contained in the form.The plugin mainly puts focus on mouse interactions, but keyboard input is left in place, so...
Fancy Form uses the power of jQuery to let developers select an empty DIV and then dump any form structure inside it.There's absolutely no need to create form structures in HTML and the only thing developers need to do is to declare the form's structure...
Ajax Image Upload Previewer works using the new HTML5 File API.It works whenever users interact with a file upload field, selecting an image to be uploaded on a server.The upload field is tied to a local DIV where the plugin scans the selected photo using...
Trip.js will enable developers to build step-guide wizards which will introduce a user to various facets and features of a Web page.This is done by showing a tooltip/hint next to the designated element for a certain amount of time.It can be used for...
Draggabilly turns any DOM element into a fully draggable piece of HTML.It supports both desktop and mobile environments, working with both mouse and touch gestures. Multi-touch events are supported as well.Draggabilly is useful in cases where a developer...
gauge.js is actually written in CoffeeScript and compiled to regular vanilla JavaScript.The gauges can be used as a preloader for masking content or for other loading operations.It can also be used in a static mode with no animations attached to it,...
Under the hood, Bootstro.js is actually Intro.js, a JavaScript library for wizard step guide introductions, ported to Bootstrap. It supports most of Intro.js' features, allowing webmasters running Bootstrap-powered websites to create great-looking, highly...
The Maskerade jQuery Plug-in supports both input masking and data validation procedures.This means the plugin does not only show a placeholder and then automatically formats the text entered in a form field, but it will also prevent the user from entering...
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...
jStyrofoam helps developers create filtering options for large data collections.To work properly, the items need to be categorized accordingly.When used successfully, jStyrofoam moves around or hides elements from view, depending on the user's selected...