Must have Forms and Controls Scripts for Web
jQuery udraggable was forked and developed from jQuery UI's draggable method.It improves the native way jQuery UI handles drag and drop elements, while also adding a no-jQueryUI dependency and support for touchscreen-enabled devices.Examples and usage...
The "jQuery UI context menu plugin" simply takes the jQuery UI menu code and uses it as a base for context menus.It supports all of the jQuery UI menu widget settings and features, including ThemeRoller support.Keyboard shortcuts, custom behavior, and...
The new HTML 5 standard aims at upgrading the process of navigating and coding on the/for the Web.It does this by a large collection of API and tools it included in its core, one of them being the powerful File API, a way to interact with client-side...
jQuery Visibly is a nifty little plugin that can make the content on a page more dynamic and responsive to user input.The plugin allows developers to setup various rules in the page's background, which when satisfied can hide or show elements on the...
No CSS is used, only JavaScript. CSS can be used optionally to stylize the text.By accidentally submitting the form, no harm will be done, because the pre-filled text will be automatically removed.Requirements:JavaScript enabled on client side
jQuery...
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 jquery-autosave works by watching for change events in the content of a page section and automatically backing up the most recent version of the data to a specific URL.Data can be sent to a backend or database, allowing developers to have a backup...
jquery-beautifyInputs works only with radio buttons and checkboxes and provides a jQuery method for overwriting default browser-based styles for these two form elements.The plugin uses CSS to style both the radio button and checkbox states.This also means...
jquery.add-input-area is ideal for creating "form builders" or "interactive forms".The plugin works by adding special "add" or "delete" buttons inside a form, which when pushed can add new input fields or remove existing ones.The "add" and "delete"...
jquery.ajax-combobox will simplify the process of entering text inside form field by providing a list of input alternatives to choose from.The plugin works with both input and textarea elements, and also supports single or multiple elements at the same...