Must have Forms and Controls Scripts for Web
The jquery.checkradios plugin uses jQuery code to hide default checkboxes and radio button styles, overlaying its own UI on top, but still allowing it to function like the original element.This fake UI element allows designers to use their very own custom...
Step input fields are an UI element for setting a count to a value and increasing it by a certain step increment, using externally placed controls.Requirements:JavaScript enabled on client...
jQuery.customSelect is a pretty lightweight plugin that makes it possible to give dropdown select lists a facelift and style them the way you want them to.The original dropdown functionality is kept all intact and the plugin only works on a visual level,...
jQuery.dragmove was created so developers won't have to load the entire (and very bulky) jQuery UI library every time they need to support a basic drag&drop powered interface on their site.The plugin works like the jQuery UI drag plugin but without the...
jQuery.DropdownReplacement is not your classic dropdown form masking plugin that the Internet seems to be fill with these days.This plugin works with dropdown elements in a way most other plugins don't. jQuery.DropdownReplacement affects their core...
jQuery.filer transforms the bland file upload field into a UX heaven by adding some much needed improvements.
The first noticeable one is the ability for developers to style and customize the field's UI, attaching custom skins and improving its...
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...
jQuery.formValidate is not a full-on form processor, but it includes all the basic utilities to check the data entered inside a form field fits a desired type.The plugin includes these basic data checks:- required fields- email addresses- numbers- datesIf...
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.multifile.js is a jQuery plugin that fixes HTML file uploads by providing a simple work-around that doesn't require anything more than just jQuery loaded on the page.It does not use Flash, nor does it use HTML 5, but a pure jQuery trick to provide...