ComboSelect
Transforms a single select element into a pair of multi-selects with controls to move items left to right and vice versa. Keeps items sorted alphabetically in both lists (if desired). Selected items are submitted by the original form element. Double-clicking moves an item from one side to the other.
Requires the jQuery Selso plugin:
http://plugins.jquery.com/project/selso
Usage: $('#myselect').comboselect({
// which sides to sort
sort: [string,'none'|'left'|'right'|default:'both'],
// label for the "add" button
addbtn: [string,default:' > '],
// label for the "remove" button
rembtn: [string,default:' < ']
});
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 1.0.2 | 2008-Jul-20 | 21.89 KB | Recommended for 1.0.x | ||
| 1.0.0 | 2008-Apr-24 | 21.54 KB | Recommended for 1.2.x | ||
