| 1. |
Javascript Get or Set Checked Radio Value
|
|
|
This pair of Javascript function can get or set the checked value of a group of radio buttons. These functions are specially designed for dynamic pages, and work without error with zero, one, or more radio buttons. Also, because the radio length is saved before looping, this function is much faster. Finally, the functions are granted to the public domain.
|
| 2. |
fValidate
|
|
|
Validate huge forms in just minutes! Easy to add your own validation types. Validates blanks, numbers, length minimums, decimals, money, selects, checkboxes, radio buttons, phone numbers, zip codes, email addresses, IP addresses, SSNs, dates, file uploads, credit cards and more, including logical validation such as comparisons. Validate data without requiring field. Toggle reset/submit button disabling, toggle send confirmation, and setup for one by one or group error modes. CSS-based error notification with 29 separate error-modes. NEW -- language files for i18n support. Low namespace footprint for maximum compatibility with other scripts. Full documentation and API on the website.
|
| 3. |
Validate empty form fields and e-mail addresses
|
|
|
Checking that form fields have input is extremely important - having this performed before the form is submitted, client side, before its handled by anything at the backend such as an SQL or MS Access database, is vital and an additional factor in getting accurate input. This code contains functions to check null input and also to check if an email address follows a valid pattern.
|
| 4. |
CrossBrowser Next Element Focus
|
|
|
This script allows user to focus on the next form element like textbox/textarea depending on maxlength /enter or tab keypress event. This currently works on IE 4.0, 5.0, 5.5 and NS 4.0, 4.75, 6.0.
|
| 5. |
AJAX Keyword Suggest
|
|
|
This "AJAX Keyword Suggest" is a feature that will offer suggested terms, almost instantly, as a user types into an input box. This is the same sort of technology that is offered by Google Suggest. Our free service allows you to add this feature to your website without the need for custom programming. We give you the power to fully customize your Suggest List to your meet your style and preferences (e.g. background color, width, highlight color, font-size, etc...). All you have to do is copy and paste a small piece of code into your html page and youll have the feature running instantly. This feature is also known as Google Suggest, live search, autocomplete, keyword suggest, AJAX Suggest.
|
|