Custom DOM/JS combobox

On 1-26-2005, in Coding, JavaScript, by Alex

SelectList Object

The SelectList object replicates an HTML Select List. I used to have a Select object that was similar to this, however the SelectList object contains entirely new code, and works a lot better. If you used the previous Select object, remove it and use this code instead. This object leverages off the existing List Object, and wraps it in a package resembling a selection widget.

 

Comments are closed.