- All new browsers compatability.
- Checkbox, radiobuttons support.
- Disabled items.
- Initialize using any jquery selector (not only an id), bulk initialize.
- Make it possible to call: select / unselect / disable / enable / getSelected / reset - programmatically f.e.
$(...).multiPicker('select', [1, 2]);
- Write tests.