"Christopher Benson-Manica" <ataru (AT) nospam (DOT) cyberspace.org> wrote:
Quote:
What I want to do is
have a select box where you can select multiple elements without
holding down the control key; when you click on an option, you toggle
its selected property. How can I do that? |
This can be done by storing the selected options, and re-selecting each time
the user clicks.
For an example, see:
http://www.mattkruse.com/temp/easier-multi-select.html
--
Matt Kruse
Javascript Toolbox:
http://www.mattkruse.com/javascript/