This JavaScript controls a maximum textarea input amount and updates a small counter with how many characters are left with each keystroke. Dynamic fix now allows you to use this JavaScript in multiple textboxes on a page. Easy!
This JavaScript controls a maximum textarea input amount and updates a small counter with how many characters are left with each keystroke. Dynamic fix now allows you to use this JavaScript in multiple textboxes on a page. Easy!
This JavaScript accepts a number or string and formats it like U.S. currency. Adds the dollar sign, rounds to two places past the decimal, adds place holding zeros, and commas where appropriate. Occurs when the user clicks the button or when they finish entering the money amount (and click into the next field).
Limits the number of checkboxes that the user is able to check on your site. Ideal for situations when more than one selection is allowed up to a certain number overall. If they select too many, they are notified of the maximum allowed and their last entry becomes unchecked.
This JavaScript will format a telephone number entered into a textbox. Numbers can be entered as 1234567890 and will automatically be formatted as (123)456-7890.
If you have several items for the user to pick from, you may notice that your page can quickly becomes cluttered. This JavaScript helps solve that problem by opening a new window when the user wants to add items to the list. The new window displays the items and passes the selected item information back to the list in the main window. Slick!
Javascript can remember a list of several items you enter. Just enter an item and click 'Add to List'. When you are finished, click 'Show List' to see the entries.
This JavaScript allows someone to choose a file on their hard drive and open it. Now cross-browser compatible.