Allow elements group duplication, i.e. create dynamically input controls into your web pages without reloads, based on a "model". This mini-library is useful in applications in which is necessary to capture an arbitrary number of items (such as order items, single catalogs, quotations, and others). Works similar to gmail contact list.
An advanced HTML editor that can integrate directly into a standard HTML form. HTMLArea is built using Javascript and has a strong features set. It supports table manipulation, higherachical selections, direct form integration, clipboard operations, styles, and spell checking. Best of all, it is completely free.
This JavaScript function allows you to set the value of a select tag without having to know its position in the list. In the sample above, type in a letter of the alphabet and then click on the find button.
A simple Javascript that adds auto-complete (alternatively called type-ahead/tracing/find-as-you-type) effect to dropdown menus displayed in Internet Explorer. In IE, when user press "MA" in a drop down menu, IE will first select the first option starting with "M", then select the first option starting with "A", giving user "AK" while user actually wanted "MA" for massachusetts. Using this script, user will get “MA” if “M” and “A” are consecutively typed (if user type “M”, then after a while “A”, user will still be taken to “AK” as an intended behavior). Comments in script is provided so that one can customize to determine how fast user has to type to get “MA” not “M”, “A”. Currently only IE is supported as dropdown menu in Mozilla Firefox already has this smart behavior. Other browser could be added if requested.
Chained Selects lets you "chain" multiple form select lists together so that the selection in a "parent" list can tailor the options available in a "child" list.Supports callback function and multiple-choice selection lists
FormCheck is a JavaScript form validation and control library. With FormCheck, it's possible to check user inputs without writig a line of JavaScript code. Library includes type,length, max, min value control and can validate ip, date, e-mail address, text and numbers.It uses object attributes via Browser DOM.
With this script you can add a palette color picker in your form and ask users to pick a color. In a text field under the palette you will have the hex code of the selected color.Useful when you need to ask your users to pick a color i.e. for a background color.In the example shown there are all web-safe colors.